File size: 1,077 Bytes
480ad93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# ComfyUI Auto-Installers

One-click install scripts for ComfyUI workflows. Each script downloads all required models, custom nodes, and auto-installs the workflow.

## Installers

### Flux Ultimate Nudify
3-stage nudify pipeline with face detailer and upscale.

```bash
bash installers/nudify/install_flux_ultimate_nudify.sh
```

**Pipeline:**
- Stage 1: Kontext Dev (clothes removal)
- Stage 2: Flux.1 Dev (anatomy enhancement)  
- Stage 3: Klein 9B (detail refinement)
- Face Detailer: YOLOv8m + SAM ViT-L
- Upscale: 4x NMKD-Siax → 8MP

**Downloads:**
- ~80GB of models
- 15 custom nodes
- Workflow auto-installed

## Usage

1. SSH into your RunPod/server with ComfyUI
2. Run the installer script
3. Start ComfyUI
4. Upload image → Queue

## Related Repos
- [msrcam/Flux.1_Dev_LoRas](https://huggingface.co/msrcam/Flux.1_Dev_LoRas)
- [msrcam/Flux.2_Klein_9B_LoRas](https://huggingface.co/msrcam/Flux.2_Klein_9B_LoRas)
- [msrcam/Flux.1_Kontext_LoRas](https://huggingface.co/msrcam/Flux.1_Kontext_LoRas)
- [msrcam/Clothes_Swap](https://huggingface.co/msrcam/Clothes_Swap)