pydn / ComfyUI-to-Python-Extension

A powerful tool that translates ComfyUI workflows into executable Python code.
MIT License
842 stars 87 forks source link

Do you have a Comfy workflow to load 2 loras? #20

Closed MaxTran96 closed 9 months ago

MaxTran96 commented 9 months ago

I have a use case where i want to generate image of 2 trained subjects from 2 different Lora models, how would i do that?

pydn commented 9 months ago

Hmm I'm not sure. I would start by researching ComfyUI extensions for that purpose and getting them to work in the UI before converting it to Python with this extension.