add new args for aigc create_model_tag (#1555)

This commit is contained in:
Xingjun.Wang
2025-11-20 11:23:58 +08:00
committed by GitHub
parent 609442d271
commit 12988976a3

View File

@@ -394,7 +394,9 @@ class HubApi:
'WeightsName': aigc_model.weight_filename,
'WeightsSha256': aigc_model.weight_sha256,
'WeightsSize': aigc_model.weight_size,
'TriggerWords': aigc_model.trigger_words
'TriggerWords': aigc_model.trigger_words,
'AigcType': aigc_model.aigc_type,
'VisionFoundation': aigc_model.base_model_type
}
else: