aifeifei798 commited on
Commit
85a8274
1 Parent(s): 91d03a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
51
  generator = torch.Generator().manual_seed(seed)
52
  prompt = f"feifei, real model girl in real life, {prompt}, slight smile, Master of Light and Shadow."
53
  image = pipe(
54
- prompt = prompt,
 
55
  width = width,
56
  height = height,
57
  num_inference_steps = num_inference_steps,
 
51
  generator = torch.Generator().manual_seed(seed)
52
  prompt = f"feifei, real model girl in real life, {prompt}, slight smile, Master of Light and Shadow."
53
  image = pipe(
54
+ prompt = "",
55
+ prompt_2 = prompt,
56
  width = width,
57
  height = height,
58
  num_inference_steps = num_inference_steps,