Spaces:
Running
on
Zero
Running
on
Zero
Artiprocher
commited on
Commit
•
2927c6c
1
Parent(s):
8a0e731
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def get_file_list(path):
|
|
15 |
else:
|
16 |
file_list.append(file_path)
|
17 |
return file_list
|
18 |
-
print(get_file_list("models"))
|
19 |
|
20 |
import gradio as gr
|
21 |
from diffsynth import ModelManager, SDImagePipeline, SDXLImagePipeline, SD3ImagePipeline, HunyuanDiTImagePipeline, FluxImagePipeline
|
|
|
15 |
else:
|
16 |
file_list.append(file_path)
|
17 |
return file_list
|
18 |
+
print([i for i in get_file_list("models") if "cache" not in i])
|
19 |
|
20 |
import gradio as gr
|
21 |
from diffsynth import ModelManager, SDImagePipeline, SDXLImagePipeline, SD3ImagePipeline, HunyuanDiTImagePipeline, FluxImagePipeline
|