mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
persist LoRA model info in models.yaml
This commit is contained in:
parent
10e1d623c3
commit
4c79350300
@ -57,7 +57,7 @@ class LoRAModel(ModelBase):
|
||||
|
||||
@classproperty
|
||||
def save_to_config(cls) -> bool:
|
||||
return False
|
||||
return True
|
||||
|
||||
@classmethod
|
||||
def detect_format(cls, path: str):
|
||||
|
Loading…
Reference in New Issue
Block a user