Skip to content

Bulk generation of variations of your favorite image #32

Description

@morganavr

This video shows smooth variations of the initial prompt and seed:
https://twitter.com/karpathy/status/1559343616270557184

Source code of this feature is available here:
https://gist.github.com/karpathy/00103b0037c5aaea32fe1da1af553355

Personally I would love to use this feature this way:

dream "an elephant walking on another planet" -S 385838583 -n 1000 -variations

This command will use image from initial seed and then start to change it slightly.
As a result of this command 1000 image files will be created. Then I could scroll through them and enjoy variations of my initially provided image (I provided "image" by specifying -S seed argument)

Without this feature I am forced to manually change prompt in a slow and hacky way by adding random numbers to the prompt and then change them - this makes a new variant of the image that is slightly different from original. But it takes forever to do it manually.
I hope this feature could automate this process.

Hacky way:

dream "an elephant walking on 532 another planet 761" -S 385838583 -n 1
dream "an elephant walking on 531 another planet 762" -S 385838583 -n 1
dream "an elephant walking on 4531 another planet 762" -S 385838583 -n 1

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