MCPcopy Create free account
hub / github.com/AlayaLab/Hive / from_config

Method from_config

models/flowsep/diffusers/utils/dummy_pt_objects.py:162–163  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

160
161 @classmethod
162 def from_config(cls, *args, **kwargs):
163 requires_backends(cls, ["torch"])
164
165 @classmethod
166 def from_pretrained(cls, *args, **kwargs):

Callers 9

save_pretrainedMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
from_pretrainedMethod · 0.45
from_pretrainedMethod · 0.45
from_pretrainedMethod · 0.45
from_pretrainedMethod · 0.45

Calls 1

requires_backendsFunction · 0.85

Tested by

no test coverage detected