MCPcopy Index your code
hub / github.com/YesianRohn/TextSSR / I2VGenXLUNet

Class I2VGenXLUNet

diffusers/src/diffusers/utils/dummy_pt_objects.py:275–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275class I2VGenXLUNet(metaclass=DummyObject):
276 _backends = ["torch"]
277
278 def __init__(self, *args, **kwargs):
279 requires_backends(self, ["torch"])
280
281 @classmethod
282 def from_config(cls, *args, **kwargs):
283 requires_backends(cls, ["torch"])
284
285 @classmethod
286 def from_pretrained(cls, *args, **kwargs):
287 requires_backends(cls, ["torch"])
288
289
290class Kandinsky3UNet(metaclass=DummyObject):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected