scottwei
  • Joined on 2026-04-17
scottwei pushed to main at ziling/auracanvas 2026-07-12 12:16:47 +00:00
0a225806f0 fix: LoRA batch loading and unload, remove lora_scale setter
scottwei pushed to main at ziling/auracanvas 2026-07-12 11:35:48 +00:00
4d5e081a63 fix: batch LoRA loading with fuse for multi-LoRA performance
scottwei pushed to main at ziling/auracanvas 2026-07-12 10:51:12 +00:00
461bce64b0 优化:UNet 级别组件复用,保留 VAE/text encoder
scottwei pushed to main at ziling/auracanvas 2026-07-12 10:47:42 +00:00
023285a010 简化 pipeline 管理:GPU 独占模式,切换时彻底卸载
scottwei pushed to main at ziling/auracanvas 2026-07-12 10:33:03 +00:00
eedd020524 feat: add React viewer frontend
scottwei pushed to main at ziling/auracanvas 2026-07-12 10:18:16 +00:00
2df32fbc6d perf: smart VRAM-aware pipeline management
scottwei pushed to main at ziling/auracanvas 2026-07-12 10:16:49 +00:00
f4da1242a0 perf: add CPU offload and VAE tiling for large models
scottwei pushed to main at ziling/auracanvas 2026-07-12 09:51:45 +00:00
5a428a1fd5 feat: add GET /v1/images/{id}/file endpoint to serve image files
scottwei pushed to main at ziling/auracanvas 2026-07-12 09:41:06 +00:00
326ce119a9 feat: implement v0.3.0
scottwei pushed to main at ziling/auracanvas 2026-07-12 09:27:19 +00:00
62e75a178f docs: clean up v0.3.0 design docs
scottwei pushed to main at ziling/auracanvas 2026-07-12 09:20:09 +00:00
8658afad19 docs: complete v0.3.0 design overhaul
scottwei pushed to main at ziling/auracanvas 2026-07-12 09:02:04 +00:00
dd21b099e3 docs: 完全移除统计信息,不存储 download_count/likes_count
scottwei pushed to main at ziling/auracanvas 2026-07-12 09:01:09 +00:00
1396371e8c docs: 调整统计字段和 NSFW 等级设计
scottwei pushed to main at ziling/auracanvas 2026-07-12 08:56:33 +00:00
fa9e5a2110 docs: 新增 ModelFileExt 扩展表,存储类型专属属性
scottwei pushed to main at ziling/auracanvas 2026-07-12 08:51:41 +00:00
b817cf28d8 docs: refine data model with source-agnostic metadata abstraction
scottwei pushed to main at ziling/auracanvas 2026-07-12 08:45:12 +00:00
1475e665c9 docs: add complete data model design for v0.3.0
scottwei pushed to main at ziling/auracanvas 2026-07-12 08:28:39 +00:00
c1f6a8b009 refactor: improve API consistency
scottwei pushed to main at ziling/auracanvas 2026-07-12 08:24:02 +00:00
d7497604e8 docs: Add API overview table for consistency review
scottwei pushed to main at ziling/auracanvas 2026-07-12 07:31:04 +00:00
12134ea0ef docs: Add API design and missing features documentation
scottwei pushed to main at ziling/auracanvas 2026-07-12 07:24:54 +00:00
d7e154ec3f Initial commit: AuraCanvas SD HTTP API with Civitai/HF integration