MCPcopy Index your code
hub / github.com/huggingface/diffusers / I2VGenXLUNet

Class I2VGenXLUNet

src/diffusers/utils/dummy_pt_objects.py:1353–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351
1352
1353class I2VGenXLUNet(metaclass=DummyObject):
1354 _backends = ["torch"]
1355
1356 def __init__(self, *args, **kwargs):
1357 requires_backends(self, ["torch"])
1358
1359 @classmethod
1360 def from_config(cls, *args, **kwargs):
1361 requires_backends(cls, ["torch"])
1362
1363 @classmethod
1364 def from_pretrained(cls, *args, **kwargs):
1365 requires_backends(cls, ["torch"])
1366
1367
1368class Kandinsky3UNet(metaclass=DummyObject):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…