mut-ex / gligen-gui

An intuitive GUI for GLIGEN that uses ComfyUI in the backend
Other
2.02k stars 191 forks source link

Could not import 'gligen_gui.gligen_gui'. #32

Open gangbanyegeirichuan opened 9 months ago

gangbanyegeirichuan commented 9 months ago

flask --app 'gligen_gui:create_app(8188)' run --port 5000 Usage: flask run [OPTIONS] Try 'flask run --help' for help.

Error: Could not import "gligen_gui.'gligen_gui".

navarisun1982 commented 9 months ago

same here

robji15 commented 9 months ago

+1

SJM-AI commented 9 months ago

try without the single ' marks

flask --app gligen_gui:create_app(8188) run --port 5000

gangbanyegeirichuan commented 9 months ago

[SJM-AI] is right.very thanks. It works. flask --app gligen_gui:create_app(8188) run --port 5000 without ‘ ’