ComfyWorkflows / ComfyUI-Launcher

Run any ComfyUI workflow w/ ZERO setup.
GNU Affero General Public License v3.0
541 stars 61 forks source link

Updated project creation & import processes to use polling instead of synchronous, blocking requests #24

Closed thecooltechguy closed 7 months ago

thecooltechguy commented 7 months ago

This is necessary to prevent http/proxy timeouts, especially when running on cloud servers and/or behind a reverse proxy.

Note: the launching project part is still synchronous & blocking, which might be problematic for certain workflows that might have a long comfyui startup time that's longer than average http proxy timeouts, etc.