dverdu-freepik commited on
Commit
3b7301d
1 Parent(s): c0f6c18

Fix README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ pipe = FluxPipeline.from_pretrained(
52
  ).to(device)
53
 
54
  # Inference
55
- prompt = " scene inspired by 2000 comedy animation, a glowing green alien whose fluorescent skin emits light, standing in a dark purple forest. The alien is holding a large sign that reads "LITE 8B ALPHA" in bold letters. The forest around is shadowy, with tall, eerie trees and mist rolling in. The alien radiates a soft, supernatural glow, illuminating the surroundings, creating a stark contrast between light and darkness. Style of an old comic, with flat colors, halftone shading, and a slightly weathered, vintage texture."
56
 
57
  guidance_scale = 3.5 # Important to keep guidance_scale to 3.5
58
  n_steps = 24
 
52
  ).to(device)
53
 
54
  # Inference
55
+ prompt = "Scene inspired by 2000 comedy animation, a glowing green alien whose fluorescent skin emits light, standing in a dark purple forest. The alien is holding a large sign that reads 'LITE 8B ALPHA' in bold letters. The forest around is shadowy, with tall, eerie trees and mist rolling in. The alien radiates a soft, supernatural glow, illuminating the surroundings, creating a stark contrast between light and darkness. Style of an old comic, with flat colors, halftone shading, and a slightly weathered, vintage texture."
56
 
57
  guidance_scale = 3.5 # Important to keep guidance_scale to 3.5
58
  n_steps = 24