HackAfterDark Z-Image Turbo txt2img Workflow

This is my Z-Image Turbo txt2img workflow that I use. It is incredibly similar to the default ComfyUI Z-Image Turbo workflow that you'll find out there. One difference is that I added two LoRA loaders (one is disabled) for convenience. I have never used more than two LoRAs with Z-Image Turbo because the turbo model doesn't really accept a bunch of LoRAs, otherwise I'd use a LoRA stack node.
The other notable difference is that I have included my own custom ComfyUI node for selecting the resolution/size for the generated image. I grew tired of manually entering in numbers and I've never found a good resolution selector node for ComfyUI. While there's many out there, I generate a lot of images for photography/film style and as such I want aspect ratios that work for that style. More importantly, the sizes have to be compatible with Z-Image's native resolution of 1024x1024 (which is also the same for many other models). This custom node is of course completely optional, you'd just need to remove it if you wanted to enter width and height manually again.
I have a preview image node (disabled by default) because sometimes I like to preview without saving, then simply choose those I like to save manually.
I also included some info in a note node that includes a prompt guide that I found to be incredibly helpful. I hope you find this simple workflow useful!
Note: At the time of submitting this workflow to Civitai, my custom ComfyUI nodes were not in the official Comfy Manager repo. You can install them via git with this url: https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes.git (you can see a screenshot of what the custom node looks like here at my GitHub repo: https://github.com/hackafterdark/ComfyUI-HackAfterDark-Nodes)