mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
add vlms: qwen-vl2, smol-vl2, toriigate
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -338,7 +338,7 @@ class ResInterrogate(BaseModel):
|
||||
|
||||
class ReqVQA(BaseModel):
|
||||
image: str = Field(default="", title="Image", description="Image to work on, must be a Base64 string containing the image's data.")
|
||||
model: str = Field(default="MS Florence 2 Base", title="Model", description="The interrogate model used.")
|
||||
model: str = Field(default="Microsoft Florence 2 Base", title="Model", description="The interrogate model used.")
|
||||
question: str = Field(default="describe the image", title="Question", description="Question to ask the model.")
|
||||
|
||||
class ReqHistory(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user