mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: Update filter_civitai_data to include 'id' and 'modelId' fields for improved data retrieval
This commit is contained in:
@@ -234,7 +234,7 @@ class ModelRouteUtils:
|
||||
if not data:
|
||||
return {}
|
||||
|
||||
fields = ["name", "trainedWords"] if minimal else [
|
||||
fields = ["id", "modelId", "name", "trainedWords"] if minimal else [
|
||||
"id", "modelId", "name", "createdAt", "updatedAt",
|
||||
"publishedAt", "trainedWords", "baseModel", "description",
|
||||
"model", "images", "customImages", "creator"
|
||||
|
||||
Reference in New Issue
Block a user