@zodic/shared 0.0.117 → 0.0.118

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -313,5 +313,5 @@ export type ControlNetConfig =
313
313
  initImageId: string;
314
314
  initImageType: 'UPLOADED' | 'GENERATED';
315
315
  preprocessorId: 19; // Edge to Image
316
- weight: string;
316
+ weight: number;
317
317
  };
@@ -29,7 +29,7 @@ export const leonardoInitImages: LeonardoInitImages = {
29
29
  imageUrl:
30
30
  'https://cdn.leonardo.ai/users/b117a933-e5c9-45b2-96aa-4b619c2d74ba/initImages/c489e496-00c4-4958-8bcd-4460a43a43bf.jpg',
31
31
  preprocessorId: 19,
32
- weight: '0.3',
32
+ weight: 0.3,
33
33
  },
34
34
  ring: {
35
35
  imageId: null,
@@ -52,7 +52,7 @@ type ControlNetSettings =
52
52
  imageId: string;
53
53
  imageUrl: string;
54
54
  preprocessorId: 19;
55
- weight: string;
55
+ weight: number;
56
56
  strengthType?: null;
57
57
  }
58
58
  | {