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

Method load_lora_weights

src/diffusers/loaders/lora_base.py:503–504  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

501 return self._merged_adapters
502
503 def load_lora_weights(self, **kwargs):
504 raise NotImplementedError("`load_lora_weights()` is not implemented.")
505
506 @classmethod
507 def save_lora_weights(cls, **kwargs):

Calls

no outgoing calls

Tested by 15

test_lora_loadingMethod · 0.36
test_lora_loadingMethod · 0.36
test_lora_loadingMethod · 0.36
test_lora_loadingMethod · 0.36
test_lora_loadingMethod · 0.36
test_a1111Method · 0.36
test_lycorisMethod · 0.36