mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 13:07:09 +08:00
Increase Chroma Radiance memory usage factor
This commit is contained in:
parent
913fe088b9
commit
6e44dc8a9d
@ -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.45
|
||||
memory_usage_factor = 0.55
|
||||
|
||||
def get_model(self, state_dict, prefix="", device=None):
|
||||
return model_base.ChromaRadiance(self, device=device)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user