Caution
This README was generated by AI because the author is too lazy to write documentation. Deal with it. 🤷
A collection of optimized ComfyUI workflows for high-quality AI image generation using the Illustrious model family.
A streamlined workflow for quick, high-quality image generation.
Features:
- Single-pass KSampler generation
- LoRA support with Power Lora Loader
- Optional 4x upscaling with UltraSharpV2
- Configurable aspect ratios (SDXL presets)
- Automatic save with date-based organization
Default Configuration:
| Parameter | Value |
|---|---|
| Resolution | 1216×832 (3:2 landscape) |
| Steps | 25 |
| CFG Scale | 4 |
| Sampler | euler_ancestral |
| Scheduler | normal |
| CLIP Layer | -2 |
Node Flow:
Checkpoint → LoRAs → CLIP Encode → KSampler → VAE Decode → Save/Upscale
An advanced workflow with multi-stage face/body refinement and hi-res upscaling.
Features:
- Dual FaceDetailer passes for enhanced facial quality
- First pass: Face detection with
99coins_anime_girl_face_m_seg.pt - Second pass: NSFW body refinement with
ntd11_anime_nsfw_segm_v5.pt
- First pass: Face detection with
- Differential Diffusion for smooth inpainting transitions
- Hi-Res upscaling pipeline:
- 4x UltraSharpV2 model upscale
- Secondary KSampler refinement pass
- Smart image routing via ImpactSwitch
- Multiple save points for workflow inspection
Default Configuration:
| Parameter | Value |
|---|---|
| Base Resolution | 1216×832 |
| Final Hi-Res | 2432×1664 |
| Base Steps | 30 |
| Hi-Res Denoise | 0.15 |
| Face Detailer Denoise | 0.7 / 0.3 |
Node Flow:
┌─────────────────────────────────────────────────────────────────────────┐
│ Checkpoint → LoRAs → KSampler → VAE Decode → Save Original │
│ │ │
│ ▼ │
│ FaceDetailer #1 → Preview │
│ │ │
│ ▼ │
│ FaceDetailer #2 → Preview │
│ │ │
│ ▼ │
│ ┌──────── ImpactSwitch ────────┐ │
│ ▼ ▼ │
│ ImageUpscale (4x) (Direct path) │
│ │ │
│ ▼ │
│ ImageScale → VAEEncode → KSampler → VAEDecode → Save Hi-Res│
└─────────────────────────────────────────────────────────────────────────┘
| Node Pack | Purpose |
|---|---|
| ComfyUI-Impact-Pack | FaceDetailer, ImpactSwitch, DifferentialDiffusion |
| ComfyUI-Impact-Subpack | UltralyticsDetectorProvider |
| rgthree-comfy | Power Lora Loader |
| ComfyUI_JPS-Nodes | Text Prompt nodes |
| ComfyUI_Comfyroll_CustomNodes | SDXL Aspect Ratio |
- illustrij_v18.safetensors - Illustrious anime model
Dramatic Lighting Slider.safetensors- Enhances lighting effectsHyperrealistic_illustrious.safetensors- Adds realistic details
4x-UltraSharpV2.safetensors- High-quality 4x upscaler
segm/99coins_anime_girl_face_m_seg.pt- Anime face segmentationsegm/ntd11_anime_nsfw_segm_v5.pt- Body segmentation
Images are saved with date-based organization:
ComfyUI/output/comfyui/
└── dd-MM-yyyy/
├── original_*.png # Initial generation
└── finalhires_*.png # After detailing + upscale
- Install all required custom nodes via ComfyUI Manager
- Download and place the required models in their respective directories
- Import the desired workflow JSON into ComfyUI
- Enter your prompt in the positive text box
- (Optional) Add negative prompts for unwanted elements
- Click Queue Prompt to generate
- Simple workflow is best for rapid iteration and testing prompts
- Full detailer is ideal for final renders requiring maximum quality
- Both workflows use LoRA strength 0.7 by default - adjust as needed
- The hi-res pass uses low denoise (0.15) to preserve details while adding sharpness
These workflows are provided as-is for personal and educational use.