@runware/sdk-js 1.0.28 → 1.0.29

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runware/sdk-js",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "The SDK is used to run image inference with the Runware API, powered by the RunWare inference platform. It can be used to generate imaged with text-to-image and image-to-image. It also allows the use of an existing gallery of models or selecting any model or LoRA from the CivitAI gallery. The API also supports upscaling, background removal, inpainting and outpainting, and a series of other ControlNet models.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/readme.md CHANGED
@@ -221,7 +221,7 @@ console.log(enhancedPrompt)
221
221
  return interface IEnhancedPrompt {
222
222
  taskUUID: string;
223
223
  text: string;
224
- }[]
224
+ }[git
225
225
 
226
226
  ```
227
227
 
@@ -242,6 +242,12 @@ return interface IEnhancedPrompt {
242
242
 
243
243
  ## Changelog
244
244
 
245
+ ### - v1.0.29
246
+
247
+ **Added or Changed**
248
+
249
+ - Added prompt weighting
250
+
245
251
  ### - v1.0.28
246
252
 
247
253
  **Added or Changed**