AUTOMATIC1111 / stable-diffusion-webui-feature-showcase

Feature showcase for stable-diffusion-webui
988 stars 98 forks source link

Getting an import error and missing LDSR #12

Open LanderMcGoblin opened 1 year ago

LanderMcGoblin commented 1 year ago

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...

agarzon commented 1 year ago

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.