mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-12 20:57:47 +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…
Reference in New Issue
Block a user