Spaces:
Paused
Paused
revert to epoch=1201-step=560000.ckpt
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def run():
|
|
10 |
|
11 |
interface = create_ui(
|
12 |
model_config_path = "model_config_float_conditioning_dit_all.json",
|
13 |
-
ckpt_path="epoch=
|
14 |
model_half=False
|
15 |
)
|
16 |
interface.queue()
|
|
|
10 |
|
11 |
interface = create_ui(
|
12 |
model_config_path = "model_config_float_conditioning_dit_all.json",
|
13 |
+
ckpt_path="epoch=1201-step=560000.ckpt",
|
14 |
model_half=False
|
15 |
)
|
16 |
interface.queue()
|