Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
| 38 |
```py
|
| 39 |
from PIL import Image
|
| 40 |
# Load Control Image
|
| 41 |
-
cond = Image.open("examples/
|
| 42 |
cond = cond.resize((1024, 1024))
|
| 43 |
|
| 44 |
# Convert PIL image to tensor and move to device with correct dtype
|
|
|
|
| 38 |
```py
|
| 39 |
from PIL import Image
|
| 40 |
# Load Control Image
|
| 41 |
+
cond = Image.open("examples/libre_flux_control_image.png")
|
| 42 |
cond = cond.resize((1024, 1024))
|
| 43 |
|
| 44 |
# Convert PIL image to tensor and move to device with correct dtype
|