romptnとは?
AI活用を無料相談する
Q&Aで質問する
ログインすると、Q&Aで質問・回答できたり、AIツールをブックマークできます。
新着の質問
AIツールを提出――Autoppt
異なる言語の新しい単語を学ぶことが日常生活にどのように役立つのか?
How Effective Are AI Translation Tools Compared to Human Translators?
stable diffusionの起動エラーについて
歌曲
生成AI画像
Stable diffusionが起動できない。
俳句
What is ChatGPT JP?
お願い
romptn aiからのご紹介
Tiled DiffusionのUpscalerが反映されない

Tiled DiffusionのUpscalerが反映されない

匿名ユーザー
2024年03月07日

下記のエラーが出て、Upscalerがどれも反映されなくなってしまっています。
再インストールしてみましたが症状は変わりませんでした、解消方法をご教示いただけますと大変助かります。

[Tiled Diffusion] upscaling image with R-ESRGAN 4x+...
*** Error running process: /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/multidiffusion-upscaler-for-automatic1111/scripts/tilediffusion.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 784, in process
script.process(p, *script_args)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/multidiffusion-upscaler-for-automatic1111/scripts/tilediffusion.py", line 279, in process
image = upscaler.scaler.upscale(init_img, scale_factor, upscaler.data_path)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/upscaler.py", line 65, in upscale
img = self.do_upscale(img, selected_model)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/realesrgan_model.py", line 39, in do_upscale
model_descriptor = modelloader.load_spandrel_model(
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/modelloader.py", line 149, in load_spandrel_model
import spandrel
ModuleNotFoundError: No module named 'spandrel'

回答 1件
匿名ユーザー
2024年03月07日

ModuleNotFoundError: No module named 'spandrel'

このエラーは 'spandrel' というモジュールがないというエラーなので、

pip install spandrel

このコマンドでspandrelをインストールしてみるといいかもしれません!

コメント
匿名ユーザー
2024年03月07日

解消しました!ありがとうございました!

あなたの回答が助けになります。ログインして回答してみませんか?
romptn Q&AでAIの悩みを解決しよう!
  • ChatGPTで〇〇を上手にしたい
  • Stable Diffusionで作りたい画像ができない
  • スライドを作るならどのAIが一番いい?
など、AIに関するお悩みがあれば投稿してみてください。
詳しい人が解決してくれるかもしれません。