mix1009 / sdwebuiapi

Python API client for AUTOMATIC1111/stable-diffusion-webui
MIT License
1.37k stars 184 forks source link

Fixed the `x/y/z plot` script args error. #119

Closed Littleor closed 3 months ago

Littleor commented 1 year ago

The x/y/z plot script have a new args format, so the example in README.md is out of date. This change has led to the emergence of an error message:

list indices must be integers or slices, not str

For further information, please consult the following link: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11736

yarodevuci commented 3 months ago

@mix1009 can we get this to merge?