animrods commited on
Commit
4b9dd51
·
verified ·
1 Parent(s): 3e2d063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -54,13 +54,8 @@ def infer(prompt,negative_prompt,seed,aspect_ratio):
54
  "prompt": prompt,
55
  "num_results": 1,
56
  "sync": True,
57
- "prompt_enhancement": False,
58
- "debias": False,
59
- "fast": False,
60
- "model_influence": 0.0000001,
61
- "include_generation_prefix": False,
62
  "negative_prompt": negative_prompt,
63
- "num_inference_steps": 30,
64
  "seed": seed,
65
  "aspect_ratio": aspect_ratio
66
  })
 
54
  "prompt": prompt,
55
  "num_results": 1,
56
  "sync": True,
57
+ "prompt_enhancement": True,
 
 
 
 
58
  "negative_prompt": negative_prompt,
 
59
  "seed": seed,
60
  "aspect_ratio": aspect_ratio
61
  })