ahrm / UnstableFusion

A Stable Diffusion desktop frontend with inpainting, img2img and more!
GNU General Public License v3.0
1.26k stars 86 forks source link

Update to requirements.txt #13

Closed SnekCode closed 2 years ago

SnekCode commented 2 years ago

To solve possible error from missing dependency. Dependencies installed via pip install -r requirements.txt in an Anaconda environment yielded the following error.

ImportError:
StableDiffusionPipeline requires the transformers library but it was not found in your environment. You can install it with pip: `pip
install transformers`