mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 19:46:38 +00:00
Move beta_schedule to model_config and allow disabling unet creation.
This commit is contained in:
@@ -33,6 +33,7 @@ class BASE:
|
||||
clip_prefix = []
|
||||
clip_vision_prefix = None
|
||||
noise_aug_config = None
|
||||
beta_schedule = "linear"
|
||||
|
||||
@classmethod
|
||||
def matches(s, unet_config):
|
||||
|
Reference in New Issue
Block a user