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