Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ run_name = time.strftime("%m%d-%H%M")
|
|
125 |
|
126 |
num_inputs = 6
|
127 |
|
128 |
-
ckpt_root = "
|
129 |
model.clear_modulation_adapters()
|
130 |
model.pipe.unload_lora_weights()
|
131 |
if not os.path.exists(ckpt_root):
|
|
|
125 |
|
126 |
num_inputs = 6
|
127 |
|
128 |
+
ckpt_root = "/data/checkpoints/XVerse"
|
129 |
model.clear_modulation_adapters()
|
130 |
model.pipe.unload_lora_weights()
|
131 |
if not os.path.exists(ckpt_root):
|