@zodic/shared 0.0.113 → 0.0.114

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.
@@ -279,6 +279,7 @@ export class ConceptService {
279
279
  width,
280
280
  height,
281
281
  ...(controlNets.length > 0 ? { controlNets } : {}),
282
+ negPrompt: 'person, hands, face, body parts, people, animals, fingers'
282
283
  });
283
284
 
284
285
  const generationId = leonardoResponse?.sdGenerationJob?.generationId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.113",
3
+ "version": "0.0.114",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {