Instructions to use InstantX/SD3-Controlnet-Tile with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InstantX/SD3-Controlnet-Tile with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("InstantX/SD3-Controlnet-Tile", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Failed to download the Tile file
#2
by jiehwa - opened
When I run the demo code,there is an error,
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/InstantX/SD3-Controlnet-Tile/resolve/48005f2448d5ea7aad3d383c2bb8b017723244d6/diffusion_pytorch_model.bin