Brian Fitzgerald
commited on
Commit
·
488bcbe
1
Parent(s):
04d992b
Update result image and README
Browse files- README.md +3 -3
- sample_cond.png +3 -0
- sample_result.png +2 -2
README.md
CHANGED
|
@@ -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,12 +77,12 @@ models/canny_8b.safetensors
|
|
| 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 "
|
| 81 |
```
|
| 82 |
|
| 83 |
Which should give you an image like below:
|
| 84 |
|
| 85 |
-

|
| 86 |
|
| 87 |
|
| 88 |
### Preprocessing
|
sample_cond.png
ADDED
|
Git LFS Details
|
sample_result.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|