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

change "diffusers" version to 0.12.1 #721

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

Conversation

ssy-lbh
Copy link

@ssy-lbh ssy-lbh commented May 9, 2023

No description provided.

@joaoguilhermeS
Copy link

I was having the same trouble here pal, I hope the maintainers can change that as soon as possible so they can build the simple setup fast.

@chrisjohnson00
Copy link

Throwing this out there in-case it helps others, related to this issue...
This should give you a repeatable install method on ubuntu 22.04

sudo apt-get update
sudo apt-get install -y python3 libsm6 libxrender1
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
curl -o sd-v1-4.ckpt https://f004.backblazeb2.com/file/aai-blog-files/sd-v1-4.ckpt 
git clone https://github.com/CompVis/stable-diffusion.git
cd stable-diffusion/
bash --login  # or log out then back in to refresh after conda install
conda update -n base -c defaults conda
conda env create -f environment.yaml
conda activate ldm
pip install diffusers==0.12.1

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.

3 participants