What it is?
Its a WebUI front for Stable Diffusion (mainly), where you can easily start generating your images on your servers.
Link:
github.com
(Recommend docker version since its nice)
Docker Config
Extra Params: --runtime=nvidia --gpus all
Vars:
NVIDIA_VISIBLE_DEVICES = all
NVIDIA_DRIVER_CAPABILITIES = all
How does the webui looks like? (Note: there's no auth implemented.)

Now if you have enough vram you can generate bigger images (this chewed through 15GB of vram)

(Used A4000, the generation was quite fast - 30ish sec for 100 steps.
You can generate some beautiful images, more specific arguments describing image helps a ton.
I think if code gets around; it could be used to benchmark cards too, as its vram hungry and does lot of operation on vram. (Not many benchmarks today even try to do so)
Its a WebUI front for Stable Diffusion (mainly), where you can easily start generating your images on your servers.
Link:
GitHub - Sygil-Dev/sygil-webui: Stable Diffusion web UI
Stable Diffusion web UI. Contribute to Sygil-Dev/sygil-webui development by creating an account on GitHub.

Docker Config
Extra Params: --runtime=nvidia --gpus all
Vars:
NVIDIA_VISIBLE_DEVICES = all
NVIDIA_DRIVER_CAPABILITIES = all
How does the webui looks like? (Note: there's no auth implemented.)

Now if you have enough vram you can generate bigger images (this chewed through 15GB of vram)

(Used A4000, the generation was quite fast - 30ish sec for 100 steps.
You can generate some beautiful images, more specific arguments describing image helps a ton.



I think if code gets around; it could be used to benchmark cards too, as its vram hungry and does lot of operation on vram. (Not many benchmarks today even try to do so)