Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use sidnarsipur/controlnet_height with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sidnarsipur/controlnet_height with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("sidnarsipur/controlnet_height") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-base", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,8 @@ tags:
|
|
| 16 |
- diffusers-training
|
| 17 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 18 |
inference: true
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 16 |
- diffusers-training
|
| 17 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 18 |
inference: true
|
| 19 |
+
datasets:
|
| 20 |
+
- gvecchio/MatSynth
|
| 21 |
---
|
| 22 |
|
| 23 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|