Skip to content

Releases: sachahu1/Diffusion-Model-Framework

v0.1.2-rc.3

08 Aug 23:55
Compare
Choose a tag to compare
v0.1.2-rc.3 Pre-release
Pre-release

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

08 Aug 20:43
Compare
Choose a tag to compare
v0.1.2-rc.2 Pre-release
Pre-release

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

08 Aug 15:20
Compare
Choose a tag to compare
v0.1.2-rc.1 Pre-release
Pre-release

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)

v0.1.1

08 Aug 15:02
Compare
Choose a tag to compare

v0.1.1 (2024-08-08)

Unknown

  • Merge pull request #13 from sachahu1/dev

Release documentation and fixed CI/CD pipeline (4f7fae9)

v0.1.1-rc.4

08 Aug 14:53
Compare
Choose a tag to compare
v0.1.1-rc.4 Pre-release
Pre-release

v0.1.1-rc.4 (2024-08-08)

Fix

  • fix: Mistake in workflow name (f80c59b)

Unknown

  • Merge pull request #12 from sachahu1/fix/rename-workflow

fix: Mistake in workflow name (09afacd)

v0.1.1-rc.3

08 Aug 14:43
Compare
Choose a tag to compare
v0.1.1-rc.3 Pre-release
Pre-release

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

Ci

  • ci: Use workflow_dispatch to trigger docs (83c77e6)

Fix

  • fix: commit forgotten init,py (c670b4a)

Unknown

  • Merge pull request #11 from sachahu1/fix/build-docs-not-triggered

Trigger doc release via workflow_dispatch (c737587)

v0.1.1-rc.2

07 Aug 23:49
Compare
Choose a tag to compare
v0.1.1-rc.2 Pre-release
Pre-release

v0.1.1-rc.2 (2024-08-07)

Fix

  • fix: pipeline build and release docs at the tag node (e56d111)

Unknown

  • Merge pull request #10 from sachahu1/ci/fix-pipeline

fix: pipeline build and release docs at the tag node (bf6c44a)

v0.1.1-rc.1

07 Aug 23:34
Compare
Choose a tag to compare
v0.1.1-rc.1 Pre-release
Pre-release

v0.1.1-rc.1 (2024-08-07)

Documentation

  • docs: improved readme (ad8a5ff)

  • docs: document diffusion trainer (5fd5eb7)

  • docs: short type hints and version fix (5da9b6e)

  • docs: write introduction (22c9b8d)

  • docs: document rest of the library (d00dfb9)

  • docs: document GaussianDiffuser (d7c5dc1)

  • docs: document BetaSchedulers (3c162e6)

  • docs: document BaseDiffuser (edfa807)

Fix

  • fix: remove workflow_run as it doesn't work as expected

on push to main or dev (b55b29c)

  • fix: Wait for release tag to build docs (033400f)

Unknown

  • Merge pull request #9 from sachahu1/docs/documentation

Document entire library to date (20f072e)

v0.1.0

06 Aug 19:26
Compare
Choose a tag to compare

v0.1.0 (2024-08-06)

Feature

  • feat: add some status badges

fix url (e87f3ec)

  • feat: automatic build and release of docs

not sure where the syntax error is

try pushing docs

remove multiversion (09338a5)

  • feat: add release process

download workflow artifact

update to cache@v4

unpack into dist folder

add publishing permissions

try on legacy

test with pypa

working pipeline

feat: Publish release

Test releases

test syntax

echo

additional permissions

protect releases on dev

test full version

fix to master

try a new version

only allow releases on main

back to alpha version

fix typo

deactivate other pipelines for dynamic versioning testing

fix workflows

add dynamic versioning to pyproject toml

unshallow fetch

try semantic release

try matching more branches

feat: adjust semantic-release config

feat: bump init

trigger pypi publishing on tags

try fixing regex

try another syntax

github regex is weird

publish to pypi

fix: testpypi publishing

move to pypi

adjust pyproject.toml (1278e12)

  • feat: test pipeline

rename package and add missing test dependencies

add initial test folder

try simplifying pipeline

fix poetry install --with syntax

fix pyproject toml and relock

poetry show with test

did i forget poetry run?

try fixing syntax

additional package caching

forgot to install test dependencies

combine install tests with unit tests (f53241f)

Unknown

  • Merge pull request #4 from sachahu1/dev

Initial Release (7d933a9)

  • Merge pull request #3 from sachahu1/feature/improve_framework

Automated testing, release and docs (aed8627)

  • fix docs deployments

feat: automatic doc on release, formatting, examples

fix: urls

fix: upload url (4c48cd4)

  • Merge pull request #2 from sachahu1/feature/framework-improvements

Improved Framework (2401f12)

  • formatting + new beta schedulers (61741bc)

  • reworked framework (0dfa220)

  • update dependencies (129b52c)

  • Merge pull request #1 from sachahu1/feature/initial-work

Initial work on this diffusion repo. (e8ceeeb)