Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Releases: sukebenet/dreampower

v1.3.0

25 Jan 15:09
Compare
Choose a tag to compare

GitHub Releases

✨ Features

  • Support for NVIDIA RTX 3000 series graphics cards. (Still in development, performance will not be the best.)
  • Lower memory consumption.

πŸ“¦ Packages

  • PyTorch 1.7.1 (CUDA 11)
  • Torchvision 0.8.2

v1.3.0-canary

20 Oct 04:40
Compare
Choose a tag to compare
v1.3.0-canary Pre-release
Pre-release

GitHub Releases

⚠️ Unstable version, install at your own risk.

πŸ“¦ Packages

  • PyTorch 1.8.0.dev
    • CUDA 11: Support for RTX 3000 series graphics and lower memory consumption.
    • Nightly Build: Unstable version, errors can be common, the size increases considerably.
  • torchvision 0.8.0.dev
  • colorama 0.4.4
  • imageio 2.9.0
  • numpy 1.19.2
  • opencv-python 4.4.0.44
  • pillow 8.0.0
  • requests 2.24.0
  • watchdog 0.10.3

DreamTime

Unstable versions require manual installation, instructions here.

v1.2.13

09 Oct 00:56
Compare
Choose a tag to compare

GitHub Releases

πŸ›  Fixes

  • Fix: Crash when using --experimental-artifacts-inpaint on a photo with no visual artifacts detected. (It happened commonly in videos)

v1.2.12

07 Oct 01:41
Compare
Choose a tag to compare

GitHub Releases

✨ Features

  • --experimental-artifacts-inpaint: New argument. It applies an experimental code on the fake nude that tries to remove the visual artifacts that appear on the vagina.

πŸ”₯ Breaking Changes

  • Renamed --color-transfer to --experimental-color-transfer

v1.2.11

30 Jul 06:57
Compare
Choose a tag to compare

GitHub Releases

πŸ›  Fixes

  • Fixed: Various problems that make it impossible to use on Mac OS.

v1.2.10

28 Jul 10:56
Compare
Choose a tag to compare

GitHub Releases

πŸ›  Fixes

  • Fixed: The algorithm does nothing when the argument --n-cores is set to 0
  • Fixed: The argument --ignore-size throws an error if the photo was not 512x512. Now process the photo in its original size.

✨ Features

  • --image-size: New argument. Size for photo scale. Larger sizes requires more RAM and can produce less satisfactory results.
  • --compress: New argument. Compress the image before nudification to save RAM. (100 = Higher compression) Default: 0 (Disabled)

v1.2.9

24 Jul 01:15
Compare
Choose a tag to compare

GitHub Releases

πŸ›  Fixes

  • Fixed: gif nudification did not work correctly in Windows.
  • Fixed: gif/video nudification fails completely in case of a framerate detection problem.

v1.2.8

13 Jul 08:41
Compare
Choose a tag to compare

GitHub Releases

πŸ›  Fixes

  • Fixed the result of a gif or a video not exported with the original frame rate.

✨ Features

  • Video Support: Added support for webm, mov, avi, mpg, mkv and wmv files.

πŸ’ͺ Improvements

  • Logs: Better colors, more organization and less spam.

v1.2.7

11 Jul 12:42
Compare
Choose a tag to compare

GitHub Releases

πŸ›  Fixes

  • Possible fix to reduce resource usage and crash when processing a big gif.

✨ Features

  • Video Support: Added support for mp4 files.

πŸ’ͺ Improvements

  • CPU Cores: Reduced the default number of cores from 4 to 2 to decrease the resource usage when processing gifs and videos.

v1.2.6

09 Jul 14:14
Compare
Choose a tag to compare

GitHub Releases

πŸ›  Fixes

  • --export-step: Argument removed.
  • --export-step-path: Argument removed.
  • Fixed the checkpoints download command not downloading checkpoints.
  • Fixed steps (--steps) are not automatically adjusted when additional steps such as the scale method are added.

✨ Features

  • --masks-path Added argument. It works just like --altered but without creating a unique folder for the photo.

πŸ’ͺ Improvements

  • Logs: Unnecessary debug messages have been removed.
  • Requirements: Removed setup.py script in favor of unique and upgradable CPU and GPU requirements.txt files. Some libraries have also been updated to avoid security problems.
  • Icon: DreamPower icon added to executable.