'upload model'

This commit is contained in:
atonyxu
2024-12-18 03:52:52 +01:00
parent 22f3e66d6a
commit 449f3200ee
4 changed files with 22 additions and 33 deletions

6
configuration.json Normal file
View File

@ -0,0 +1,6 @@
{
"aigc_model": true,
"framework": "Pytorch",
"model_file_location": "file.safetensors",
"task": "text-to-image-synthesis"
}