skier233 / nsfw_ai_model_server

Other
30 stars 1 forks source link

No Response from the PowerShell Prompt #19

Open grodoner opened 2 hours ago

grodoner commented 2 hours ago

It seems okay when I start the server in PowerShell

(ai_model_server) PS C:\Users\{ME}\Desktop\Conda> .\start.ps1
INFO:     Started server process [23364]
INFO:     Waiting for application startup.
10:40:38|[INFO]:Loading pipeline: video_pipeline_vivid_galaxy
10:40:42|[INFO]:Loading model vivid_galaxy with batch size 16, 16, 16
10:40:47|[INFO]:Pipeline video_pipeline_vivid_galaxy V0.1 loaded successfully!
10:40:47|[INFO]:Loading pipeline: image_pipeline_vivid_galaxy
10:40:47|[INFO]:Pipeline image_pipeline_vivid_galaxy V0.1 loaded successfully!
10:40:47|[INFO]:Pipelines loaded successfully
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

But when I run the Plugin Task from Stash located in C:\Program Files\stash-win.exe through http://localhost:9999/settings the task runs and then nothing happens to the scenes tagged with the AI_TagMe tag nor do I see anything change in the PowerShell window. When I do try to hit http://0.0.0.0:8000 nothing shows, but http://localhost:8000/ shows {"detail":"Not Found"} and then the PowerShell responds with INFO: 127.0.0.1:8789 - "GET / HTTP/1.1" 404 Not Found

skier233 commented 2 hours ago

What do you see in the console/log window inside stash?