JasonS09 / comfy_sd_krita_plugin

Make AI art between canvas and nodes with Krita.
MIT License
148 stars 7 forks source link

KSampler_upscale seems to always use base model not Lora #31

Closed ElliottLester closed 10 months ago

ElliottLester commented 10 months ago

Describe the bug When "Upscale second pass" is enabled the KSampler_upscale always references the base model

To Reproduce Steps to reproduce the behavior:

  1. Run a workflow with a lora loader
  2. Click on get workflow
  3. Notice Ksampler->model->"LoraLoader+1"
  4. notice KSampler_upscale->model->"4"
JasonS09 commented 10 months ago

Hello! Thanks for pointing this out. Can you check if it works now?

ElliottLester commented 10 months ago

@JasonS09 yeah that seems to fix it thanks :)