feat: optimize playground media references
This commit is contained in:
@@ -1478,7 +1478,7 @@ func isVideoResolution(modelType string, value string) bool {
|
||||
}
|
||||
|
||||
func isVideoModelType(modelType string) bool {
|
||||
return modelType == "video_generate" || modelType == "text_to_video" || modelType == "image_to_video" || modelType == "video_edit" || modelType == "omni_video" || modelType == "omni"
|
||||
return modelType == "video_generate" || modelType == "text_to_video" || modelType == "image_to_video" || modelType == "video_edit" || modelType == "video_reference" || modelType == "video_first_last_frame" || modelType == "omni_video" || modelType == "omni"
|
||||
}
|
||||
|
||||
func cloneMap(values map[string]any) map[string]any {
|
||||
|
||||
Reference in New Issue
Block a user