Skip to content

Releases: unburn/prodia.js

3.0.0

10 Apr 14:15
Compare
Choose a tag to compare

Features

  • Support CJS and ESM

Changelogs

  • Rewritten in typescript.
  • New parameters included.

2.1.5

22 Jan 16:03
Compare
Choose a tag to compare

Added face swap, face restore and embeddings.
Full Changelog: 2.1.2...2.1.5

2.1.2

21 Nov 12:55
Compare
Choose a tag to compare

Changelogs

  • Added SDXL Image Transform & SDXL Inpaint
  • Added new parameter style_present to generate image in different styles, eg. 3d models, anime, comic book and more...

2.1.1

15 Oct 11:04
Compare
Choose a tag to compare

Bug

- negative_prompt: params.negativePrompt
+ negative_prompt: params.negative_prompt
- denoising_strength: params.denoisingStrength,
+ denoising_strength: params.denoising_strength

2.1.0

15 Oct 08:06
Compare
Choose a tag to compare

Update

Added new features and changed parameters.

Inpainting [BETA]

Upscale

You can upscale the images using .upscale()

await prodia.upscale({
    imageUrl: "https://s6.imgcdn.dev/ZEQqw.jpg",
    resize: 4
})

List Models & Samplers

await prodia.getSDmodels()

await prodia.getSDXLmodels()

await prodia.getSDsamplers()

await prodia.getSDXLsamplers()

await prodia.getSDloras()

await prodia.getSDXLloras()

2.0.0

02 Sep 13:01
Compare
Choose a tag to compare

Update

  • Create a image from text
  • Transform an existing image
  • Create a Control Net generation
  • Create an SDXL generation

1.3.0

09 Aug 15:18
Compare
Choose a tag to compare
  • Now you can generate 4 images at once.
  • Added .getModels() to fetch all models available.
  • Changed .getVariations() to .transform()

Note: More the image you generate, more the time require, if you are creating 4 images, it will take minimum 10 - 20 seconds.

1.2.0

01 Aug 04:32
Compare
Choose a tag to compare

Features

Added new models to prodia.js

1. Dreamshaper 7 - A good model for fantasy portraits.
2. Eimis Anime Diffusion - A strong anime model
3. MeinaMix Meina V11 - A merged and mixed model of different anime models
4. Portrait+ V1 - A model trained on a diverse set of close to medium range portraits of people.
5. Realistic Vision V4.0 - A strong model for realistic portraits
6. Redshift Diffusion V1.0 - A model trained on high resolution 3D artworks.
7. Anything V5 - Its back! Everyone's favorite Anime model