rbbrdckybk / ai-art-generator

For automating the creation of large batches of AI-generated artwork locally.
Other
634 stars 128 forks source link

Style is a required field, not optional #20

Closed xcorvis closed 2 years ago

xcorvis commented 2 years ago

First, thanks for the work on this project, it's exactly what I was looking for, and the instructions are really good.

I found an issue where if you don't have a style listed, make_art.sh queues up 0 items and ends. The examples file notes that styles are optional, but since you must iterate on them to generate a prompt, it's actually not.

https://github.com/rbbrdckybk/ai-art-generator/blob/03d71319f21675a32921f15e194231de5051ad22/make_art.py#L433

I think it was your intention but I'd like to be able to just list several complete prompts under "subject" and not require other fields.

Thanks!

rbbrdckybk commented 2 years ago

Thanks, noticed the issue yesterday myself - will get a fix in as soon as I have a minute. In the meantime, just throw a comma in the style section; it'll get appended to all of your subjects but won't affect the output images.

xcorvis commented 2 years ago

Excellent, thank you!

rbbrdckybk commented 2 years ago

Fixed - just a note that if you update, you'll also need to pull the latest from /rbbrdckybk/stable-diffusion