mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
add new args for aigc create_model_tag (#1555)
This commit is contained in:
@@ -394,7 +394,9 @@ class HubApi:
|
|||||||
'WeightsName': aigc_model.weight_filename,
|
'WeightsName': aigc_model.weight_filename,
|
||||||
'WeightsSha256': aigc_model.weight_sha256,
|
'WeightsSha256': aigc_model.weight_sha256,
|
||||||
'WeightsSize': aigc_model.weight_size,
|
'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:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user