To support my work, you could buy me a coffee
https://www.buymeacoffee.com/JasonAICreator
SDXLMixSampler 1.1
The node updated to accept loop:number rather total_steps:number
The total_steps would be calculated as mix_steps*loop
add final_only input to determine output multiple images or only the final loop image
If fina_only set to no, it would produce each loop image in output
SDXLMixSampler
The concept is to make one node to use both base+refiner like simple sampler.
Let me explains some parameter.
total_steps: total steps would run with this sampler. default is 20.
mixing_steps: total steps of one loop, loop = total_steps / mixing steps
base_steps_percentage: the percentage of base model's steps in each loop, the refiner would take the leftover
The whole pocess would only add_noise at the first base model sampling, other would disable_noise. The return_with_leftover_noise would be false at the last refiner node.
Why would I create this node? I was testing around generating text and I found it helps to generating text in multiple loop of the base+refiner process and I think it could done by 1 node.
All my custom_nodes would goto the flowing git page:
https://github.com/lrzjason/ComfyUIJasonNode/tree/main
Contact:
欢迎加群讨论AI相关的话题,遇到问题有能力的我会尽量解答
验证:小志Jason

Description
with workflow
FAQ
Comments (6)
I am seriously interested in buying a mega workflow from you on SDXL to include controlnet (openpose,inpaint), image2image, inpainting, upscaling etc, Please feel free to charge me anything for yr trouble. my mail is [email protected]
Please check email for further discussion. Sorry for the typo in email. English is not my native language.
Nearly a 20gb install, but well worth for what results you get from v0.9, carnt wait for v1.
Will max out your GPU to 95%, thats running 4080
The groupnode indicates 'loras'? Cant find any linked nodes for that?
no, ther is no "lora" group in the workflow. The workflow only introduce this mixsampler node
7 More Suggested Resources for SDXL:
[1] First Ever SDXL Training With Kohya LoRA - Stable Diffusion XL Training Will Replace Older Models
[2] How To Use SDXL in Automatic1111 Web UI - SD Web UI vs ComfyUI - Easy Local Install Tutorial / Guide
[3] ComfyUI Master Tutorial - Stable Diffusion XL (SDXL) - Install On PC, Google Colab (Free) & RunPod
[4] Stable Diffusion XL (SDXL) Locally On Your PC - 8GB VRAM - Easy Tutorial With Automatic Installer
[5] How to use Stable Diffusion X-Large (SDXL) with Automatic1111 Web UI on RunPod - Easy Tutorial
[6] How To Use SDXL On RunPod Tutorial. Auto Installer & Refiner & Amazing Native Diffusers Based Gradio
[7] How To Use Stable Diffusion XL (SDXL 0.9) On Google Colab For Free

