Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ComfyUI Auto-Installers
|
| 2 |
+
|
| 3 |
+
One-click install scripts for ComfyUI workflows. Each script downloads all required models, custom nodes, and auto-installs the workflow.
|
| 4 |
+
|
| 5 |
+
## Installers
|
| 6 |
+
|
| 7 |
+
### Flux Ultimate Nudify
|
| 8 |
+
3-stage nudify pipeline with face detailer and upscale.
|
| 9 |
+
|
| 10 |
+
```bash
|
| 11 |
+
bash installers/nudify/install_flux_ultimate_nudify.sh
|
| 12 |
+
```
|
| 13 |
+
|
| 14 |
+
**Pipeline:**
|
| 15 |
+
- Stage 1: Kontext Dev (clothes removal)
|
| 16 |
+
- Stage 2: Flux.1 Dev (anatomy enhancement)
|
| 17 |
+
- Stage 3: Klein 9B (detail refinement)
|
| 18 |
+
- Face Detailer: YOLOv8m + SAM ViT-L
|
| 19 |
+
- Upscale: 4x NMKD-Siax → 8MP
|
| 20 |
+
|
| 21 |
+
**Downloads:**
|
| 22 |
+
- ~80GB of models
|
| 23 |
+
- 15 custom nodes
|
| 24 |
+
- Workflow auto-installed
|
| 25 |
+
|
| 26 |
+
## Usage
|
| 27 |
+
|
| 28 |
+
1. SSH into your RunPod/server with ComfyUI
|
| 29 |
+
2. Run the installer script
|
| 30 |
+
3. Start ComfyUI
|
| 31 |
+
4. Upload image → Queue
|
| 32 |
+
|
| 33 |
+
## Related Repos
|
| 34 |
+
- [msrcam/Flux.1_Dev_LoRas](https://huggingface.co/msrcam/Flux.1_Dev_LoRas)
|
| 35 |
+
- [msrcam/Flux.2_Klein_9B_LoRas](https://huggingface.co/msrcam/Flux.2_Klein_9B_LoRas)
|
| 36 |
+
- [msrcam/Flux.1_Kontext_LoRas](https://huggingface.co/msrcam/Flux.1_Kontext_LoRas)
|
| 37 |
+
- [msrcam/Clothes_Swap](https://huggingface.co/msrcam/Clothes_Swap)
|