Update README.md
Browse files
README.md
CHANGED
|
@@ -92,7 +92,7 @@ ip_image = Image.open("examples/merc.jpeg").convert("RGB")
|
|
| 92 |
ip_image = ip_image.resize((512, 512))
|
| 93 |
|
| 94 |
out = pipe(
|
| 95 |
-
prompt="
|
| 96 |
negative_prompt="blurry",
|
| 97 |
control_image=cond, # Use the tensor here
|
| 98 |
num_inference_steps=75,
|
|
|
|
| 92 |
ip_image = ip_image.resize((512, 512))
|
| 93 |
|
| 94 |
out = pipe(
|
| 95 |
+
prompt="the words libre flux",
|
| 96 |
negative_prompt="blurry",
|
| 97 |
control_image=cond, # Use the tensor here
|
| 98 |
num_inference_steps=75,
|