Skip to content

Conversation

@SivanMehta
Copy link
Owner

@SivanMehta SivanMehta commented Sep 21, 2022

Allows passing the --batch parameter on the command line so that more than one image can be generated at once. By default, this is set to 1 to replicate existing functionality.

When using batched generation, output is updated to indicate each file that is generated:

python text2image.py --prompt="nothing" --output="test.png" --batch=4

# generator output

saved at test-1.png
saved at test-2.png
saved at test-3.png
saved at test-4.png

@SivanMehta
Copy link
Owner Author

Copied here: divamgupta#29

@SivanMehta SivanMehta closed this Sep 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants