aboutsummaryrefslogtreecommitdiffstats
path: root/server.py
AgeCommit message (Collapse)AuthorFilesLines
39 hoursValidate dimensions in the daemon /generate pathDanilo M.1-2/+9
The one-shot CLI already rejects non-multiple-of-8 width/height up front, but the daemon passed them straight through, so an odd dimension over HTTP produced a downstream 500 or garbled output instead of a clear error. Add the same %8 check to /generate, returning 400 with a specific message. Also correct the generate.py scope comment: the registry now holds SDXL-architecture fine-tunes, not just SDXL base. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
40 hoursAdd persistent HTTP daemon holding one model resident in VRAMDanilo M.1-0/+131
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>