finley0066
finley0066
load failed indeed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/content/stable-diffusion-webui/modules/safe.py", line 135, in load_with_extra check_pt(filename, extra_handler) File "/content/stable-diffusion-webui/modules/safe.py", line 102, in...
Yes, I get this too, purple lips and eye color strange too, yellow-brown eyes. Anyone knows how to fix this?
I think you can try the code below: option_payload = { "sd_vae": "vae-ft-mse-840000-ema-pruned.ckpt" } res = requests.post(f'{url}/sdapi/v1/options', json.dumps(option_payload), "application/json")
I have the same issue, and I haven not idea about it! who can help?