Changes to the previous radiance commit. (#9851)

This commit is contained in:
comfyanonymous
2025-09-13 15:03:34 -07:00
committed by GitHub
parent c1297f4eb3
commit 80b7c9455b
5 changed files with 35 additions and 66 deletions

View File

@@ -1213,7 +1213,7 @@ class ChromaRadiance(Chroma):
latent_format = comfy.latent_formats.ChromaRadiance
# Pixel-space model, no spatial compression for model input.
memory_usage_factor = 0.0325
memory_usage_factor = 0.038
def get_model(self, state_dict, prefix="", device=None):
return model_base.ChromaRadiance(self, device=device)