Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an import error and missing LDSR #12

Open
LanderMcGoblin opened this issue Sep 30, 2022 · 1 comment
Open

Getting an import error and missing LDSR #12

LanderMcGoblin opened this issue Sep 30, 2022 · 1 comment

Comments

@LanderMcGoblin
Copy link

LanderMcGoblin commented Sep 30, 2022

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
Copy link

agarzon commented Oct 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants