Brian Fitzgerald
commited on
Commit
·
04d992b
1
Parent(s):
1bf71ba
Wording fixes
Browse files- README.md +3 -3
- sample_result.png +3 -0
README.md
CHANGED
@@ -36,12 +36,12 @@ language:
|
|
36 |
pipeline_tag: text-to-image
|
37 |
---
|
38 |
|
39 |
-
# Stable Diffusion 3.5 Large Controlnet -
|
40 |
![ControlNet Demo Image](header.png)
|
41 |
|
42 |
## Model
|
43 |
|
44 |
-
This repository provides the
|
45 |
|
46 |
Please note: This model is released under the [Stability Community License](https://stability.ai/community-license-agreement). Visit [Stability AI](https://stability.ai/license) to learn or [contact us](https://stability.ai/enterprise) for commercial licensing details.
|
47 |
|
@@ -77,7 +77,7 @@ models/canny_8b.safetensors
|
|
77 |
|
78 |
and then you can run
|
79 |
```
|
80 |
-
python sd3_infer.py --controlnet_ckpt models/
|
81 |
```
|
82 |
|
83 |
Which should give you an image like below:
|
|
|
36 |
pipeline_tag: text-to-image
|
37 |
---
|
38 |
|
39 |
+
# Stable Diffusion 3.5 Large Controlnet - Blur
|
40 |
![ControlNet Demo Image](header.png)
|
41 |
|
42 |
## Model
|
43 |
|
44 |
+
This repository provides the Blur ControlNet for [Stable Diffusion 3.5 Large.](https://stability.ai/news/introducing-stable-diffusion-3-5).
|
45 |
|
46 |
Please note: This model is released under the [Stability Community License](https://stability.ai/community-license-agreement). Visit [Stability AI](https://stability.ai/license) to learn or [contact us](https://stability.ai/enterprise) for commercial licensing details.
|
47 |
|
|
|
77 |
|
78 |
and then you can run
|
79 |
```
|
80 |
+
python sd3_infer.py --controlnet_ckpt models/blur_8b.safetensors --controlnet_cond_image sample_cond.png --prompt "An adorable fluffy pastel creature"
|
81 |
```
|
82 |
|
83 |
Which should give you an image like below:
|
sample_result.png
ADDED
Git LFS Details
|