neuralvfx commited on
Commit
3664450
·
verified ·
1 Parent(s): c0bb485

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/libe_flux_control.png")
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