patrickvonplaten
commited on
Commit
•
1fed6eb
1
Parent(s):
1645749
Update README.md
Browse files
README.md
CHANGED
@@ -89,7 +89,7 @@ from diffusers import (
|
|
89 |
|
90 |
checkpoint = "lllyasviel/control_v11e_sd15_ip2p"
|
91 |
|
92 |
-
|
93 |
|
94 |
prompt = "make it on fire"
|
95 |
|
|
|
89 |
|
90 |
checkpoint = "lllyasviel/control_v11e_sd15_ip2p"
|
91 |
|
92 |
+
image = load_image("https://huggingface.co/lllyasviel/control_v11e_sd15_ip2p/resolve/main/images/input.png").convert('RGB')
|
93 |
|
94 |
prompt = "make it on fire"
|
95 |
|