feat(ui): migrate linear workflows to latents

This commit is contained in:
psychedelicious
2023-05-24 17:19:13 +10:00
committed by Kent Keirsey
parent d2c223de8f
commit c7c0836721
23 changed files with 550 additions and 111 deletions

View File

@ -66,6 +66,7 @@ export type { PromptOutput } from './models/PromptOutput';
export type { RandomIntInvocation } from './models/RandomIntInvocation';
export type { RandomRangeInvocation } from './models/RandomRangeInvocation';
export type { RangeInvocation } from './models/RangeInvocation';
export type { RangeOfSizeInvocation } from './models/RangeOfSizeInvocation';
export type { ResizeLatentsInvocation } from './models/ResizeLatentsInvocation';
export type { RestoreFaceInvocation } from './models/RestoreFaceInvocation';
export type { ScaleLatentsInvocation } from './models/ScaleLatentsInvocation';