Brian Fitzgerald
commited on
Commit
•
7038f58
1
Parent(s):
56bf7c1
Wording fixes
Browse files- README.md +4 -4
- 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 |
|
@@ -67,7 +67,7 @@ pip install -r requirements.txt
|
|
67 |
Then, download the models and sample images like so:
|
68 |
|
69 |
```
|
70 |
-
input/
|
71 |
models/clip_g.safetensors
|
72 |
models/clip_l.safetensors
|
73 |
models/t5xxl.safetensors
|
@@ -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 - Canny
|
40 |
![ControlNet Demo Image](header.png)
|
41 |
|
42 |
## Model
|
43 |
|
44 |
+
This repository provides the Canny 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 |
|
|
|
67 |
Then, download the models and sample images like so:
|
68 |
|
69 |
```
|
70 |
+
input/sample_cond.png
|
71 |
models/clip_g.safetensors
|
72 |
models/clip_l.safetensors
|
73 |
models/t5xxl.safetensors
|
|
|
77 |
|
78 |
and then you can run
|
79 |
```
|
80 |
+
python sd3_infer.py --controlnet_ckpt models/canny_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
|