wcde / sd-webui-refiner

Webui Extension for integration refiner in generation process
161 stars 12 forks source link

RuntimeError: Cannot load refiner model #22

Open Braxtogoo opened 11 months ago

Braxtogoo commented 11 months ago

Fresh install and I get the following error when trying to use the refiner:

** Error running process: Y:\AIStuff\stable-diff-web\extensions\sd-webui-refiner\scripts\refiner.py3<00:00, 7.04it/s] Traceback (most recent call last): File "Y:\AIStuff\stable-diff-web\modules\scripts.py", line 519, in process script.process(p, script_args) File "Y:\AIStuff\stable-diff-web\extensions\sd-webui-refiner\scripts\refiner.py", line 102, in process if not self.load_model(checkpoint): return File "Y:\AIStuff\stable-diff-web\extensions\sd-webui-refiner\scripts\refiner.py", line 54, in load_model ckpt = load_file(sd_models.checkpoints_list[model_name].filename) KeyError: 'sd_xl_refiner_1.0_0.9vae.safetensors'


Image still generates, but the refiner is not applied to it. Tested by recycling the seed and generating it while having the refiner both enabled and disabled generated exactly the same image.

All settings are default.