mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
feat(civitai): parse gguf quantType in file metadata
GGUF variants are distinguished by quantType, not fp; the model endpoint carries it in file metadata.
This commit is contained in:
@@ -31,6 +31,7 @@ class CivitFileMetadata(BaseModel):
|
||||
format: str | None = None
|
||||
size: str | None = None
|
||||
fp: str | None = None
|
||||
quant_type: str | None = Field(None, alias="quantType")
|
||||
|
||||
|
||||
class CivitFile(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user