AEmotionStudio's picture
Add model card
fab629a verified
|
raw
history blame
1.61 kB
---
license: other
tags:
- comfyui
- backup
- model-weights
---
# ComfyUI Model Backups
Personal backup of the model collection used with
[ComfyUI](https://github.com/comfyanonymous/ComfyUI). Files are organized into a
labeled subfolder per model **type**, mirroring the standard ComfyUI
`models/` directory layout.
## Folder layout
Each subfolder corresponds to a ComfyUI model type:
| Subfolder | Model type |
| -------------------- | ----------------------------------- |
| `text_encoders/` | Text encoder weights (T5, UMT5, Qwen-VL, …) |
| `clip/` | CLIP models |
| `clip_vision/` | CLIP vision models |
| `checkpoints/` | Full checkpoints |
| `diffusion_models/` | Diffusion model weights |
| `unet/` | UNet weights |
| `loras/` | LoRA adapters |
| `controlnet/` | ControlNet models |
| `vae/` | VAE models |
| `LLM/` | Language models |
| `…` | Additional types added folder by folder |
> Folders are uploaded incrementally, one type at a time. Not all types may be
> present yet.
## Notes
- These are model **weight files** (`.safetensors`, `.gguf`, etc.) kept for
backup/restore convenience. Original licenses and terms belong to the
respective model authors.
- To restore a type, download its subfolder back into your ComfyUI
`models/<type>/` directory.