READ THE DESCRIPTION PLEASE
Use with Anime2Real Lora. ←click this (or you will get blurry result)
If you have any questions ask AI first, stop asking me about node not found related questions.
If you are not familiar with ComfyUI go and learn.
Valuable questions are welcomed.
Join Discord or DM me for more help, I can't help if you just leave a 'this shit doesn't work' in the comment.
v3.0
negpip+wd14 tagger+face detailer+seedvr2 upscaler
custom nodes:
https://github.com/ltdrdata/ComfyUI-Impact-Pack
https://github.com/kijai/ComfyUI-KJNodes
https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler
https://github.com/yolain/ComfyUI-Easy-Use
https://github.com/cubiq/ComfyUI_essentials
https://github.com/TTPlanetPig/Comfyui_TTP_Toolset
https://github.com/pollockjj/ComfyUI-MultiGPU
https://github.com/BadCafeCode/masquerade-nodes-comfyui
https://github.com/ltdrdata/ComfyUI-Impact-Subpack
https://github.com/ltdrdata/was-node-suite-comfyui
https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt
https://github.com/fearnworks/ComfyUI_FearnworksNodes
https://github.com/pythongosssss/ComfyUI-WD14-Tagger
https://github.com/blue-pen5805/ComfyUI-krea2-negpip
https://github.com/huwhitememes/comfyui-krea2-conditioning
https://github.com/goohai/Goohaitools-comfyui
Install all custom nodes with one click (make sure you use git-bash on windows):
cat << 'EOF' | xargs -P 4 -n 2 bash -c '
url="$0"
dir="$1"
if [ -d "$dir" ]; then
echo -e "\033[1;33m[skip]\033[0m dir already exists: $dir"
else
echo -e "\033[1;32m[clone]\033[0m start cloning $dir ..."
git clone --depth 1 "$url" "$dir"
fi
'
https://github.com/ltdrdata/ComfyUI-Impact-Pack
https://github.com/kijai/ComfyUI-KJNodes
https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler
https://github.com/yolain/ComfyUI-Easy-Use
https://github.com/cubiq/ComfyUI_essentials
https://github.com/TTPlanetPig/Comfyui_TTP_Toolset
https://github.com/pollockjj/ComfyUI-MultiGPU
https://github.com/BadCafeCode/masquerade-nodes-comfyui
https://github.com/ltdrdata/ComfyUI-Impact-Subpack
https://github.com/ltdrdata/was-node-suite-comfyui
https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt
https://github.com/fearnworks/ComfyUI_FearnworksNodes
https://github.com/pythongosssss/ComfyUI-WD14-Tagger
https://github.com/blue-pen5805/ComfyUI-krea2-negpip
https://github.com/huwhitememes/comfyui-krea2-conditioning
https://github.com/goohai/Goohaitools-comfyui
EOFtool models:
https://huggingface.co/gemasai/4x_NMKD-Siax_200k models/upscale_models
https://github.com/facebookresearch/segment-anything#model-checkpoints models/sams
https://huggingface.co/Bingsu/adetailer/tree/main models/ultralytics
loras:
https://civarchive.com/models/2775340/krea2-textfusion-refusal-reduction-lora
https://civarchive.com/models/1862761/nicegirls-ultrareal
https://civarchive.com/models/2540187/breast-size-slider-krea-2-zit?modelVersionId=3131773
https://civarchive.com/models/2533032/the-age-slider-zit-krea-2?modelVersionId=3067659
https://civarchive.com/models/2540631/skin-tone-slider-krea2-zit?modelVersionId=3090199
https://civarchive.com/models/2756475/pornmaster-krea2-asian-slider
https://civarchive.com/models/2688234/realism-engine-ideogram-4-krea-2
Thanks to @QuietDruid, his tips are really useful when you encounter same issues:
Try to resample the image if you want to get more realistic results.
If you get tears and waterdrop on your image, try this lora: https://civarchive.com/models/2738333/wetness-slider-krea2-zit?modelVersionId=3079282
If negpip node not taking effect, try my fixed version: https://github.com/SurpassHR/ComfyUI-krea2-negpip.git

v2.0
negpip+ultimate upscale+color transfer+wd14 tagger
custom nodes:
rgthree-comfy https://github.com/rgthree/rgthree-comfy
ComfyUI-KJNodes https://github.com/kijai/ComfyUI-KJNodes
ComfyUI-Easy-Use https://github.com/yolain/ComfyUI-Easy-Use
ComfyUI_UltimateSDUpscale https://github.com/ssitu/ComfyUI_UltimateSDUpscale
ComfyUI_essentials https://github.com/cubiq/ComfyUI_essentials
ComfyUI-MultiGPU https://github.com/pollockjj/ComfyUI-MultiGPU
WAS Node Suite (Revised) https://github.com/ltdrdata/was-node-suite-comfyui
ComfyUI-Workflow-Encrypt https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt
Fearnworks Nodes https://github.com/fearnworks/ComfyUI_FearnworksNodes
Comfyui_PDuse https://github.com/7BEII/Comfyui_PDuse
Krea 2 Ostris Edit https://github.com/ostris/ComfyUI-Krea2-Ostris-Edit
ComfyUI-krea2-negpip https://github.com/blue-pen5805/ComfyUI-krea2-negpip
ComfyUI-ZImagePowerNodes https://github.com/SurpassHR/ComfyUI-ZImagePowerNodes (this is my fork to resolve IMPORT FAILED issue, will keep it until the author merges the fix pr)
Install all custom nodes with one click (make sure you use git-bash on windows):
cat << 'EOF' | xargs -P 4 -n 2 bash -c '
url="$0"
dir="$1"
if [ -d "$dir" ]; then
echo -e "\033[1;33m[skip]\033[0m dir already exists: $dir"
else
echo -e "\033[1;32m[clone]\033[0m start cloning $dir ..."
git clone --depth 1 "$url" "$dir"
fi
'
https://github.com/rgthree/rgthree-comfy rgthree-comfy
https://github.com/kijai/ComfyUI-KJNodes ComfyUI-KJNodes
https://github.com/yolain/ComfyUI-Easy-Use ComfyUI-Easy-Use
https://github.com/ssitu/ComfyUI_UltimateSDUpscale ComfyUI_UltimateSDUpscale
https://github.com/cubiq/ComfyUI_essentials ComfyUI_essentials
https://github.com/pollockjj/ComfyUI-MultiGPU ComfyUI-MultiGPU
https://github.com/ltdrdata/was-node-suite-comfyui was-node-suite-comfyui
https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt ComfyUI-Workflow-Encrypt
https://github.com/fearnworks/ComfyUI_FearnworksNodes ComfyUI_FearnworksNodes
https://github.com/7BEII/Comfyui_PDuse Comfyui_PDuse
https://github.com/ostris/ComfyUI-Krea2-Ostris-Edit ComfyUI-Krea2-Ostris-Edit
https://github.com/blue-pen5805/ComfyUI-krea2-negpip ComfyUI-krea2-negpip
https://github.com/SurpassHR/ComfyUI-ZImagePowerNodes ComfyUI-ZImagePowerNodes
EOF
v1.0

Description
Based on V3, using double pass to get better visual consistency, make a balance between realistic and similarity, a little more anime biased comaring to V3.
No new custom node added.
