Skip to content

use proxy for comfyui - #18

Open
lamia-zamia wants to merge 1 commit into
Arif-salah:mainfrom
lamia-zamia:fix_proxy
Open

use proxy for comfyui#18
lamia-zamia wants to merge 1 commit into
Arif-salah:mainfrom
lamia-zamia:fix_proxy

Conversation

@lamia-zamia

Copy link
Copy Markdown

Currently, image generation fails when accessing SillyTavern remotely if ComfyUI is only listening on localhost. This happens because some requests are sent directly from the browser, where localhost refers to the remote device rather than the SillyTavern host.

This PR routes all ComfyUI requests through the SillyTavern server.

Changes:

  • Route main image generation through SillyTavern’s server-side ComfyUI endpoint.
  • Use the same server-side endpoint for NPC portrait generation.
  • Load the LoRA list through SillyTavern’s /proxy route.
  • Remove all direct browser requests to ComfyUI.

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@Arif-salah

Copy link
Copy Markdown
Owner

will look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants