Skip to content

Templates in arguments #47

Description

@morganavr

Format of proposed template:
{start_value, end_value, increment}

Usage example:

"red elephant on a bike" -C{2,10,0.5} -f{0.5,1.0,0.02} -n 100 -S 2828484928

It will result in these 100 prompts:

"red elephant on a bike" -C 2 -f 0.5 -n 1 -S 2828484928
"red elephant on a bike" -C 2.5 -f 0.52 -n 1 -S 2828484928

and so on.

I noticed that when you change -C parameter newly generated image is a slight variation of original image so by automatically generating bunch of images with different -C value (for txt2img) or different -f value (for img2img) variations of the same Seed image can be generated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions