SUSSYMANBI commited on
Commit
3ec9377
1 Parent(s): fe359c5

Create repo

Browse files
Files changed (1) hide show
  1. repo +7 -0
repo ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Make sure you have git-lfs installed (https://git-lfs.com)
2
+ git lfs install
3
+ git clone https://huggingface.co/spaces/RickyMartin-dev/Text_to_Image_Diffusion
4
+
5
+ # if you want to clone without large files – just their pointers
6
+ # prepend your git clone with the following env var:
7
+ GIT_LFS_SKIP_SMUDGE=1