Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def generate_flux_image(
|
|
98 |
if randomize_seed:
|
99 |
seed = random.randint(0, MAX_SEED)
|
100 |
generator = torch.Generator(device=device).manual_seed(seed)
|
101 |
-
|
102 |
image = flux_pipeline(
|
103 |
prompt=prompt,
|
104 |
guidance_scale=guidance_scale,
|
|
|
98 |
if randomize_seed:
|
99 |
seed = random.randint(0, MAX_SEED)
|
100 |
generator = torch.Generator(device=device).manual_seed(seed)
|
101 |
+
prompt = "wbgmsst, " + prompt + ", 3D isometric, white background"
|
102 |
image = flux_pipeline(
|
103 |
prompt=prompt,
|
104 |
guidance_scale=guidance_scale,
|