Trentonom0r3 / After-Diffusion

A CEP Extension for Adobe After Effects that allows for seamless integration of the Stable Diffusion Web-UI.
GNU Affero General Public License v3.0
45 stars 2 forks source link

Key Frameable Parameters #3

Closed Trentonom0r3 closed 1 year ago

Trentonom0r3 commented 1 year ago

Describe the solution you'd like Per Title, Key Frameable parameters for webUI. Would allow for some potentially extremely cool effects.

Describe alternatives you've considered Could apply directly to clip, but would be best to add a Button that when pressed, creates an adjustment layer containing dummy sliders/checkboxes/dropdowns, for values. Since batch img2img modes are looped, it would easily get the values from the keyframes at each point.

Additional context Could even allow prompts/negative prompts, loras, styles, scripts, and just about anything else to be Key framed

Trentonom0r3 commented 1 year ago

Proposed Process Develop Native C++ 'Dummy Plugin' Containing all key frameable parameters. Update CEP to appear as a "toolbar" with prompts, and helper buttons. Get values from dummy plugin for sending to SD. New Extension workflow would become; (New UI would be a simply toolbar, I'd suggest adding it to the top of the Viewer Panel.)

  1. Click button to add effect, or drag from 'Effects' panel.
  2. Keyframe effects if wanted, if not, leave be. Choose controlnets here.
  3. Enter prompts in toolbar, and Use helper buttons on toolbar as necessary (Solid reposition button, referesh, generate, etc.)
  4. Wait for the returned generation!