Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update app.py
Browse files
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,
|