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
Upload images_4
Browse files- .gitattributes +1 -0
- images_4 +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ image_control.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
images_0.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images_1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images_2.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
images_0.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images_1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images_2.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images_4 filter=lfs diff=lfs merge=lfs -text
|
images_4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0950b04c8492fde3dc77a1df166709b931de0c59e20c7cfa70eb41daac5c9bf9
|
| 3 |
+
size 117552
|