gokaygokay commited on
Commit
515e32c
·
verified ·
1 Parent(s): b86fa87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def generate_flux_image(
99
  if randomize_seed:
100
  seed = random.randint(0, MAX_SEED)
101
  generator = torch.Generator(device=device).manual_seed(seed)
102
- promtp = "wbgmsst, " + prompt + ", white background"
103
  image = flux_pipeline(
104
  prompt=prompt,
105
  guidance_scale=guidance_scale,
 
99
  if randomize_seed:
100
  seed = random.randint(0, MAX_SEED)
101
  generator = torch.Generator(device=device).manual_seed(seed)
102
+ promtp = "wbgmsst, " + prompt + ", 3D isometric, white background"
103
  image = flux_pipeline(
104
  prompt=prompt,
105
  guidance_scale=guidance_scale,