READ THE DESCRIPTION PLEASE
Use with Anime2Real Lora. ←click this (or you will get blurry result)
If you have any questions, see FAQ, adding more items.
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 / v3.0 double pass

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
https://github.com/ostris/ComfyUI-Krea2-Ostris-Edit
https://github.com/PlagueKind/ComfyUI-PlagueKind-Nodes
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
https://github.com/ostris/ComfyUI-Krea2-Ostris-Edit
https://github.com/PlagueKind/ComfyUI-PlagueKind-Nodes
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 is not working, 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
negpip+ultimate upscale+color transfer
FAQ
Comments (11)
Can you release a simpler workflow? 90% of people wont be able to run this, its too many random nodes
I will check if there's something I can simplify.
ComfyUI_FearnworksNodes This repository was archived by the owner on Nov 30, 2024. It is now read-only.
ComfyUI - ZImagePowerNodes is not working.
What do you mean - not working?
You cannot find the repo or you installed the node but it won't work.
@xmsthc That node has error installing with manager, so i had to check their github, they all have issues with that node now.
@MokiMok31 I get it.
Can you paste your error messages here so I can dig into it, the node works fine for me now.
@xmsthc Here issues page on their github. It helped partially not to get errors with start of a prompt, but still not sure it works properly.
https://github.com/martin-rizzo/ComfyUI-ZImagePowerNodes/issues/20
@MokiMok31 This fix should work, it just bypass the log level definition err and won't affect node functionality.
I noticed that I made similar similar fix on my local node before so it works well.
Not sure why author didn't merge pr to fix the bug.
Btw I use this node just for increasing the realism by injecting style prompt before your own.
