Fix GUI not working (#1916)

This commit is contained in:
blessedcoolant 2022-12-12 00:53:40 +13:00 committed by GitHub
parent b77f34998c
commit 09365d6d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -209,10 +209,9 @@ class InvokeAIWebServer:
FlaskUI(
app=self.app,
socketio=self.socketio,
start_server="flask-socketio",
server="flask_socketio",
width=1600,
height=1000,
idle_interval=10,
port=self.port
).run()
except KeyboardInterrupt:

View File

@ -8,7 +8,7 @@ diffusers
eventlet
flask_cors
flask_socketio
flaskwebgui
flaskwebgui==1.0.3
getpass_asterisk
imageio-ffmpeg
pyreadline3

View File

@ -8,7 +8,7 @@ facexlib
flask==2.1.3
flask_cors==3.0.10
flask_socketio==5.3.0
flaskwebgui==0.3.7
flaskwebgui==1.0.3
getpass_asterisk
gfpgan==1.3.8
huggingface-hub