Spaces:
Runtime error
Runtime error
horsey-defy commited on
Commit ·
f9c5d2e
1
Parent(s): 16dae2c
Added logs
Browse files
app.py
CHANGED
|
@@ -199,6 +199,7 @@ model_names = {}
|
|
| 199 |
|
| 200 |
for model_name in model_list:
|
| 201 |
name_without_ext = remove_id_and_ext(model_name)
|
|
|
|
| 202 |
model_names[name_without_ext] = model_name
|
| 203 |
|
| 204 |
def txt2img(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed):
|
|
|
|
| 199 |
|
| 200 |
for model_name in model_list:
|
| 201 |
name_without_ext = remove_id_and_ext(model_name)
|
| 202 |
+
print(name_without_ext)
|
| 203 |
model_names[name_without_ext] = model_name
|
| 204 |
|
| 205 |
def txt2img(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed):
|