rifeWithKaiju / model_preset_manager

94 stars 9 forks source link

Can't retreive local model info when model path is set via CLI option #17

Open Helge666 opened 3 weeks ago

Helge666 commented 3 weeks ago

I have this option in my start script:

--ckpt-dir E:\models\Stable-Diffusion

Which on "Retrieve Local Model Info" leads to:

FileNotFoundError: [Errno 2] No such file or directory: 'models\Stable-diffusion\sdxl\SFW\dreamshaperXL_lightningDPMSDE.png'

The extensions seems to assume the standard path, and does not take into consideration the alternative path set via CLI options.