ironjr commited on
Commit
ad5269f
1 Parent(s): 515d864

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- if not os.path.exists(d):
28
- snapshot_download(repo_id="ironjr/LucidDreamerDemo", repo_type="model", local_dir=d)
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)