Unlock the Secrets of Tang Dynasty Portraits: A Comprehensive Workflow Guide
1. Workflow Overview

Purpose:
Generates Tang Dynasty Gongbi-style portraits using:LoRA Model (
唐风工笔娃娃_v1.0
) for traditional brushwork details.Custom Base Model (
基础算法_F.1
) at1024x1920
resolution.Dual CLIP Encoders (
clip_l
+t5xxl_fp8_e4m3fn
) for prompt accuracy.
2. Key Nodes
LoraLoader
: Applies唐风工笔娃娃_v1.0
(weight1.0
).DualCLIPLoader
: Combines two text encoders for nuanced prompts.CLIPTextEncode
:Positive: Describes Hanfu-clad girls, butterflies (e.g.,
"Gongbi painting"
).Negative: Filters artifacts (e.g.,
"badly drawn hands"
).
KSampler
:euler
, 20 steps, CFG3.5
, denoise0.8
.
3. Workflow Structure
Model Loading:
UNETLoader
→LoraLoader
→DualCLIPLoader
.Prompt Processing:
DualCLIPTextEncode
for conditioning.Image Generation:
EmptyLatentImage
→KSampler
→VAEDecode
.
4. Inputs & Outputs
Inputs: Positive prompt, resolution (
1024x1920
).Outputs: Gongbi-style image saved to
ComfyUI/output
.
5. Notes
Dependencies:
Place
唐风工笔娃娃_v1.0.safetensors
inmodels/loras
.
VRAM: High resolution may require ≥8GB GPU.
Troubleshooting:
Verify LoRA filename matches.