hyoungwoncho
commited on
Commit
•
1d142ed
1
Parent(s):
f9554c1
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ openpose_image = openpose(original_image)
|
|
54 |
Conditional Generation with ControlNet and PAG:
|
55 |
```
|
56 |
output = pipe(
|
57 |
-
"",
|
58 |
image=openpose_image,
|
59 |
num_inference_steps=50,
|
60 |
guidance_scale=0.0,
|
|
|
54 |
Conditional Generation with ControlNet and PAG:
|
55 |
```
|
56 |
output = pipe(
|
57 |
+
prompt="",
|
58 |
image=openpose_image,
|
59 |
num_inference_steps=50,
|
60 |
guidance_scale=0.0,
|