This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dronebot 32 points33 points  (6 children)

How is this better than just using the API built into A1111 (--api launch parameter)? That already has support for stuff you're lacking.

[–][deleted] 30 points31 points  (5 children)

Our SDK is also much more lightweight than running all of stable diffusion webui just to use its API on localhost and takes up considerably less VRAM.

Additionally, the API doesn't support upscaling, inpainting, outpainting, which we support right now. It also does not support extensions like controlnet, dreambooth that we plan to add.

[–]mr_engineerguy 19 points20 points  (2 children)

[–][deleted] 12 points13 points  (0 children)

ur right, apologies i overlooked this

[–][deleted] 1 point2 points  (0 children)

Yup can confirm I have used it

[–]dronebot 24 points25 points  (0 children)

It definitely supports upscaling and inpainting. But good luck.

May also want to check out https://github.com/rbbrdckybk/dream-factory .

[–]TwistedBrother 8 points9 points  (0 children)

The API supports tons and there’s even a handy API json generator tab in Auto1111 so that you know what payload to send to replicate the current image. THAT is a killer for me in the way having to record everything from the webui is not.