asagi4 / comfyui-prompt-control

ComfyUI nodes for prompt editing and LoRA control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example SDXL workflow

ghostsquad opened this issue · comments

Please provide an example SDXL workflow. I'm trying to integrate SDXL, and I'm having some trouble understanding what changes I need to use these nodes. Thanks!

You don't really need anything; just load an SDXL model and use it as you wold an SD1.5 one.

You can use the SDXL and CLIP_G functions in the prompt to set some settings like crop and target resolution values, but those are optional.

Cool. So the node has some way to detect if the model is an SDXL model?

ComfyUI does the model loading. My nodes don't care at all about what the model is, but it does have some SDXL-specific logic in the conditioning encoder since SDXL conds have some extra features that don't exist in SD 1.5

thanks for the explanation