moved model image to edit page, added model_images service

This commit is contained in:
Jennifer Player
2024-03-04 12:22:26 -05:00
committed by Kent Keirsey
parent f6bfe5e6f2
commit c1cdfd132b
6 changed files with 143 additions and 4 deletions

View File

@ -72,6 +72,7 @@ example_model_input = {
"description": "Model description",
"vae": None,
"variant": "normal",
"image": "blob"
}
##############################################################################