Instructions to use InstantX/SD3-Controlnet-Canny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InstantX/SD3-Controlnet-Canny 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-Canny", 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
FP32 or FP16
#11 opened over 1 year ago
by
CaptainZZZ
any training script coming soon?
π 3
#10 opened almost 2 years ago
by
iariav
Unable to run on free tier Google Colab
1
#9 opened almost 2 years ago
by
sudhir2016
How much VRAM is required for sd3 controlnet training?
#8 opened almost 2 years ago
by
DealayLomoi
how to use in comfyui
π 2
1
#6 opened almost 2 years ago
by
demo001s
Update README.md
#5 opened almost 2 years ago
by
Albertk10
State of the model?
12
#4 opened almost 2 years ago
by
GeroldMeisinger
ModuleNotFoundError: No module named 'diffusers.models.controlnet_sd3'
1
#2 opened almost 2 years ago
by
EZEROR
how to get this working in comfyui?
β 4
3
#1 opened almost 2 years ago
by
Kwissbeats