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

Rotoscope Issues #18

Closed Trentonom0r3 closed 1 year ago

Trentonom0r3 commented 1 year ago

The Input Image for a rotoscoped layer should be the full representation without the rotoscoping, but the mask should have the rotoscoped representation.

Currently, the rotoscoped input is not the full image, only what was rotoscoped.

Researching fixes.

Trentonom0r3 commented 1 year ago

The Input Image for a rotoscoped layer should be the full representation without the rotoscoping, but the mask should have the rotoscoped representation.

Currently, the rotoscoped input is not the full image, only what was rotoscoped.

Researching fixes.

There's a couple fixes here, with varying degrees of integration.

  1. The simplest: create a new layer control for the mask. Users will set the input to source, and the mask control to effects+masks.

Pros: simple, easily changed, straightforward.

Cons: more direct user interaction, more UI clutter, harder to get small regions for generation when needed.

  1. Keep a single input control, but use the mask outline to get the mask.

Pros: more streamlined, less UI clutter.

Cons: requires user to auto-trace their rotoscope, possibly adding more computation time.

Trentonom0r3 commented 1 year ago

Fixed with recent release-- two layer control option taken.