Instructions to use lllyasviel/control_v11e_sd15_shuffle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/control_v11e_sd15_shuffle with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/control_v11e_sd15_shuffle") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Commit ·
7f08a17
1
Parent(s): cd5f753
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -39,5 +39,5 @@
|
|
| 39 |
"resnet_time_scale_shift": "default",
|
| 40 |
"upcast_attention": false,
|
| 41 |
"use_linear_projection": false,
|
| 42 |
-
"global_pool_conditions":
|
| 43 |
}
|
|
|
|
| 39 |
"resnet_time_scale_shift": "default",
|
| 40 |
"upcast_attention": false,
|
| 41 |
"use_linear_projection": false,
|
| 42 |
+
"global_pool_conditions": true
|
| 43 |
}
|