@zodic/shared 0.0.329 → 0.0.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
"when": 1745556069821,
|
|
114
114
|
"tag": "0015_zippy_sersi",
|
|
115
115
|
"breakpoints": true
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"idx": 16,
|
|
119
|
+
"version": "6",
|
|
120
|
+
"when": 1745725919445,
|
|
121
|
+
"tag": "0016_awesome_squadron_sinister",
|
|
122
|
+
"breakpoints": true
|
|
116
123
|
}
|
|
117
124
|
]
|
|
118
125
|
}
|
package/package.json
CHANGED
package/types/scopes/generic.ts
CHANGED
|
@@ -409,7 +409,8 @@ export type ControlNetConfig =
|
|
|
409
409
|
initImageId: string;
|
|
410
410
|
initImageType: 'UPLOADED' | 'GENERATED';
|
|
411
411
|
preprocessorId: 100;
|
|
412
|
-
strengthType
|
|
412
|
+
strengthType?: ControlNetStrenghtType;
|
|
413
|
+
weight?: number;
|
|
413
414
|
}
|
|
414
415
|
| {
|
|
415
416
|
initImageId: string;
|
|
@@ -421,7 +422,8 @@ export type ControlNetConfig =
|
|
|
421
422
|
initImageId: string;
|
|
422
423
|
initImageType: 'UPLOADED' | 'GENERATED';
|
|
423
424
|
preprocessorId: 133;
|
|
424
|
-
strengthType
|
|
425
|
+
strengthType?: ControlNetStrenghtType;
|
|
426
|
+
weight?: number;
|
|
425
427
|
};
|
|
426
428
|
|
|
427
429
|
export type PlacementObject = {
|