| { | |
| "format_version": 1, | |
| "name": "Harmonizer", | |
| "description": "Bundle manifest for the Harmonizer model repository.", | |
| "components": [ | |
| { | |
| "name": "diffusion_harmonizer", | |
| "file": "diffusion_harmonizer.pkl", | |
| "role": "DiffusionHarmonizer paper temporal harmonization" | |
| }, | |
| { | |
| "name": "harmonizer_nontemporal", | |
| "file": "harmonizer_nontemporal.pt", | |
| "role": "non-temporal single-frame harmonization" | |
| } | |
| ] | |
| } | |