msrcam's picture
Upload README.md with huggingface_hub
480ad93 verified
# 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)