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 = {
91639163 * @default []
91649164 */
91659165 target_blocks?: string[];
9166+ /**
9167+ * Method
9168+ * @description Weight apply method
9169+ * @default full
9170+ */
9171+ method?: string;
91669172 /**
91679173 * Begin Step Percent
91689174 * @description When the IP-Adapter is first applied (% of total steps)
@@ -9234,7 +9240,7 @@ export type components = {
92349240 * @default full
92359241 * @enum {string}
92369242 */
9237- method?: "full" | "style" | "style_strong " | "style_precise " | "composition ";
9243+ method?: "full" | "style" | "composition " | "style_strong " | "style_precise ";
92389244 /**
92399245 * Begin Step Percent
92409246 * @description When the IP-Adapter is first applied (% of total steps)
@@ -9360,7 +9366,7 @@ export type components = {
93609366 * @description Method to apply IP Weights with
93619367 * @enum {string}
93629368 */
9363- method: "full" | "style" | "composition" | "style_strong" | "style_precise" ;
9369+ method: "full" | "style" | "composition";
93649370 /**
93659371 * Weight
93669372 * @description The weight given to the IP-Adapter
You can’t perform that action at this time.
0 commit comments