Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
4ae54b7
1
Parent(s):
30e0936
- modules/path.py +1 -1
modules/path.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import os
|
2 |
|
3 |
-
modelfile_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../
|
|
|
1 |
import os
|
2 |
|
3 |
+
modelfile_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../models/checkpoints/'))
|