AEmotionStudio commited on
Commit
fab629a
·
verified ·
1 Parent(s): 38b75d1

Add model card

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - comfyui
5
+ - backup
6
+ - model-weights
7
+ ---
8
+
9
+ # ComfyUI Model Backups
10
+
11
+ Personal backup of the model collection used with
12
+ [ComfyUI](https://github.com/comfyanonymous/ComfyUI). Files are organized into a
13
+ labeled subfolder per model **type**, mirroring the standard ComfyUI
14
+ `models/` directory layout.
15
+
16
+ ## Folder layout
17
+
18
+ Each subfolder corresponds to a ComfyUI model type:
19
+
20
+ | Subfolder | Model type |
21
+ | -------------------- | ----------------------------------- |
22
+ | `text_encoders/` | Text encoder weights (T5, UMT5, Qwen-VL, …) |
23
+ | `clip/` | CLIP models |
24
+ | `clip_vision/` | CLIP vision models |
25
+ | `checkpoints/` | Full checkpoints |
26
+ | `diffusion_models/` | Diffusion model weights |
27
+ | `unet/` | UNet weights |
28
+ | `loras/` | LoRA adapters |
29
+ | `controlnet/` | ControlNet models |
30
+ | `vae/` | VAE models |
31
+ | `LLM/` | Language models |
32
+ | `…` | Additional types added folder by folder |
33
+
34
+ > Folders are uploaded incrementally, one type at a time. Not all types may be
35
+ > present yet.
36
+
37
+ ## Notes
38
+
39
+ - These are model **weight files** (`.safetensors`, `.gguf`, etc.) kept for
40
+ backup/restore convenience. Original licenses and terms belong to the
41
+ respective model authors.
42
+ - To restore a type, download its subfolder back into your ComfyUI
43
+ `models/<type>/` directory.