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

Fix for error on python 3.8 Linux #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RubenGarcia
Copy link

Fixes

Traceback (most recent call last):
File "scripts/txt2img.py", line 17, in
from ldm.util import instantiate_from_config
ModuleNotFoundError: No module named 'ldm'

@RubenGarcia
Copy link
Author

See also
CompVis/latent-diffusion#71

@jbyjby
Copy link

jbyjby commented Apr 5, 2023

(sdco) C:\Users\ADMIN\stable-diffusion-cpuonly-main\stable-diffusion-cpuonly-main>call pip install -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion
Obtaining k_diffusion from git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion
Updating c:\users\admin\stable-diffusion-cpuonly-main\stable-diffusion-cpuonly-main\src\k-diffusion clone
info: please complete authentication in your browser...
ERROR: Command errored out with exit status 128: git fetch -q --tags Check the logs for full command output.

How can I solve this problem?

@DaiDuongLe
Copy link

Same problem, https://github.com/hlky/k-diffusion-sd is 404

@m-szary
Copy link

m-szary commented Apr 15, 2023

The same problem with k-diffusion:
Obtaining k_diffusion from git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion
Cloning https://github.com/hlky/k-diffusion-sd to ./src/k-diffusion
Username for 'https://github.com':
Password for 'https://@github.com':
ERROR: Command errored out with exit status 128: git clone -q https://github.com/hlky/k-diffusion-sd /home/maciej/Documents/Apps/stable-diffusion-cpuonly-main/src/k-diffusion Check the logs for full command output.

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

Successfully merging this pull request may close these issues.

4 participants