File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- DrivAerML dataset support in FIGConvNet example.
16
16
- Retraining recipe for DoMINO from a pretrained model checkpoint
17
17
- Added Datacenter CFD use case.
18
+ - General purpose patching API for patch-based diffusion
19
+ - New positional embedding selection strategy for CorrDiff SongUNet models
18
20
19
21
### Changed
20
22
@@ -25,8 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
27
- Updated utils in ` modulus.launch.logging ` to avoid unnecessary ` wandb ` and ` mlflow ` imports
26
28
- Moved to experiment-based Hydra config in Lagrangian-MGN example
27
29
- Make data caching optional in ` MeshDatapipe `
28
- - General purpose patching API for CorrDiff patch-based diffusion
29
30
- Simplified CorrDiff config files, updated default values
31
+ - Refactored CorrDiff losses and samplers to use the patching API
32
+ - Support for non-square images and patches in patch-based diffusion
30
33
31
34
### Deprecated
32
35
You can’t perform that action at this time.
0 commit comments