Update model download.txt
Browse files- 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
|
| 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}"')
|