Skip to content

Releases: R3gm/stablepy

0.6.1

30 Dec 02:29
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.6.1

0.6.0

30 Dec 02:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.6.0

0.5.2

01 Dec 04:06
Compare
Choose a tag to compare

Full Changelog: 0.5.1...0.5.2

0.5.1

10 Oct 03:15
Compare
Choose a tag to compare
  • After generation, PIL images are now returned along with sublists containing the seeds, image paths, and metadata with the parameters used in generation. [pil_image], [seed, image_path, metadata]
  • The use of image_previews=True has been improved, and now preview images can be obtained during the generation steps using a generator. For more details, refer to the Colab notebook.

0.5.0

12 Sep 21:32
80177ae
Compare
Choose a tag to compare

Version 0.5.0: New Update Details

  • Fix LoRA SDXL compatibility.
  • Latent upscaler and variants.
  • Perturbed Attention Guidance (PAG) enhances image generation quality without the need for training.
  • Multiple images for one FaceID adapter.
  • ControlNet for SDXL: MLSD, Segmentation, Normalbae.
  • ControlNet "lineart_anime" task accessible and able to load a model different from the "lineart" task.
  • ControlNet Tile and Recolor for SD1.5 and SDXL ("tile" replaces the previous task called "sdxl_tile_realistic").

0.4.1

16 Jun 12:44
Compare
Choose a tag to compare
  • Fix the aspect ratio for SDXL inpaint

0.4.0

16 Jun 02:47
Compare
Choose a tag to compare
  • IP Adapter with the variants FaceID and Instant-Style
  • New samplers
  • Appropriate support for SDXL safetensors models
  • ControlNet for SDXL: OpenPose, Canny, Scribble, SoftEdge, Depth, LineArt, and SDXL_Tile_Realistic
  • New variant prompt weight with emphasis
  • ControlNet pattern for SD1.5 and SDXL
  • ControlNet Canny now needs the preprocessor_name="Canny"
  • Similarly, ControlNet MLSD requires the preprocessor_name="MLSD"
  • Task names like "sdxl_canny" have been changed to "sdxl_canny_t2i" to refer to the T2I adapter that uses them.

0.3.1

14 Jun 23:11
Compare
Choose a tag to compare
  • fixed torch issues

v0.3.0

21 Nov 23:10
776c9f1
Compare
Choose a tag to compare

New features:

  • Image to Image
  • Second detail fix
  • Hires Fix
  • New samplers
  • LCM support
  • Quick task switching
  • Style prompts

v0.2.0a

23 Oct 22:45
2bacf0d
Compare
Choose a tag to compare
  • Support for long prompts with SD 1.5 models
  • T2I Adapter for SDXL
  • Improvement in model loading time across tasks