jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
2.08k stars 195 forks source link

feat: auto convert workflow to PromptBuilder #42

Closed devniel closed 3 months ago

devniel commented 3 months ago

Hi,

This will encapsulate the conversion of a raw api workflow into a PromptBuilder instance, setting the proper positive, negative and output fields; additionally it will be useful later to extract all the configurable fields to show in the UI.

devniel commented 3 months ago

I will rename the detectMainInputs by getMainInputs.

jbilcke-hf commented 3 months ago

amazing work!