MCPcopy Create free account
hub / github.com/TencentARC/BrushNet / from_config

Method from_config

src/diffusers/utils/dummy_pt_objects.py:342–343  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

340
341 @classmethod
342 def from_config(cls, *args, **kwargs):
343 requires_backends(cls, ["torch"])
344
345 @classmethod
346 def from_pretrained(cls, *args, **kwargs):

Callers 15

save_pretrainedMethod · 0.45
__init__Method · 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
from_unet2dMethod · 0.45

Calls 1

requires_backendsFunction · 0.85