ciover2024 commited on
Commit
230457e
·
verified ·
1 Parent(s): 8ecf633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def generate_image(image_path, mask_path, text_prompt="undress", negative_prompt
173
  negative_prompt, # str in 'Negative Prompt' Textbox component
174
  ["Fooocus V2"], # List[str] in 'Selected Styles' Checkboxgroup component from: ["Fooocus V2","Fooocus Enhance","Fooocus Sharp"]
175
  "Quality", # str in 'Performance' Radio component
176
- "704×1408 <span style="color: grey;"> ∣ 1:2</span>", # str in 'Aspect Ratios' Radio component
177
  1, # int | float (numeric value between 1 and 32) in 'Image Number' Slider component
178
  "png", # str in 'Output Format' Radio component
179
  "-1", # str in 'Seed' Textbox component
 
173
  negative_prompt, # str in 'Negative Prompt' Textbox component
174
  ["Fooocus V2"], # List[str] in 'Selected Styles' Checkboxgroup component from: ["Fooocus V2","Fooocus Enhance","Fooocus Sharp"]
175
  "Quality", # str in 'Performance' Radio component
176
+ '704×1408 <span style="color: grey;"> ∣ 1:2</span>', # str in 'Aspect Ratios' Radio component
177
  1, # int | float (numeric value between 1 and 32) in 'Image Number' Slider component
178
  "png", # str in 'Output Format' Radio component
179
  "-1", # str in 'Seed' Textbox component