mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
Update supported_models.py
This commit is contained in:
parent
f8c2ab631a
commit
93c0fc3446
@ -420,7 +420,7 @@ class Stable_Cascade_C(supported_models_base.BASE):
|
||||
unet_extra_config = {}
|
||||
|
||||
latent_format = latent_formats.SC_Prior
|
||||
supported_inference_dtypes = [torch.bfloat16, torch.float32]
|
||||
supported_inference_dtypes = [torch.float16, torch.float32]
|
||||
|
||||
sampling_settings = {
|
||||
"shift": 2.0,
|
||||
@ -466,7 +466,7 @@ class Stable_Cascade_B(Stable_Cascade_C):
|
||||
unet_extra_config = {}
|
||||
|
||||
latent_format = latent_formats.SC_B
|
||||
supported_inference_dtypes = [torch.float16, torch.bfloat16, torch.float32]
|
||||
supported_inference_dtypes = [torch.float16, torch.float32]
|
||||
|
||||
sampling_settings = {
|
||||
"shift": 1.0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user