Instructions to use w3ss/sdxl-lightning-4step-controlnet-coreml-6bits-compiled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use w3ss/sdxl-lightning-4step-controlnet-coreml-6bits-compiled with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("w3ss/sdxl-lightning-4step-controlnet-coreml-6bits-compiled") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 128 Bytes
3bc368a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cc44873ad4c7ab4d3a0c951b65616d2bb4e633f1c1835af8041dfcd97d0f73e2
size 874
|