Replies: 14 comments 19 replies
-
I share the same obstacle with you! File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/images.py", line 20, in |
Beta Was this translation helpful? Give feedback.
-
use the latest colab : https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb |
Beta Was this translation helpful? Give feedback.
-
I also have the latest version, it still crashes, however I noticed that I have 3 folders in my SD folder instead of 2 stablediffusion it is perhaps normal (a novelty of this new version of the colab, or not, I do not know |
Beta Was this translation helpful? Give feedback.
-
I was in version 2.0 I switched to 1.5, : Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Following to stay updated on solutions. |
Beta Was this translation helpful? Give feedback.
-
Same issue. Started the colab from scratch - I have a Colab Pro subscription: Renamed my Google Drive folder "sd" into "sd_old" Ran every step of the colab: It ended at the last step with: Downloading: "https://github.com/DagnyT/hardnet/raw/master/pretrained/train_liberty_with_aug/checkpoint_liberty_with_aug.pth" to /root/.cache/torch/hub/checkpoints/checkpoint_liberty_with_aug.pth If that is of any relevance, here are the GPU details: !nvidia-smi +-----------------------------------------------------------------------------+ |
Beta Was this translation helpful? Give feedback.
-
A1111 just added the V2 support, so I have to remove the manual support I added. |
Beta Was this translation helpful? Give feedback.
-
It's fixed now, thanks @TheLastBen For anyone who still facing the problem, please use the latest colab, I had to remove the sd folder and start fresh to get it working. |
Beta Was this translation helpful? Give feedback.
-
yes everything works perfectly, but ... I tested version 2.0 and.....I'm going back to 1.5 .... |
Beta Was this translation helpful? Give feedback.
-
I deleted all previous versions and folders and I am still running into issues at the Start stable-diffusion step. It seems like the RAM in Google Colab starts maxing out with me only receiving the below text, and nothing after (RAM drops back down). Sorry, I am not super technically inclined... any suggestions? I have been using 1.5 without any problems until recently. LatentInpaintDiffusion: Running in v-prediction mode |
Beta Was this translation helpful? Give feedback.
-
im having a similar but diffrent issue NameError: name 'demo' is not defined |
Beta Was this translation helpful? Give feedback.
-
excuse me,I have tried several times to delete the folder according to the above method, but the following error still appears,could someone help me to solve this Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
If I get this problem what should I do?Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
This happens to me but only when loading models merged with Automatic111 these two last days. Perhaps the repo is fine, but what is wrong is the merging. |
Beta Was this translation helpful? Give feedback.
-
hello, I just started a new version of the notebook on Google Colab (with the mention : If you switch between v1.5 and the v2, you will need to re-run the "Requirements" cell" but not yet the auto download of the 2.0 model
but it crashes at the "Start stable-diffusion" step
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 13, in
from modules import shared, devices, sd_samplers, upscaler, extensions, localization
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/shared.py", line 17, in
from modules import sd_samplers, sd_models, localization, sd_vae, extensions, script_loading
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_samplers.py", line 11, in
from modules import prompt_parser, devices, processing, images
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/processing.py", line 15, in
import modules.sd_hijack
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_hijack.py", line 10, in
import modules.textual_inversion.textual_inversion
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/textual_inversion/textual_inversion.py", line 13, in
from modules import shared, devices, sd_hijack, processing, sd_models, images, sd_samplers
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/images.py", line 20, in
from modules.shared import opts, cmd_opts
ImportError: cannot import name 'opts' from 'modules.shared' (/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/shared.py)
what to do? thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions