Skip to content

Commit

Permalink
WIP support for Nvidia Cosmos 7B and 14B text to world (video) models.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jan 10, 2025
1 parent 129d890 commit 2ff3104
Show file tree
Hide file tree
Showing 16 changed files with 3,383 additions and 4 deletions.
4 changes: 4 additions & 0 deletions comfy/latent_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,7 @@ class HunyuanVideo(LatentFormat):
]

latent_rgb_factors_bias = [ 0.0259, -0.0192, -0.0761]

class Cosmos1CV8x8x8(LatentFormat):
latent_channels = 16
latent_dimensions = 3
Loading

0 comments on commit 2ff3104

Please sign in to comment.