1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Remove useless function.

This commit is contained in:
comfyanonymous
2025-02-09 07:01:38 -05:00
parent caeb27c3a5
commit 095d867147

View File

@@ -166,9 +166,6 @@ class BaseModel(torch.nn.Module):
def get_dtype(self):
return self.diffusion_model.dtype
def is_adm(self):
return self.adm_channels > 0
def encode_adm(self, **kwargs):
return None