hafriedlander / stable-diffusion-grpcserver

An implementation of a server for the Stability AI Stable Diffusion API
Apache License 2.0
172 stars 23 forks source link

Improve documentation #14

Open aaronsantiago opened 1 year ago

aaronsantiago commented 1 year ago

There is a lot going on in this repo and a couple things I've tripped on trying to get working for myself:

hafriedlander commented 1 year ago

I think documenting engines.yaml is the most pressing, the server arguments do have some documentation when you use --help (although admittedly not much). There's an update coming soon that will significantly increase complexity of engines.yaml too.

Once that's up it'd be great if someone volunteered and had a first stab. Otherwise I'll get to it eventually.

hafriedlander commented 1 year ago

Just updating that the new engines.yaml includes a lot more documentation as comments. Hopefully it's a bit improved now (although I'll leave this open as there's still plenty of room for improvement).