Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use DharunSN/model_out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DharunSN/model_out with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("DharunSN/model_out") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-base", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base wi
|
|
| 22 |
You can find some example images below.
|
| 23 |
|
| 24 |
prompt: a white hoodie shirt on a size four model in a beach setting
|
| 25 |
-
](./images_1.png)
|
| 28 |
prompt: a white hoodie shirt on a size four model in a beach setting
|
|
|
|
| 22 |
You can find some example images below.
|
| 23 |
|
| 24 |
prompt: a white hoodie shirt on a size four model in a beach setting
|
| 25 |
+

|
| 26 |
prompt: a white hoodie shirt on a size four model in a beach setting
|
| 27 |

|
| 28 |
prompt: a white hoodie shirt on a size four model in a beach setting
|