D8-Dreambooth / stable-diffusion-plus

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

Unable to run - So close... #2

Open Phando opened 1 year ago

Phando commented 1 year ago

I think I am pretty close on running this project. When I run the launcher, I see the following error:

INFO:     Will watch for changes in these directories: ['C:\\Users\\joean\\stable-diffusion-plus']
INFO:     Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
INFO:     Started reloader process [11092] using StatReload
ERROR:    Error loading ASGI app. Attribute "app" not found in module "app.main".

Windows 11 Nvidia 4080 Python 3.10.6 Installed requirements using: python -m pip install -r requirements.txt Installed one offs with:python -m pip install packageName

Any help would be much appreciated, this project looks cool, but in the meantime I am headed back to Automatic1111 and the DreamBooth extension

d8ahazard commented 1 year ago

If you're seeing that message, you should be able to go to the URL listed and see the UI.

On Tue, May 23, 2023, 6:42 PM Joe @.***> wrote:

I think I am pretty close on running this project. When I run the launcher, I see the following error:

INFO: Will watch for changes in these directories: ['C:\Users\joean\stable-diffusion-plus'] INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit) INFO: Started reloader process [11092] using StatReload ERROR: Error loading ASGI app. Attribute "app" not found in module "app.main".

Windows 11 Nvidia 4080 Python 3.10.6 Installed requirements using: python -m pip install -r requirements.txt Installed one offs with: python -m pip install packageName

Any help would be much appreciated, this project looks cool, but in the meantime I am headed back to Automatic1111 and the DreamBooth extension

— Reply to this email directly, view it on GitHub https://github.com/D8-Dreambooth/stable-diffusion-plus/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMO4NA343CTRTFNJ3KK5KTXHVDOJANCNFSM6AAAAAAYMSDPD4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Phando commented 1 year ago

Thanks for the quick reply! 0.0.0.0:8080, 127.0.0.1:8080 and localhost:8080 can't be reached.

Should I be running the main or dev branch?