ComfyUI Node: Load Multi LoRA (Temporary)
Authored by pkpkTech
Created 9 months ago
Updated 5 months ago
1 stars
Category
temporary_loaders
Inputs
model MODEL
clip CLIP
ckpt_url STRING
ckpt_type
- auto
- safetensors
- other
download_split INT
strength_model FLOAT
strength_clip FLOAT
Outputs
MODEL
CLIP
Extension: ComfyUI-TemporaryLoader
This is a custom node of ComfyUI that downloads and loads models from the input URL. The model is temporarily downloaded into memory and not saved to storage. This could be useful when trying out models or when using various models on machines with limited storage. Since the model is downloaded into memory, expect higher memory usage than usual.
Authored by pkpkTech