Skip to content
Discussion options

You must be logged in to vote

The first string in each AxisOption (the label) is just for display in the dropdown and doesn't correspond to anything. What matters most is the third argument, which indicates a function to handle making changes to the generation variables before processing. For instance, in the "Seed" option, apply_field("seed") will become a function that changes the seed property of the next image to be processed.

You can see a few functions like this at the top of the script, which each apply to a different kind of property. Some of them like apply_hypernetwork or apply_sampler are specific to one parameter. But for the ones that use apply_field, the place to look for the variable names is in the Sta…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@tusharbhutt
Comment options

@tusharbhutt
Comment options

Answer selected by tusharbhutt
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@xram64
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants