Releases: FlintSH/reve-sdk
Releases · FlintSH/reve-sdk
v0.3.2: Changing the default model
v0.3.2: Changing the default model
- This release changes the default model to
text2image, as the dated version was being rejected by their backend.
npm Package: https://www.npmjs.com/package/reve-sdk
v0.3.1: Fixing image sizing and versioning
v0.3.1: Fixing image sizing and versioning
- This release increases the size limit to 1360 on both height and width, matching parity with reve's website.
- Additionally, this release updates the versioning in package-lock. Sorry if you had dependency issues because it wasn't set correctly.
npm Package: https://www.npmjs.com/package/reve-sdk
v0.3.0
v0.3.0: Fixed prompt enhancing
This release fixes the enhancePrompt parameter of the generateImage method.
Additionally, the enhancePrompt parameter now accounts for batch sizes properly, giving each image its own prompt enhancement.
npm Package: https://www.npmjs.com/package/reve-sdk
v0.2.1
v0.2.1: Fixed batch sizes, new model, new parameter
This release fixes batch sizes, so the SDK properly responds with multiple images, updates to a new Reve version, and adds a new parameter.
- You can now generate up to 8 images per
generateImagecall.- You can extract each image from the imageUrl map of the response.
- The default model has been updated to
text2image_v1/prod/20250325-2246.- This was silently dropped yesterday and can be seen in the API requests of Reve's website.
- You can now pass
enhancePromptto thegenerateImagemethod.- With this parameter (which is default true), you can toggle automatic prompt enhancements - like the website.
npm Package: https://www.npmjs.com/package/reve-sdk