Instructions to use latentcat/control_v1u_sd15_illumination with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use latentcat/control_v1u_sd15_illumination with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("latentcat/control_v1u_sd15_illumination") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
5691624
1
Parent(s): b9c575f
webui test
Browse files
illumination11000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b62d62721d73c86b36967934f359524ccdd5c78451cafa00f971c4af6e1b4dfd
|
| 3 |
+
size 1445154814
|
illumination15000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b62d62721d73c86b36967934f359524ccdd5c78451cafa00f971c4af6e1b4dfd
|
| 3 |
+
size 1445154814
|