aifeifei798 commited on
Commit
ad61697
·
verified ·
1 Parent(s): e13862f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,