AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
139.57k stars 26.46k forks source link

[Bug]: Model fallback on colab #7064

Open mykeehu opened 1 year ago

mykeehu commented 1 year ago

Is there an existing issue for this?

What happened?

My models are on Google drive. It cannot load the latest model, then it gives a fallback for model.ckpt.

Steps to reproduce the problem

  1. mount Google drive with models
  2. Run webUI on Colab

What should have happened?

Load the last model you used.

Commit where the problem happens

c98cb0f8ecc904666f47684e238dd022039ca16f

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--share --gradio-queue --enable-insecure-extension-access --gradio-debug --gradio-auth me:password --no-half-vae --ckpt-dir /content/drive/MyDrive/SDmodels --vae-dir /content/drive/MyDrive/VAE --lora-dir /content/drive/MyDrive/Lora --esrgan-models-path /content/drive/MyDrive/ESRGAN --ui-config-file /content/drive/MyDrive/1my/ui-config-my.json --ui-settings-file /content/drive/MyDrive/1my/config-my.json --styles-file /content/drive/MyDrive/1my/styles.csv --embeddings-dir /content/drive/MyDrive/TI-Embeddings --hypernetwork-dir /content/drive/MyDrive/Hypernetworks --gradio-img2img-tool color-sketch

Additional information, context and logs

Here is colab log:

Checkpoint elldrethSLucidMix_v10.safetensors [67abd65708] not found; loading fallback model.ckpt LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Downloading: 100% 939k/939k [00:01<00:00, 720kB/s] Downloading: 100% 512k/512k [00:01<00:00, 473kB/s] Downloading: 100% 389/389 [00:00<00:00, 407kB/s] Downloading: 100% 905/905 [00:00<00:00, 702kB/s] Downloading: 100% 4.41k/4.41k [00:00<00:00, 4.49MB/s] Calculating sha256 for /content/drive/MyDrive/SDmodels/model.ckpt: fe4efff1e174c627256e44ec2991ba279b3816e364b49f9be2abc0b3ff3f8556 Loading weights [fe4efff1e1] from /content/drive/MyDrive/SDmodels/model.ckpt Applying cross attention optimization (Doggettx). Textual inversion embeddings loaded(1): bookmodded Textual inversion embeddings skipped(3): kc8, kc32, kc16 Model loaded in 117.9s (12.5s create model, 101.2s load weights). Checkpoint model.ckpt [fe4efff1e1] not found; loading fallback model.ckpt [fe4efff1e1]

notacompletemoron commented 1 year ago

I am having the same issue. However, I am running it locally hosted on my Windows machine.