AUTOMATIC1111/stable-diffusion-webui-feature-showcase

Getting an import error and missing LDSR

LanderMcGoblin opened this issue · 1 comments

Hi, so i've been trying to get a fresh install but been running with the same issue. when running the webui-user.bat everything runs fine and then gives the issues below. any help would be appreciated.
already tried running from same drive where all dependencies are in and redownloading everything.

Installing requirements for CodeFormer
Installing requirements for Web UI
Launching Web UI with arguments:
Warning: LDSR not found at path D:[003] Downloads\Dependencies\stable-diffusion-webui\repositories\latent-diffusion\LDSR.py
Traceback (most recent call last):
File "D:[003] Downloads\Dependencies\stable-diffusion-webui\launch.py", line 139, in
start_webui()
File "D:[003] Downloads\Dependencies\stable-diffusion-webui\launch.py", line 135, in start_webui
import webui
File "D:[003] Downloads\Dependencies\stable-diffusion-webui\webui.py", line 10, in
import modules.esrgan_model as esrgan
File "D:[003] Downloads\Dependencies\stable-diffusion-webui\modules\esrgan_model.py", line 9, in
from modules import shared, modelloader, images
File "D:[003] Downloads\Dependencies\stable-diffusion-webui\modules\images.py", line 11, in
from fonts.ttf import Roboto
ImportError: cannot import name 'Roboto' from 'fonts.ttf' (D:[003] Downloads\Dependencies\stable-diffusion-webui\venv\lib\site-packages\fonts\ttf_init_.py)
Press any key to continue...

I believed the issue must be reported here https://github.com/AUTOMATIC1111/stable-diffusion-webui

This repository is only a showcase for the stable-diffusion-webui project.