Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
|
|
31 |
"cfg_scale": cfg_scale,
|
32 |
"seed": seed if seed!= -1 else random.randint(1, 1000000000),
|
33 |
"strength": strength
|
34 |
-
#"provider": "replicate"
|
35 |
}
|
36 |
|
37 |
API_URL = API_URLS[model]
|
|
|
31 |
"cfg_scale": cfg_scale,
|
32 |
"seed": seed if seed!= -1 else random.randint(1, 1000000000),
|
33 |
"strength": strength
|
|
|
34 |
}
|
35 |
|
36 |
API_URL = API_URLS[model]
|