Skip to content

Releases: sachahu1/Diffusion-Model-Framework

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Nov 16:51

v1.0.2 (2024-11-11)

v1.0.2-rc.1

v1.0.2-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 16:48

v1.0.2-rc.1 (2024-11-11)

Performance Improvements

  • Remove unused matplotlib dependency (119df2a)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Nov 16:38

v1.0.1 (2024-11-11)

v1.0.1-rc.1

v1.0.1-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 16:34

v1.0.1-rc.1 (2024-11-11)

Bug Fixes

Chores

  • Remove optional jupyter dependency (843f94b)

  • Fix documentation (dd53920)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 18:50

v1.0.0 (2024-11-05)

Testing

  • test: add testing for checkpoints (d9b29dd)

  • test: add some initial tests (5bd3d09)

Unknown

  • Merge pull request #21 from sachahu1/dev

Release 1.0.0 (0a27aa7)

  • Merge pull request #22 from sachahu1/feature/initial-unit-testing

Test basic functionalities (2aad1c6)

v1.0.0-rc.2

v1.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Nov 16:17

v1.0.0-rc.2 (2024-11-05)

Documentation

  • docs: fix inference example (a0f59e9)

Features

  • feat: improve inference framework to support DDIM (06c4ac1)

Unknown

  • Merge pull request #20 from sachahu1/feature/improve-inference-framework

feat: improve inference framework to support DDIM (50e260b)

  • Merge pull request #19 from sachahu1/docs/fix-examples

docs: fix inference example (645337d)

v1.0.0-rc.1

v1.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Nov 18:23

v1.0.0-rc.1 (2024-11-04)

Breaking

  • ci: remove python3.9 and add 3.12

BREAKING CHANGE: no longer supports python 3.9 (24422be)

  • chore: bumping numpy

BREAKING CHANGE: Numpy bumped > 2.0 (4e21dde)

Bug Fixes

Chores

  • chore: support python 3.12.* (3099ab5)

  • chore: support python3.12 (d9ddb02)

Features

  • feat: adding DDIM denoising (2b5595b)

Unknown

  • Merge pull request #18 from sachahu1/feature/ddim-sampler

DDIM denoising (d7a9927)

v0.1.2-rc.3

v0.1.2-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Aug 23:55

v0.1.2-rc.3 (2024-08-08)

Fix

  • fix: map_location is needed for cpu (c918d3b)

Unknown

  • Merge pull request #16 from sachahu1/fix/map-location-needed

fix: map_location is needed for cpu (41206eb)

v0.1.2-rc.2

v0.1.2-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:43

v0.1.2-rc.2 (2024-08-08)

Fix

  • fix: torch load weights only as security issue (6fb7d39)

  • fix: allow loading BetaScheduler without initialization (193bd96)

  • fix: remove unnecessary dependency (76b8ab1)

  • fix: Release latest on main only (13568f2)

Unknown

  • Merge pull request #15 from sachahu1/fix/only-release-latest-on-main

fix: run inference from checkpoint (e80b03e)

v0.1.2-rc.1

v0.1.2-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Aug 15:20

v0.1.2-rc.1 (2024-08-08)

Fix

  • fix: give dispatch permissions to trigger CI (5f3333a)

Unknown

  • Merge pull request #14 from sachahu1/ci/fix-dispatch-permissions

fix: give dispatch permissions to trigger CI (1cc96f7)