Rooni commited on
Commit
0a0f56d
1 Parent(s): 2a151c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def render(prompt, model, negative_prompt, width, height, guidance, seed, upscal
28
  "multi_lingual": "no",
29
  "panorama": "no",
30
  "self_attention": "no",
31
- "upscale": upscale, # Исправлено: передавайте значение upscale
32
  "embeddings": "embeddings_model_id",
33
  "lora": "lora_model_id",
34
  "webhook": None,
 
28
  "multi_lingual": "no",
29
  "panorama": "no",
30
  "self_attention": "no",
31
+ "upscale": upscale,
32
  "embeddings": "embeddings_model_id",
33
  "lora": "lora_model_id",
34
  "webhook": None,