D8-Dreambooth / stable-diffusion-plus

Stable Diffusion + Dreambooth, without all the cruft
Other
1 stars 0 forks source link

ModuleNotFoundError: No module named 'uvicorn' #1

Closed rafstahelin closed 4 months ago

rafstahelin commented 1 year ago

Does anyone know how to fix this?

ModuleNotFoundError: No module named 'uvicorn'?

Also error: Microsoft Visual C++ 14.0 or greater is necessary, but I have Visual Studio C++ 17 Can anyone help?

Phando commented 1 year ago

pip install uvicorn will get you one step closer.

What might be needed is: pip install -r requirements.txt

I was getting the following error so I moved the transformers version in requirements.txt to 4.25.1 Still seeing issues...