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