Instructions to use danabib/elsed_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use danabib/elsed_models with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("danabib/elsed_models") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 135 Bytes
f93e810 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2c55fe18a0a3377dad1d0286212f7f5f22ca2adb05a12c1b66ed6a16a755ee73
size 5004167864
|