Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD crashed after install CLIP, how to fix it or remove it? #98

Open
Bearbearfly opened this issue Oct 3, 2023 · 0 comments
Open

SD crashed after install CLIP, how to fix it or remove it? #98

Bearbearfly opened this issue Oct 3, 2023 · 0 comments

Comments

@Bearbearfly
Copy link

venv "E:\Stable Diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.5.1
Commit hash: 68f336bd994bed5442ad95bad6b6ad5564a5409a
Installing requirements
Installing requirements for CLIP Interrogator

Launching Web UI with arguments: --xformers
Traceback (most recent call last):
File "E:\Stable Diffusion\stable-diffusion-webui\launch.py", line 39, in
main()
File "E:\Stable Diffusion\stable-diffusion-webui\launch.py", line 35, in main
start()
File "E:\Stable Diffusion\stable-diffusion-webui\modules\launch_utils.py", line 390, in start
import webui
File "E:\Stable Diffusion\stable-diffusion-webui\webui.py", line 47, in
from modules import paths, timer, import_hook, errors, devices # noqa: F401
File "E:\Stable Diffusion\stable-diffusion-webui\modules\paths.py", line 61, in
import sgm # noqa: F401
File "E:\Stable Diffusion\stable-diffusion-webui\repositories\generative-models\sgm_init_.py", line 2, in
from .models import AutoencodingEngine, DiffusionEngine
File "E:\Stable Diffusion\stable-diffusion-webui\repositories\generative-models\sgm\models_init_.py", line 1, in
from .autoencoder import AutoencodingEngine
File "E:\Stable Diffusion\stable-diffusion-webui\repositories\generative-models\sgm\models\autoencoder.py", line 12, in
from ..modules.diffusionmodules.model import Decoder, Encoder
File "E:\Stable Diffusion\stable-diffusion-webui\repositories\generative-models\sgm\modules_init_.py", line 1, in
from .encoders.modules import GeneralConditioner
File "E:\Stable Diffusion\stable-diffusion-webui\repositories\generative-models\sgm\modules\encoders\modules.py", line 13, in
from transformers import (
File "E:\Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\transformers_init_.py", line 26, in
from . import dependency_versions_check
File "E:\Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\transformers\dependency_versions_check.py", line 57, in
require_version_core(deps[pkg])
File "E:\Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\versions.py", line 117, in require_version_core
return require_version(requirement, hint)
File "E:\Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\versions.py", line 111, in require_version
_compare_versions(op, got_ver, want_ver, requirement, pkg, hint)
File "E:\Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\versions.py", line 44, in _compare_versions
raise ImportError(
ImportError: accelerate>=0.20.3 is required for a normal functioning of this module, but found accelerate==0.18.0.
Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main
press any key to continued . . .

Then this window close when I press any key. I have no idea what's going on.

@Bearbearfly Bearbearfly changed the title SD crasched after install CLIP, how to fix it or remove it? SD crashed after install CLIP, how to fix it or remove it? Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant