Unlock Hyper-Realistic Skin Textures: A Step-by-Step Guide

CN
ComfyUI.org
2025-03-27 16:00:46

1. Workflow Overview

m8rji1e6j1vsj77alj9c03a7b42b87089e0c866274c0e80d66bf8010ea34eae88701eb92b84b7360d7e.png

Purpose: Generate hyper-realistic skin textures for fashion/portrait close-ups.
Core Models:

  • Stable Diffusion (AWPortrait FL_bf16): Base checkpoint for portraits.

  • LoRA (Realistic Skin Texture_SkinF1dV2.5): Enhances pores/hair details.

  • VAE (ae.sft): Improves color decoding.

  • Upscale Model (4x-UltraSharp): 4x super-resolution.


2. Key Nodes

Node

Function

Installation

DetailDaemonSamplerNode

Dynamically adjusts detail strength (e.g., sharpness 0.1-1.0).

Install via ComfyUI Manager.

ModelSamplingFlux

Advanced noise scheduling for smooth skin shading.

Requires ComfyUI-Flux (GitHub manual).

UltimateSDUpscaleCustomSample

Tile-based upscaling to avoid VRAM overload.

Install Ultimate SD Upscale plugin.

ImageApplyLUT+

Applies color grading (LUT files in .../ComfyUI_essentials/luts).

Bundled with ComfyUI-Essentials.

Dependencies:

  • Skin LoRA: Download from LibLib.art β†’ save to models/loras.


3. Workflow Groups

Group

Function

Inputs/Outputs

Model Loaders

Loads base model, VAE, LoRA, and CLIP.

Input: Model paths β†’ Output: Loaded models.

Prompt Processing

Parses positive/negative prompts (e.g., "red lips, gold watch").

Input: Text β†’ Output: Conditioned tensors.

SD3 Sampling

Main pipeline with noise injection, Flux scheduling, and detail refinement.

Input: Latent β†’ Output: Denoised latent.

Upscaling

Tile-based 4x upscale with detail enhancement.

Input: Low-res image β†’ Output: 4K image.

Image Export

Applies LUT/film grain and saves final result.

Input: Image β†’ Output: PNG file.


4. Inputs & Outputs

Input Parameters:

  • Resolution: 768Γ—1344 (initial), upscaled 2x.

  • Seed: Fixed 472152380 (change to "randomize").

  • Prompt: Must include skin details (e.g., "porcelain-toned skin").

Output:

  • High-res image (with pores/hair) saved as Face_Detailer.png.


5. Tips & Warnings

  • VRAM: β‰₯12GB GPU recommended (tile upscaling is VRAM-heavy).

  • Common Errors:

    • Missing LUT β†’ Check put_luts_files_here.txt path.

    • LoRA not working β†’ Verify model name/strength (0.2).

  • Optimizations:

    • Reduce FilmGrain strength (0.1-0.3) if too noisy.

    • Disable upscaling during testing for faster iterations.