wiikoo commited on
Commit
6eda677
·
verified ·
1 Parent(s): 6802934

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - comfyui
5
+ - stable-diffusion
6
+ - ai-models
7
+ - backup
8
+ ---
9
+
10
+ # ComfyUI 模型备份 - ComfyUI-Models-Backup-20250821
11
+
12
+ 这是ComfyUI的完整模型和自定义节点备份仓库。
13
+
14
+ ## 📁 目录结构
15
+
16
+ ```
17
+ wiikoo/ComfyUI-Models-Backup-20250821/
18
+ ├── models/ # ComfyUI模型文件
19
+ │ ├── checkpoints/ # Stable Diffusion检查点
20
+ │ ├── loras/ # LoRA模型
21
+ │ ├── vae/ # VAE模型
22
+ │ ├── controlnet/ # ControlNet模型
23
+ │ ├── clip/ # CLIP模型
24
+ │ ├── unet/ # UNet模型
25
+ │ └── ... # 其他模型类型
26
+ └── custom_nodes/ # ComfyUI自定义节点
27
+ ├── ComfyUI-Manager/ # 节点管理器
28
+ ├── comfyui-easy-use/ # 易用性节点
29
+ └── ... # 其他自定义节点
30
+ ```
31
+
32
+ ## 🚀 使用方法
33
+
34
+ ### 方法1: 完整下载
35
+ ```bash
36
+ git clone https://huggingface.co/wiikoo/ComfyUI-Models-Backup-20250821
37
+ ```
38
+
39
+ ### 方法2: 选择性下载
40
+ 1. 浏览仓库文件
41
+ 2. 下载需要的模型或节点
42
+ 3. 将文件放置到ComfyUI对应目录
43
+
44
+ ### 方法3: 使用Git LFS
45
+ ```bash
46
+ git lfs clone https://huggingface.co/wiikoo/ComfyUI-Models-Backup-20250821
47
+ ```
48
+
49
+ ## 📊 备份信息
50
+
51
+ - **备份时间**: Wed Aug 20 18:59:54 UTC 2025
52
+ - **仓库类型**: ComfyUI模型备份
53
+ - **包含内容**: 模型文件 + 自定义节点
54
+
55
+ ## ⚠️ 注意事项
56
+
57
+ - 此备份已过滤占位符文件和缓存文件
58
+ - 大文件使用Git LFS存储
59
+ - 请确保ComfyUI版本兼容性
60
+ - 部分模型可能需要特定的许可证
61
+
62
+ ## 🔧 兼容性
63
+
64
+ - **ComfyUI版本**: 最新稳定版
65
+ - **Python版本**: 3.8+
66
+ - **系统要求**: 支持CUDA的GPU(推荐)
67
+
68
+ ## 📝 更新日志
69
+
70
+ - 初始备份创建于 2025-08-20