You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: