Text-to-Image
Diffusers
Safetensors
LibreFluxIPAdapterPipeline
neuralvfx commited on
Commit
b4bc2c5
·
verified ·
1 Parent(s): 00ebe49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="liquid splashing spelling the words libre flux",
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,