aifeifei798 commited on
Commit
7e3e8d0
·
verified ·
1 Parent(s): 881b727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
55
  if randomize_seed:
56
  seed = random.randint(0, MAX_SEED)
57
  generator = torch.Generator().manual_seed(seed)
 
58
  image = pipe(
59
  prompt = prompt,
60
  width = width,
 
55
  if randomize_seed:
56
  seed = random.randint(0, MAX_SEED)
57
  generator = torch.Generator().manual_seed(seed)
58
+ prompt = f"{prompt},Master of Light and Shadow."
59
  image = pipe(
60
  prompt = prompt,
61
  width = width,