Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ example_root = os.path.join(root, 'examples')
|
|
24 |
ckpt_root = os.path.join(root, 'stablediffusion')
|
25 |
|
26 |
d = example_root
|
27 |
-
|
28 |
-
|
29 |
d = os.path.join(ckpt_root, 'Blazing Drive V11m')
|
30 |
if not os.path.exists(d):
|
31 |
snapshot_download(repo_id="ironjr/BlazingDriveV11m", repo_type="model", local_dir=d)
|
|
|
24 |
ckpt_root = os.path.join(root, 'stablediffusion')
|
25 |
|
26 |
d = example_root
|
27 |
+
snapshot_download(repo_id="ironjr/LucidDreamerDemo", repo_type="model", local_dir=d)
|
28 |
+
|
29 |
d = os.path.join(ckpt_root, 'Blazing Drive V11m')
|
30 |
if not os.path.exists(d):
|
31 |
snapshot_download(repo_id="ironjr/BlazingDriveV11m", repo_type="model", local_dir=d)
|