asigalov61 commited on
Commit
052414e
·
verified ·
1 Parent(s): 23e973e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -22,5 +22,18 @@ tags:
22
 
23
  ***
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ### Project Los Angeles
26
  ### Tegridy Code 2024
 
22
 
23
  ***
24
 
25
+ # Installation
26
+
27
+ ```python
28
+ from huggingface_hub import snapshot_download
29
+
30
+ repo_id = "asigalov61/Imagen-South-Park"
31
+ repo_type = 'model'
32
+
33
+ local_dir = "./Imagen-South-Park"
34
+
35
+ snapshot_download(repo_id, repo_type=repo_type, local_dir=local_dir)
36
+ ```
37
+
38
  ### Project Los Angeles
39
  ### Tegridy Code 2024