This is an advanced workflow designed for those familiar with ComfyUI who want pro grade results. It is node heavy and has numerous options. I encourage you to take the time to learn it. If you feel overwhelmed, you can start with my simple model HERE
也有中文说明
Instagram: https://www.instagram.com/synth.studio.models/
Buy me a☕ https://ko-fi.com/lonecatone
This represents hundreds of hours of work. If you enjoy it, please 👍like, 💬 comment , and feel free to ⚡tip 😉
Note: If you have ANY issues with nodes not downloading, read the notes or reach out. There's nothing that special about any of them that aren't core modules. Most issues can be resolved by updating everything
⛔⚠️🛑✋ Read the notes completly before using. Most common install and node problems are listed in the directions
A complete user and troubleshooting guide inclusing a list of common error messages can be found here https://civarchive.com/articles/24678/how-to-use-my-workflows-a-comprehensive-breakdown
V14.0
Because it is not in my nature to leave things alone....
Gutted the stock face detailer nodes and replaced them with a SEGS suite for infinately better results
Note: Yes, I will be going through all my workflows and replacing them, including teh NSFW ones
Controlnet Update.
Added local bypass nodes so you don't have to zoom and scroll
Major update to notes, especially for detailers
V13.0
Overhauled the Controlnet:
Now you can select the aspect ratio of the original image without having to "guess" it with the aspect ratio node
Left room for the resize node so you can choose which side to crop the image by
Redid the dependencies so that every tie you shut it on and off, you don;t need to reset the switches so it will not give you an error 😡
Massively improved the notes throughout
Minor layout tweaks
V11.3
Detailers are now able to handle float32 models, so I rewmoved the SDXL Based checkpoint.
Please give me feedback with any issues on this, especailly RAM related.
Added a crop section so you can...well... crop images easily
Updated several areas
Added the ability to use a simple date with the metadata folder
added a "remove banned tags" node
V8.0
Removed Florence Prompt assist and replaced it with Qwen Advanced.
Reorganized the controlnet section because it bugged me. Now it's easier to use.
Added a LoRa controller for the detailer for better character facial and eye consistency as well as a localized prompt
Gutted the backend of the post production suite and added 📷optical realism, giving a significantly better way to fine tune your images.
Fixed some backend mathAdded a 📂 subfolder generator that seperates the metadata files according to the name you give the file for easier use.
V7.0
Added KSampler Configure Nodes so you can leave the setting in place for both ZIT and base without having to change them
Removed some problematic nodes
Removed Qwen Prompt enhancer. I refuse to put an API one in there.
global scheduler and samplers for consistency
Better math
Improved notes throughout.
All in 1 workflow:
Controlnet
Checkpoint option for merged models
I2I
Prompt generation
Prompt enhancement
Lora Loader
Advanced KSampler
Draft mode for making corrections without having to rerun the workflow.
Seed variance enhancer
Ultimate Upscaler for prescaling and hi res fix
Detailing Suite for face, hands, eyes, and expressions
Seed VR2 Upscaler to get 4k on low VRAM
Massive Post Production Suite
JPEG Scrubber
Smart Noise scrubber
Full tutorial available.
也有中文说明
Check out my other models:
My NSFW version with Anantomy Correctors:https://civarchive.com/models/2270894/zit-nsfw-anatomy-corrector
For ultimate Anime detail and control: https://civarchive.com/models/2220766/zimage-ultra-anime-detail-workflow-get-the-most-out-of-your-generations
For Realism and variety over the base model: https://civarchive.com/models/2231181/z-image-ultra-real-workflow
Description
Upgraded.
FAQ
Comments (10)
I was so happy when I found your workflow. I am convinced that you have done a great job here. I was able to install all custom nodes except for one, and it pains me terribly because I just can't figure it out. I tried via Manager, removed the node, and installed it via Git Clone, but nothing helps. ChatGPT says that this node is outdated and that I can use another one, but I simply don't have the skills. Do you have any ideas? I'm at a loss. It's the following node:
This workflow uses custom nodes you haven't installed yet.
SDAnyConverter
Install these nodes to run this workflow, or replace them with installed alternatives. Missing nodes are highlighted in red on the canvas.
The manager then says:
IMPORT FAILED ↗
comfyui-prompt-reader-node
I use the ComfyUI one-click installer. No problems with other workflows (for example, WAN, etc.).
It would be very nice if you could help me.
PS: I also updated ComfyUI of course.
Always teh Eden nodes:
This is the note in the workflow.
EDEN NODES:
Download link is below. It is the SD any converter node in the detailer getset area. It allows all the samplers (or schedulers) to be the same.
If you cannot get it to download. Go to the NSFW area. Delete the SD to any converter node. You will then have to enter them manually ⚠️ They all need to be the same or they interfere with each other.
Edenart SD any Converter node (if I used it)
@lonecatone23 First of all, thank you very much for your prompt answer. I don't get it unfortunately. I downloaded the node in the link and started Comfyui again. I deleted the SDAnyConverter and wanted to replace it with the Eden node but nothing with Eden appears when I try to add it in the workflow. And what does this mean: "Go to the NSFW area." What NSFW area?
@SD_Agamemnon The detailer area in RED. You can litera;ly just delete them. You'll just have to set the sampler and scheduler by hand
I had the same issue when I added this workflow. The SDAnyConverter node import failed.
I successfully installed it by doing the following:
1. Deleted the folder/directory "comfyui-prompt-reader-node" in the custom_nodes folder within the ComfyUI installation folder/directory.
2. Installed the node manually from the node's GitHub page:
The installation steps to install it manually...
Please make sure to install the submodules along with the main repository.
cd to the custom_node folder
Clone this repo
git clone --recursive https://github.com/receyuki/comfyui-prompt-reader-node.git
Install dependencies
cd comfyui-prompt-reader-node pip install -r requirements.txt
@aifromcivitai thanks for that. There needs to be a better alternative, ut i cannot find one
@aifromcivitai Thank you for your help and the intention to help others. Unfortunately it din't work. It still says SDAnyConverter missing.
@SD_Agamemnon Hmmmm. Not good. Let me think about it. Maybe I did something else as well and didn't notice. Btw, I'm running SwarmUI v0.9.7.4 which includes ComfyUI. Versions are: ComfyUI 0.10.0, ComfyUI Frontend 1.35.9,
@SD_Agamemnon I will tell you exactly what I did by looking at my shell logs.
I use SwarmUI, which contains ComfyUI.
1. Draged and dropped the workflow .json file into ComfyUI
2. Using ComfyUI Manager, pressed the button “Install Missing Custom Nodes” and installed the missing nodes.
3. Shutdown and restarted SwarmUI/ComfyUI, but the node failed to import
4. Entered custom_nodes folder in a shell (DOS prompt for Windows), and executed:
pip install -r requirements.txt
This command found a package missing and downloaded it automatically. This package is a library that went into ComfyUI/venv/lib/python3.12/site-packages. If you don't have this installed, this might be your issue.
Collecting piexif (from -r requirements.txt (line 1))
Downloading piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB)
Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB)
Installing collected packages: piexif
Successfully installed piexif-1.1.3
4. Deleted the comfyui-prompt-reader-node in the custom_nodes folder
5. Now I installed the node manually.
git clone --recursive https://github.com/receyuki/comfyui-prompt-reader-node.git
I entered the comfyui-prompt-reader-node directory and checked requirements to make sure things were installed.
pip install -r requirements.txt
And, of course, the requirements were already satisfied.
6. Started SwarmUI/ComfyUI again and the node was installed.
I'm guessing you might be missing the piexif-1.1.3-py2.py3-none-any.whl. Just a guess.
I hope this works...
@SD_Agamemnon remove them. They are not needed. They control the scheduler and sampler setting. You'll just have to manually set them
