Cannot add middleware after an application has started

This helped:

Open the Command Prompt or the Windows PowerShell.

Navigate to your Stable Diffusion folder using the cd command. For example, if your Stable Diffusion folder is located at C:\artificial-intelligence-tools\stable-diffusion-webui, you would run the following command:

cd C:\artificial-intelligence-tools\stable-diffusion-webui
.\venv\Scripts\Activate.bat
pip install fastapi==0.90.1
deactivate

Close cmd or powershell
Start Stable Diffusion as you normally would.

@ClashSAN
 
Collaborator
ClashSAN commented last week

we have another issue for it here - #7714

 
 
@ClashSAN ClashSAN closed this as completed last week
 
@qw576483
 
 
qw576483 commented last week

.\venv\Scripts\python.exe -m pip install --upgrade fastapi==0.90.1

@natureXD
 
 
natureXD commented last week

.\venv\Scripts\python.exe -m pip install --upgrade fastapi==0.90.1

My problems is solved with your method, thank you very much.

posted on 2023-02-22 13:52  zxddesk  阅读(191)  评论(0编辑  收藏  举报

导航