Coder Social home page Coder Social logo

Comments (1)

psychedelicious avatar psychedelicious commented on July 28, 2024

The old implementation of variations used a prompt syntax. IIRC, you could have any number of seeds.

For the Linear UI graphs, I think we should mirror the exact functionality in the example graph. You get one main seed, and may blend one variation seed with it at the given alpha value. The variation seed can be manually specified or left random.

A stretch goal would allow for any number of variation seeds to be added via linear UI, but IMO that's complexity for which a use-case should be first proven. Blending between 2 seeds seems like a very reasonable feature set for the linear UI - if you want more than that, drop into workflows.

This would be a good first issue. The state and UI components are very straightforward, but it does require some graph changes. These are easy for the generation tab:

  • Add the new nodes to the graph.
  • Update any graph builder helper functions that depend on the noise node.

The canvas graphs are a bit more involved, because they are not using the new graph builder utils yet. The changes are a bit more complex, but not crazy.

from invokeai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.