chaiNNer-org/chaiNNer

Add connection to Stable diffusion forge

Anonym121 opened this issue · 2 comments

Motivation
Native Stable diffusion A1111 webui is not as well optimized as it could be. SD webui forge https://github.com/lllyasviel/stable-diffusion-webui-forge provides a series of optimizations to make image generation faster than A1111, which can be up to 75% in low specs GPUs.

Description
Chainner last version seems to try and connect with SD forge; but it is displayed as invalid http connection in cmd console.
A certain processing flowthrough I wanted to try takes too long using A1111, so I suspect that if chainner could link up with SD forge, the 50-75% speedup could make the process achievable.

Is there documentation anywhere as to how their API differs from the regular a1111 one?