feat(ui,api): add guidance as a default setting option for FLUX models

This commit is contained in:
Mary Hipp
2024-09-26 12:10:48 -04:00
committed by Mary Hipp Rogers
parent ca55ef1da5
commit c224971cb4
7 changed files with 119 additions and 5 deletions

View File

@@ -11037,6 +11037,11 @@ export type components = {
* @description Default height for this model
*/
height?: number | null;
/**
* Guidance
* @description Default Guidance for this model
*/
guidance?: number | null;
};
/**
* Main Model