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

Update model download.txt

Browse files
Files changed (1) hide show
  1. model download.txt +6 -6
model download.txt CHANGED
@@ -1,7 +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}"')
 
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 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}"')