vicgalle / stable-diffusion-aesthetic-gradients

Personalization for Stable Diffusion via Aesthetic Gradients 🎨
https://arxiv.org/abs/2209.12330
Other
716 stars 65 forks source link

What is the problem caused by this error report? #3

Closed ScottishFold007 closed 1 year ago

ScottishFold007 commented 1 year ago

image

vicgalle commented 1 year ago

Hi @ScottishFold007 . It seems to me that your environment is not properly configured. Did you run the following commands first?

conda env create -f environment.yaml
conda activate ldm
pip install -e .

If the previous commands execute successfully, then you would be able to run the sample commands in the README without problems