查找已生成图片

Gallery 筛选、私有 permalink、Supabase/S3 routing 与选择历史 assets。

更新于: 2026-06-26

每次生成都会保存到私有 /app/gallery。每张图有应用内 permalink 和仅 owner 可访问的 download endpoint;可按 template、date、asset_type 筛选。

筛选

  • Template:ai-photoshoots、ghost-mannequin、virtual-try-on、styled-photoset、image-creation 等。
  • Date:newest 或 oldest。
  • Asset type:generated、ghost_mannequin、virtual_try_on、photoshoot、ai_model、uploads、UGC、White Studio、References;References 只显示自己的 assets。

存储

  • 多数 in-process 生成使用 Supabase Storage。
  • Worker images 使用 eu-north-1 的 AWS S3 apiwayimages,包括 offloaded ghost-mannequin/ai-photoshoots。
  • Serving routes 会隐藏 backend;templates 内 picker 可选择之前的结果。