| # Install a LoRA in permanent storage | |
| model_url = 'https://civitai.com/api/download/models/798204?type=Model&format=SafeTensor&size=full&fp=fp16' | |
| model_name = 'RealVisXLV5.016fp.safetensors' | |
| %cd ComfyUI/models/checkpoints | |
| #!wget -O 'model.safetensors' 'https://civitai.com/api/download/models/198530?type=Model&format=SafeTensor&size=full&fp=fp16' | |
| get_ipython().system(f'wget -O "{model_name}" "{model_url}"') |