ModuleNotFoundError: No module named 'pynput' #2215
Unanswered
chocolatered
asked this question in
Q&A
Replies: 1 comment
-
use the latest notebook https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to Github and Stable Diffussion but have been enjoying getting it running and using it. I'm running Automatic 1111 on google collab, it was working yesterday but suddently stopped running. I received the following error when running the last step 'Start Stable-Diffusion'. How do I fix this?
I didn't make any change so not sure what happened, please help!
I have tried to run ‘!pip install pynput’- but not sure where in the lines of code to add this.
Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 49, in from modules import shared, sd_samplers, upscaler, extensions, localization, ui_tempdir, ui_extra_networks, config_states File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_samplers.py", line 1, in from modules import sd_samplers_compvis, sd_samplers_kdiffusion, shared File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_samplers_compvis.py", line 9, in from modules import sd_samplers_common, prompt_parser, shared File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_samplers_common.py", line 5, in from modules import devices, processing, images, sd_vae_approx, sd_samplers, sd_vae_taesd 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 5, in import modules.textual_inversion.textual_inversion File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/textual_inversion/textual_inversion.py", line 17, in from modules import shared, devices, sd_hijack, processing, sd_models, images, sd_samplers, sd_hijack_checkpoint File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 20, in import tomesd ModuleNotFoundError: No module named 'tomesd' --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in <cell line: 97>() 95 96 import time ---> 97 from pynput.mouse import Controller ,Button 98 99 MouseClick = Controller() ModuleNotFoundError: No module named 'pynput' --------------------------------------------------------------------------- NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt. To view examples of installing some common dependencies, click the "Open Examples" button below. ---------------------------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions