Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,106 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- comfyui
|
5 |
+
- model-pack
|
6 |
+
- upscalers
|
7 |
+
- loras
|
8 |
+
- diffusion
|
9 |
+
- ai-art
|
10 |
+
- style-transfer
|
11 |
+
- face-enhancement
|
12 |
+
---
|
13 |
+
|
14 |
+
# π§° ComfyUI-Models by 10xwithankit
|
15 |
+
|
16 |
+
This repository contains a curated collection of **ComfyUI-compatible models** including:
|
17 |
+
|
18 |
+
- π **Upscalers** (e.g. 4x UltraSharp, RealWebPhoto)
|
19 |
+
- π§ **LoRAs** for style and character conditioning
|
20 |
+
- π¨ **Skin detail and face enhancement models**
|
21 |
+
- π Other diffusion-ready `.pt`, `.pth`, and `.safetensors` models
|
22 |
+
|
23 |
+
> π§ **Note**: This is a **personal, non-commercial hobby project**.
|
24 |
+
> Models included here are collected from public sources like [CivitAI](https://civitai.com), [Hugging Face](https://huggingface.co), and open repositories.
|
25 |
+
> Some models may be under third-party licenses or copyrighted by their original authors.
|
26 |
+
> **No ownership is claimed** unless explicitly stated.
|
27 |
+
|
28 |
+
---
|
29 |
+
|
30 |
+
## π Folder Structure
|
31 |
+
|
32 |
+
```plaintext
|
33 |
+
upscale_models/ β ESRGANs, Real-ESRGANs, SwinIR, etc.
|
34 |
+
loras/ β Style + character LoRAs
|
35 |
+
diffusion_models/ β Base models (e.g., SD, Flux)
|
36 |
+
controlnet/ β ControlNet modules (pose, depth, etc.)
|
37 |
+
insightface/ β Facial detection/refinement tools
|
38 |
+
...
|
39 |
+
|
40 |
+
Folder Purpose
|
41 |
+
LLM Language models (e.g., GGUF, transformers)
|
42 |
+
checkpoints Stable Diffusion or custom model checkpoints
|
43 |
+
clip CLIP models for text-image understanding
|
44 |
+
clip_vision CLIP vision encoders for image embeddings
|
45 |
+
configs Configuration files for models or pipelines
|
46 |
+
controlnet ControlNet models for pose/edge/image control
|
47 |
+
diffusers Hugging Face Diffusers-based pipelines or models
|
48 |
+
diffusion_models Base diffusion model weights (e.g., SD, Flux)
|
49 |
+
embeddings Text/image embeddings (e.g., IPAdapter, InsightFace)
|
50 |
+
gligen GLIGEN components for guided generation
|
51 |
+
hypernetworks Hypernetwork models for style or modulation
|
52 |
+
ipadapter IPAdapter models for reference image guidance
|
53 |
+
llm_gguf GGUF-format language models (used in llama.cpp etc.)
|
54 |
+
loras LoRAs for styles, characters, fine-tuning
|
55 |
+
photomaker PhotoMaker or face personalization models
|
56 |
+
style_models Style transfer or enhancer models
|
57 |
+
text_encoders T5, BERT, CLIPText for text tokenizing
|
58 |
+
unet UNet backbones for SD architecture
|
59 |
+
upscale_models ESRGAN/Real-ESRGAN/etc. upscalers
|
60 |
+
vae VAE decoders for latent β image conversion
|
61 |
+
vae_approx Lightweight VAE approximations
|
62 |
+
|
63 |
+
|
64 |
+
|
65 |
+
βΈ»
|
66 |
+
|
67 |
+
π‘ Use Case
|
68 |
+
|
69 |
+
Ideal for:
|
70 |
+
β’ π¨ Artists using ComfyUI
|
71 |
+
β’ π§ͺ Researchers building pipelines
|
72 |
+
β’ π Builders switching servers (RunPod, Vast, Colab)
|
73 |
+
|
74 |
+
Clone it anywhere:
|
75 |
+
|
76 |
+
git clone https://huggingface.co/10xwithankit/ComfyUI-Models
|
77 |
+
|
78 |
+
Download a specific model with aria2c:
|
79 |
+
|
80 |
+
aria2c -c -x 16 -s 16 "https://huggingface.co/10xwithankit/ComfyUI-Models/resolve/main/upscale_models/4xUltraSharp.pt"
|
81 |
+
|
82 |
+
|
83 |
+
|
84 |
+
βΈ»
|
85 |
+
|
86 |
+
π How to Contribute
|
87 |
+
|
88 |
+
This is a personal model pack, but feel free to:
|
89 |
+
β’ π Fork it
|
90 |
+
β’ π§© Build on top
|
91 |
+
β’ π₯ Suggest additions
|
92 |
+
|
93 |
+
βΈ»
|
94 |
+
|
95 |
+
π Disclaimer
|
96 |
+
|
97 |
+
This repository is for educational and archival purposes only.
|
98 |
+
I do not claim authorship or ownership of any third-party model unless explicitly mentioned.
|
99 |
+
If you are a model creator and wish your work to be removed or credited differently, please reach out.
|
100 |
+
|
101 |
+
βΈ»
|
102 |
+
|
103 |
+
Maintained by: @10xwithankit
|
104 |
+
License: CreativeML OpenRAIL-M
|
105 |
+
|
106 |
+
---
|