Instructions to use xinsir/controlnet-scribble-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xinsir/controlnet-scribble-sdxl-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-scribble-sdxl-1.0", 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
- Local Apps
- Draw Things
- DiffusionBee
How to use this with ComfyUI?
Hey Xinsir, looking forward to trying your brilliant work! How to use this model with comfyui?
Oh, yes, I haven't provide the comfyui instructions yet. Perhaps in a few days I can append it. If you are anxious, may be you can attempt to ask https://huggingface.co/junguang for some advice, as he have used the xinsir/controlnet-openpose-sdxl-1.0 model successfully in comfyui. details can be see in https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0/discussions/2
Oh, yes, I haven't provide the comfyui instructions yet. Perhaps in a few days I can append it. If you are anxious, may be you can attempt to ask https://huggingface.co/junguang for some advice, as he have used the xinsir/controlnet-openpose-sdxl-1.0 model successfully in comfyui. details can be see in https://huggingface.co/xinsir/controlnet-openpose-sdxl-1.0/discussions/2
Great! I have made it to work! Thanks a lot!
I also succeeded. In fact, I just downloaded the model file diffusion_pytorch_model.safetensors and put it in the corresponding directory. The directory I put it in is: ComfyUI/models/controlnet/controlnet-scribble-sdxl-1.0.safetensors