Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style is a required field, not optional #20

Closed
xcorvis opened this issue Sep 15, 2022 · 3 comments
Closed

Style is a required field, not optional #20

xcorvis opened this issue Sep 15, 2022 · 3 comments

Comments

@xcorvis
Copy link

xcorvis commented Sep 15, 2022

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.

for style in self.styles:

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
Copy link
Owner

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
Copy link
Author

xcorvis commented Sep 15, 2022

Excellent, thank you!

rbbrdckybk added a commit that referenced this issue Sep 28, 2022
@rbbrdckybk
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants