mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): add value to conditioning field
This commit is contained in:
parent
c1dbafc2df
commit
71003be6b8
@ -180,6 +180,7 @@ export type LatentsInputFieldValue = FieldValueBase & {
|
||||
|
||||
export type ConditioningInputFieldValue = FieldValueBase & {
|
||||
type: 'conditioning';
|
||||
value?: string;
|
||||
};
|
||||
|
||||
export type ControlInputFieldValue = FieldValueBase & {
|
||||
|
Loading…
Reference in New Issue
Block a user