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
how to get this working in comfyui?
#1
by Kwissbeats - opened
I get "Error occurred when executing ControlNetApply:
'NoneType' object has no attribute 'copy'
"
This comment has been hidden
我也不知道,等大佬们去做适配吧
我也不知道,等大佬们去做适配吧
controlnet的comfyui适配确实神奇,我有个xl的controlnet模型,clip vision必须接1.5的版本,不能接xl的版本。。