sujalron commited on
Commit
801aa00
·
verified ·
1 Parent(s): 30881f9

Upload model download.txt

Browse files
Files changed (1) hide show
  1. model download.txt +7 -0
model download.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Install a LoRA in permanent storage
2
+ model_url = 'https://civitai.com/api/download/models/798204?type=Model&format=SafeTensor&size=full&fp=fp16'
3
+ model_name = 'RealVisXLV5.016fp.safetensors'
4
+
5
+ %cd /kaggle/temp/ComfyUI/models/checkpoints
6
+ #!wget -O 'model.safetensors' 'https://civitai.com/api/download/models/198530?type=Model&format=SafeTensor&size=full&fp=fp16'
7
+ get_ipython().system(f'wget -O "{model_name}" "{model_url}"')