File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9163,6 +9163,12 @@ export type components = {
9163
9163
* @default []
9164
9164
*/
9165
9165
target_blocks?: string[];
9166
+ /**
9167
+ * Method
9168
+ * @description Weight apply method
9169
+ * @default full
9170
+ */
9171
+ method?: string;
9166
9172
/**
9167
9173
* Begin Step Percent
9168
9174
* @description When the IP-Adapter is first applied (% of total steps)
@@ -9234,7 +9240,7 @@ export type components = {
9234
9240
* @default full
9235
9241
* @enum {string}
9236
9242
*/
9237
- method?: "full" | "style" | "style_strong " | "style_precise " | "composition ";
9243
+ method?: "full" | "style" | "composition " | "style_strong " | "style_precise ";
9238
9244
/**
9239
9245
* Begin Step Percent
9240
9246
* @description When the IP-Adapter is first applied (% of total steps)
@@ -9360,7 +9366,7 @@ export type components = {
9360
9366
* @description Method to apply IP Weights with
9361
9367
* @enum {string}
9362
9368
*/
9363
- method: "full" | "style" | "composition" | "style_strong" | "style_precise" ;
9369
+ method: "full" | "style" | "composition";
9364
9370
/**
9365
9371
* Weight
9366
9372
* @description The weight given to the IP-Adapter
You can’t perform that action at this time.
0 commit comments