mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-21 23:34:22 +01:00
Getting rid of unnecessary error message
This commit is contained in:
@@ -21,7 +21,7 @@ class Discretization:
|
|||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def get_sigmas(self, n, device):
|
def get_sigmas(self, n, device):
|
||||||
raise NotImplementedError("abstract class should not be called")
|
pass
|
||||||
|
|
||||||
|
|
||||||
class EDMDiscretization(Discretization):
|
class EDMDiscretization(Discretization):
|
||||||
|
|||||||
Reference in New Issue
Block a user