mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-26 07:35:44 -03:00
refactor(BaseModelRoutes): temporary comment out model description and creator checks
This commit is contained in:
@@ -630,8 +630,8 @@ class BaseModelRoutes(ABC):
|
|||||||
not model.get('civitai')
|
not model.get('civitai')
|
||||||
or not model['civitai'].get('id')
|
or not model['civitai'].get('id')
|
||||||
# or not model.get('tags') # Skipping tag cause it could be empty legitimately
|
# or not model.get('tags') # Skipping tag cause it could be empty legitimately
|
||||||
or not model.get('modelDescription')
|
# or not model.get('modelDescription')
|
||||||
or not (model.get('civitai') and model['civitai'].get('creator'))
|
# or not (model.get('civitai') and model['civitai'].get('creator'))
|
||||||
)
|
)
|
||||||
and (
|
and (
|
||||||
(enable_metadata_archive_db)
|
(enable_metadata_archive_db)
|
||||||
|
|||||||
Reference in New Issue
Block a user