Instructions to use msy78/controlnet_train_diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use msy78/controlnet_train_diffusers with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("msy78/controlnet_train_diffusers", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "ControlNetModel",
|
|
|
|
| 3 |
"_diffusers_version": "0.26.2",
|
| 4 |
"act_fn": "silu",
|
| 5 |
"addition_embed_type": null,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "ControlNetModel",
|
| 3 |
+
"model_type": "stable_diffusion",
|
| 4 |
"_diffusers_version": "0.26.2",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|