Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
34 |
generator = torch.Generator().manual_seed(seed)
|
35 |
#prompt = f"{prompt}, Master of Light and Shadow."
|
36 |
image = pipe(
|
37 |
-
prompt = "flux,",
|
38 |
prompt_2 = prompt,
|
39 |
width = width,
|
40 |
height = height,
|
|
|
34 |
generator = torch.Generator().manual_seed(seed)
|
35 |
#prompt = f"{prompt}, Master of Light and Shadow."
|
36 |
image = pipe(
|
37 |
+
prompt = "flux, 8k, ",
|
38 |
prompt_2 = prompt,
|
39 |
width = width,
|
40 |
height = height,
|