Skip to content

Releases: tcapelle/cloud_diffusion

Fix dependencies

Choose a tag to compare

@tcapelle tcapelle released this 21 Mar 20:24
  • Pin diffusers and lucids code

Bump version

Choose a tag to compare

@tcapelle tcapelle released this 11 Apr 07:22
v0.5.1

bump version

Simplify logics

Choose a tag to compare

@tcapelle tcapelle released this 11 Apr 07:21
7601945
  • Simplifies the logic around DDPM
  • Uses standard samplers logic wrapped around NoisifyDataloader

v0.4.0

Choose a tag to compare

@tcapelle tcapelle released this 23 Mar 09:07

Improves Inference

  • Makes inference automatically detect cuda
  • Improves readability of code
  • Adds logging.info

v0.3.1

Choose a tag to compare

@tcapelle tcapelle released this 23 Mar 08:25
  • Add missing imports
  • fix inference.py imports

v0.3.0

Choose a tag to compare

@tcapelle tcapelle released this 23 Mar 08:15
f2051fa
Update setup.py

missing fastcore install

v0.2.0

Choose a tag to compare

@tcapelle tcapelle released this 14 Mar 16:19
add vit support

v0.1.0

Choose a tag to compare

@tcapelle tcapelle released this 10 Mar 22:37
docstring improve