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

SD1.5をcolab環境下で動かすと以下のエラーが発生 #29

Closed
renoro opened this issue Nov 5, 2023 · 3 comments
Closed

SD1.5をcolab環境下で動かすと以下のエラーが発生 #29

renoro opened this issue Nov 5, 2023 · 3 comments

Comments

@renoro
Copy link

renoro commented Nov 5, 2023

Warning: ControlNet failed to load SGM - will use LDM instead.
[Cutoff] failed to load sgm.modules.GeneralConditioner
*** Error loading script: cutoff.py
Traceback (most recent call last):
File "/content/stable-diffusion-webui/modules/scripts.py", line 274, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/stable-diffusion-webui/modules/script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/stable-diffusion-webui/extensions/sd-webui-cutoff/scripts/cutoff.py", line 13, in
from scripts.cutofflib.embedding import CLIP, CLIP_SDXL, generate_prompts, token_to_block
File "/content/stable-diffusion-webui/extensions/sd-webui-cutoff/scripts/cutofflib/embedding.py", line 15, in
class ClipWrapper:
File "/content/stable-diffusion-webui/extensions/sd-webui-cutoff/scripts/cutofflib/embedding.py", line 16, in ClipWrapper
def init(self, te: Union[CLIP,CLIP_SDXL]):
NameError: name 'CLIP_SDXL' is not defined

このようなエラーが発生し、項目自体が表示されず利用が出来ないようです。

hnmr293 pushed a commit that referenced this issue Nov 13, 2023
@hnmr293
Copy link
Owner

hnmr293 commented Nov 13, 2023

直ったと思います。
ダメだったら再オープンしてください。

@hnmr293 hnmr293 closed this as completed Nov 13, 2023
@renoro
Copy link
Author

renoro commented Nov 22, 2023

ダメだったら 再オープンしてください。

ありがとうございます。一応上記エラーは出なくなりましたが、今度は「[Cutoff] failed to load sgm.modules.GeneralConditioner」というエラー分が出ています。
しかし、一応起動した際にcut out多分は表示されています。
どのような影響を及ぼしているのかちょっと不明瞭な為報告させていただきます。

@hnmr293
Copy link
Owner

hnmr293 commented Nov 23, 2023

報告ありがとうございます。
そちらはSDXLバージョンのネットワークを読み込めなかったという報告です。WebUIのバージョンが古いと出ます。
ブラウザの方でエラーが出てなければ大丈夫です。

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

2 participants