Commit
·
7205d00
1
Parent(s):
20b727c
additional parameters
Browse files
README.md
CHANGED
@@ -7,12 +7,11 @@ widget:
|
|
7 |
- src: >-
|
8 |
https://huggingface.co/datasets/mishig/sample_images/resolve/main/canny-edge.jpg
|
9 |
prompt: Girl with Pearl Earring
|
10 |
-
|
11 |
-
|
|
|
|
|
12 |
negative_prompt: ''
|
13 |
-
height: ''
|
14 |
-
width: ''
|
15 |
-
manual_seed: ''
|
16 |
duplicated_from: stabilityai/stable-diffusion-2-1-base
|
17 |
---
|
18 |
|
|
|
7 |
- src: >-
|
8 |
https://huggingface.co/datasets/mishig/sample_images/resolve/main/canny-edge.jpg
|
9 |
prompt: Girl with Pearl Earring
|
10 |
+
inference:
|
11 |
+
parameters:
|
12 |
+
height: 512
|
13 |
+
width: 512
|
14 |
negative_prompt: ''
|
|
|
|
|
|
|
15 |
duplicated_from: stabilityai/stable-diffusion-2-1-base
|
16 |
---
|
17 |
|