File size: 1,610 Bytes
fab629a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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.