Boost Texture and Skin Realism with ComfyUI's Cutting-Edge Workflow
β Workflow Overview

This workflow, titled "ComfyUI_Flux Model Texture Enhancement and Skin Realism", aims to enhance the texture and skin realism of model portraits using the Flux model and LoRA detail enhancement models.
Its main functionalities include:
β Image loading and preprocessing
π― Generating high-quality model images
π οΈ One-click background removal and mask processing
π₯ Comparing the original and enhanced images
π Texture and detail enhancement
This workflow is particularly suited for tasks such as model photography, portrait enhancement, and scenarios requiring improved skin realism and overall texture quality.
π₯ Core Models
Flux Base Model
Name:
F.1εΊη‘樑ε_fp16
Function: This is the base model used for generating high-quality images with refined textures and realistic lighting.
Loading Method: Loaded via the UNETLoader node.
LoRA Model
Name:
AWPortrait CN_1.0
Function: A LoRA model designed for portrait enhancement and detail optimization.
Weight:
0.35
Loading Method: Loaded using the LoraLoader node.
LoRA Texture Enhancement Model
Name:
F.1ε’强质ζ_η»θδΌεθ°ζ΄_1.0
Function: Enhances the fine details and improves the skin texture and overall image sharpness.
Weight:
0.7
Loading Method: Loaded via LoraLoader.
Inspyrenet Rembg Model
Function: Used for automatic background removal and mask generation.
Loading Method: Loaded using the InspyrenetRembg node.
Plugin Source: Requires the
ComfyUI-Inspyrenet-Rembg
plugin.
π§ Node Explanation
Here is a detailed explanation of the key nodes used in this workflow:
π Base Model Loading
UNETLoader
Function: Loads the Flux base model.
Parameters:
Model name:
F.1εΊη‘樑ε_fp16
Output: Model data, used for image generation.
VAELoader
Function: Loads the VAE (Variational Autoencoder) model for image decoding.
Parameters:
Model name:
ae.sft
Output: VAE data, used in the decoding process.
π― Detail Enhancement Models
LoraLoader
Function: Loads LoRA models for portrait enhancement and texture refinement.
Parameters:
Model names:
AWPortrait CN_1.0
(weight:0.35
)F.1ε’强质ζ_η»θδΌεθ°ζ΄_1.0
(weight:0.7
)
Output: Enhanced model data, used by the sampler.
π₯ Sampling and Generation
RandomNoise
Function: Generates random noise to initiate image generation.
Parameters:
Random seed:
790939886104846
BasicScheduler
Function: Controls the sampling process.
Parameters:
Scheduler type:
normal
Steps:
30
Strength:
0.4
KSamplerSelect
Function: Selects the sampling algorithm.
Parameters:
Sampler type:
euler
SamplerCustomAdvanced
Function: Performs custom advanced sampling to generate the latent image.
Inputs:
Noise, guider, sampler, sigmas
Output:
Latent image
Denoised latent image
π οΈ Image Processing
InspyrenetRembg
Function: Performs background removal and mask generation.
Output:
Foreground image
Mask data
InvertMask
Function: Inverts the mask.
Output:
Inverted mask
MaskToImage
Function: Converts the mask into an image.
Image Comparer
Function: Compares the original image with the enhanced version.
Mode: Side-by-side comparison with a slider.
πΌοΈ Preview and Output
PreviewImage
Function: Displays the generated images, including:
The enhanced image
The background-removed image
The mask image
π Workflow Structure
The workflow is divided into several Groups, each serving a specific function:
β Flux Base Model
Location: Top left
Function: Loads the base model (UNET, VAE).
Input: Model paths
Output: Model data for generation.
π― Image Loading
Location: Bottom left
Function: Loads the original image.
Input: Image file
Output: Image data for processing.
π₯ Batch Processing
Location: Middle section
Function: Processes the latent images in batches.
Input: Latent image
Output: Batch-processed latent images.
π οΈ Keyword Input
Location: Middle left
Function: Encodes the text prompts using CLIP.
Input:
Positive prompt:
miluo_zg, A beautiful Asian woman, fair-skinned, wearing a white t-shirt, and jeans
Negative prompt:
miluo_zg, Glamour Shot, hyperrealism, cinematic, High Resolution, Ultra HD Picture, Delicate, Clear
Output: Conditioning encoding for image generation.
πΌοΈ One-Click Background Removal
Location: Top right
Function: Performs background removal.
Input: Image data
Output: Foreground image and mask data.
π Inputs & Outputs
Input Parameters:
Image file (e.g., model photo)
Text prompts (positive and negative)
Flux model and LoRA models
Random seed:
790939886104846
Output:
Enhanced image
Background-removed image
Mask image
Comparison image (original vs enhanced)
β οΈ Tips & Considerations
β Model Dependencies:
This workflow relies on the ComfyUI-Inspyrenet-Rembg plugin and multiple LoRA models. Ensure they are installed.
β‘ Performance Requirements:
A NVIDIA GPU with at least 12GB VRAM is recommended for smooth performance.
Large images consume more VRAM.
β οΈ Output Variations:
Different random seeds produce different image results.
Adjusting the LoRA weights fine-tunes the detail enhancement effects.
π₯ Optimization Tip:
If you encounter memory issues, reduce the image size or batch size to prevent OOM errors.