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:416ed5dcb73ffc557f85b0f448bd8775b76b15094f7df58a2d4b96bc4134454b
size 870
|