Pkun
@Pkun

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

ステーブルディフュージョンで、エラーになるんですが解決できません。

解決したいこと

ここに解決したい内容を記載してください。
ステーブルディフュージョンで、エラーになるんですが
これは何故エラーになってるんでしょうか?
調べ方とかないですかね?

Launching Web UI with arguments: --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --multiple
2023-07-06 21:18:20.012266: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2023-07-06 21:18:21.306218: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "/content/stable-diffusion-webui/launch.py", line 382, in
start()
File "/content/stable-diffusion-webui/launch.py", line 372, in start
import webui
File "/content/stable-diffusion-webui/webui.py", line 28, in
from modules import extra_networks, ui_extra_networks_checkpoints
File "/content/stable-diffusion-webui/modules/ui_extra_networks_checkpoints.py", line 5, in
from modules import shared, ui_extra_networks, sd_models
File "/content/stable-diffusion-webui/modules/sd_models.py", line 17, in
from modules.sd_hijack_inpainting import do_inpainting_hijack
File "/content/stable-diffusion-webui/modules/sd_hijack_inpainting.py", line 7, in
import ldm.models.diffusion.ddpm
File "/content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/models/diffusion/ddpm.py", line 12, in
import pytorch_lightning as pl
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/init.py", line 34, in
from pytorch_lightning.callbacks import Callback # noqa: E402
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/init.py", line 25, in
from pytorch_lightning.callbacks.progress import ProgressBarBase, RichProgressBar, TQDMProgressBar
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/progress/init.py", line 22, in
from pytorch_lightning.callbacks.progress.rich_progress import RichProgressBar # noqa: F401
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/progress/rich_progress.py", line 20, in
from torchmetrics.utilities.imports import _compare_version
ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports' (/usr/local/lib/python3.10/dist-packages/torchmetrics/utilities/imports.py)

最後の文、重要でしょうか?
ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports' (/usr/local/lib/python3.10/dist-packages/torchmetrics/utilities/imports.py)

何をどうしたらいいんでしょうか?

分かる方、どうkよろしくお願いしますm(_ _)m

0

2Answer

Comments

  1. @Pkun

    Questioner

    ありがとうございます!

  2. @Pkun

    Questioner

    4%pip install torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchtext torchaudio
    torchdata==0.6.0 --index-url https://download.pytorch.org/whl/cu118

    26!pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1
    torchtext==0.14.1 torchdata==0.5.1 --extra-index-url
    https://download.pytorch.org/whl/cu116 -U

    28!pip install -q xformers==0.0.16 triton==2.0.0 -U

    自分以前トラブルおこした時に4行目か26行目をダブってるとは思ったんですが、
    調べてもわからなそうだったんで解決策としてあったので追加したんですが、どちらを追加したかすいません忘れました。m(_ _)m💦

    さしつかえなければ、4行目と26行目のどちらを消した方がいいですか?あと、torchmetricsの事なんですが、残った行のどこにtorchmetricsを入れたらいいですか?

  3. @Pkun

    Questioner

    system\python\Lib\site-packages
    って今、パソコンない外の環境なんですが
    Googleコラボのファイル構成を辿っていってって感じだと思うんですけど
    GoogleコラボのPython環境のファイル構成って
    三角の実行ボタン押さないと見れないですか?
    すいません。初心者なのでよく分からなくて。
    申し訳ありません。

    ローカル環境じゃないGoogleコラボ環境の場合
    system\python\Lib\site-packagesは実行ボタンを押してファイルパスをそこにどうやってファイルコピーすればいいですか?
    !cpでファイルコピーでファイル構成をコピーしてきて置く感じですか?
    IMG_2309.jpeg
    あと、赤丸と青丸のどちらとかありますか?
    今パソコンない環境なので分かりにくい環境なんですが、どうかよろしくお願いします。m(__)m

Comments

Your answer might help someone💌