wanghaofan
commited on
Commit
•
c164579
1
Parent(s):
924f34c
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ n_prompt = 'NSFW, nude, naked, porn, ugly'
|
|
40 |
image = pipe(
|
41 |
prompt,
|
42 |
negative_prompt=n_prompt,
|
43 |
-
control_image=
|
44 |
controlnet_conditioning_scale=0.5,
|
45 |
).images[0]
|
46 |
image.save('image.jpg')
|
|
|
40 |
image = pipe(
|
41 |
prompt,
|
42 |
negative_prompt=n_prompt,
|
43 |
+
control_image=control_image,
|
44 |
controlnet_conditioning_scale=0.5,
|
45 |
).images[0]
|
46 |
image.save('image.jpg')
|