Open Bammargiela opened 1 year ago
.vae.safetensors
?
Try fp16 vaes, and fp32 vaes, do you get this with 1.X models too?
I tried the fp16 version and it didn't work. I also tried the the fp16 and the other ones on a 1.5 model and it gave the same error.
This is the VAE that I have that works: https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main
According to the error log, the problem does not seem to be on the WebUI, but there is a method you can try, assign all the variables in the following code to None
, and then delete the repositories
folder under the WebUI.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/5ab7f213bec2f816f9c5644becb32eb72c8ffb89/launch.py#L239-L243
Thanks. I did that and then when I run the Colab cell again it puts the hashes back in the launch.py and downloads the repositories folder again. I commented the lines out that do that but then it throws some more errors. Is it likely a problem with the Colab I'm using?
@Bammargiela I also encountered the same problem, how did you solve it?
same problem here, when using the SDXL inpainting model. I'm doing something wrong, cause yesterday it worked
Problems with both fp16 and regular version. No problems with non inpainting models.
I get the same error whether I selecting the VAE from the dropdown or when naming my file modelname.vae.safetensors
or modelname.fp16.vae.safetensors
and putting it next to the
Version: v1.8.0
Commit hash: bef51aed032c0aaa5cfd80445bc4cf0d85b408b5
any ideas on fixing this? trying to use SDXL in openoutpaint, it worked beautifully yesterday, now I cannot even do normal txt2img/img2img
I get noise
Is there an existing issue for this?
What happened?
I've had this problem for a while. I've tried updating, didn't work. I've tried using the quick menu and the one in setting and receiving the same error. All of the VAEs from official stable diffusion 2.x aren't working. Even the unclip ones. I've tried renaming it to the model and to the default name. I changed the name so I know which is which.
Steps to reproduce the problem
What should have happened?
VAE should have loaded.
Commit where the problem happens
a9fed7c3
What platforms do you use to access the UI ?
Windows, Other/Cloud
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
a1111-sd-webui-locon batchlinks-webui deforum-for-automatic1111-webui openpose-editor posex sd-civitai-browser sd-webui-3d-open-pose-editor sd-webui-additional-networks sd-webui-aspect-ratio-helper sd-webui-controlnet sd-webui-depth-lib sd-webui-tunnels sd_webui_stealth_pnginfo stable-diffusion-webui-catppuccin stable-diffusion-webui-huggingface stable-diffusion-webui-images-browser stable-diffusion-webui-rembg stable-diffusion-webui-two-shot LDSR Lora ScuNET SwinIR prompt-bracket-checker
Console logs
Additional information
No response