mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 14:45:06 -05:00
feat(ui,api): add guidance as a default setting option for FLUX models
This commit is contained in:
committed by
Mary Hipp Rogers
parent
ca55ef1da5
commit
c224971cb4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user