Colab doesn't work (reinstalled two times) #2078
Unanswered
ClaraSanders
asked this question in
Q&A
Replies: 2 comments 22 replies
-
Use the latest update. Make another copy |
Beta Was this translation helpful? Give feedback.
5 replies
-
you don't place the stable diffusion in the normal folder. you keep them outside of the sd installation and you give it the link to the model in the notebook interface |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using it for some hours today until now when it stopped working. I guess it was updated and something was screwed over. I reinstalled it two times and I get the same error:
ControlNet v1.1.125
ControlNet v1.1.125
Calculating sha256 for /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/mrcV1_mrcV1.ckpt: f8e22a0df8de7321b1df44dc07c1d251c84b09dd6347d1d16235bb8d386168c5
Loading weights [f8e22a0df8] from /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/mrcV1_mrcV1.ckpt
Creating model from config: /content/gdrive/MyDrive/sd/stable-diffusion-webui/configs/v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Downloading (…)olve/main/vocab.json100% 961k/961k [00:00<00:00, 1.84MB/s]
Downloading (…)olve/main/merges.txt100% 525k/525k [00:00<00:00, 26.4MB/s]
Downloading (…)cial_tokens_map.json100% 389/389 [00:00<00:00, 385kB/s]
Downloading (…)okenizer_config.json100% 905/905 [00:00<00:00, 824kB/s]
Downloading (…)lve/main/config.json100% 4.52k/4.52k [00:00<00:00, 4.53MB/s]
Applying scaled dot product cross attention optimization.
Textual inversion embeddings loaded(0):
Model loaded in 56.9s (calculate hash: 31.1s, load weights from disk: 16.1s, create model: 4.0s, apply weights to model: 3.3s, apply half(): 1.3s, move model to device: 0.8s).
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 337, in
webui()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 240, in webui
shared.demo = modules.ui.create_ui();shared.demo.queue(concurrency_count=999999,status_update_rate=0.1)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui.py", line 461, in create_ui
txt2img_prompt, txt2img_prompt_styles, txt2img_negative_prompt, submit, _, _, txt2img_prompt_style_apply, txt2img_save_style, txt2img_paste, extra_networks_button, token_counter, token_button, negative_token_counter, negative_token_button = create_toprow(is_img2img=False)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/ui.py", line 309, in create_toprow
skip.click(
File "/usr/local/lib/python3.10/dist-packages/gradio/events.py", line 129, in call
dep, dep_index = self.trigger.set_event_trigger(
TypeError: Block.set_event_trigger() got an unexpected keyword argument 'trigger_after'
Beta Was this translation helpful? Give feedback.
All reactions