下記のエラーが出て、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'
ModuleNotFoundError: No module named 'spandrel'
このエラーは 'spandrel' というモジュールがないというエラーなので、
pip install spandrel
このコマンドでspandrelをインストールしてみるといいかもしれません!
解消しました!ありがとうございました!