概要
- フル名
docker.io/ostris/aitoolkit- Registry
- docker.io
- 名前空間
- ostris
- リポジトリ
- aitoolkit
- キャッシュ Tag 数
- 114
- 最終同期
- 07/06/2026, 04:48 PM
概要
Ostris AI Toolkit 训练与推理工具集镜像,集成 LoRA/DreamBooth 等扩散模型微调脚本,需 NVIDIA GPU 与大容量数据集挂载。
詳細
ostris/aitoolkit 面向 Stable Diffusion 生态,提供 Web UI 与 CLI 进行 LoRA 训练、数据集预处理与 checkpoint 管理。容器默认期望 NVIDIA GPU(--gpus all)与大容量 /workspace 数据集卷,训练任务 CPU/内存峰值高。不适合 常规无 GPU 的 Kubernetes Deployment——正确用法是专用 GPU 节点上单次 Job 或交互式 docker run -it,完成后释放资源。与 kohya-ss 相比工具链更集成;生产应 pin CUDA 基础镜像 tag 并挂载输出模型至对象存储。
快速启动
docker run -d --name aitoolkit \
--gpus all \
-p 7860:7860 \
-v $(pwd)/data:/workspace/data \
docker.io/ostris/aitoolkit:latest
推荐实践
docker run -d --name aitoolkit \
--gpus all \
--restart unless-stopped \
-p 7860:7860 \
-v /data/ai/datasets:/workspace/data \
-v /data/ai/output:/workspace/output \
-e CUDA_VISIBLE_DEVICES=0 \
docker.io/ostris/aitoolkit:0.3.0
核心参数说明
--gpus all— 启用 NVIDIA GPU 训练-p 7860:7860— Gradio/Web UI 端口-v .../data:/workspace/data— 训练数据集目录-v .../output:/workspace/output— checkpoint 与 LoRA 输出-e CUDA_VISIBLE_DEVICES— 指定可见 GPU 编号- 资源 — 训练峰值显存可达 12Gi+,勿与推理混部
最新 Tag(20 件)
すべての 114 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/ostris/aitoolkit :latest | linux/amd64 | 2026/07/04 23:19 | 10.2 GB | sha256:fec2e01a20c2… | |||
docker.io/ostris/aitoolkit :0.10.20 | linux/amd64 | 2026/07/04 23:19 | 10.2 GB | sha256:fec2e01a20c2… | |||
docker.io/ostris/aitoolkit :0.10.19 | linux/amd64 | 2026/06/27 03:04 | 10.2 GB | sha256:4d5845a17c67… | |||
docker.io/ostris/aitoolkit :0.10.18 | linux/amd64 | 2026/06/24 10:33 | 10.2 GB | sha256:f138c73b4aa0… | |||
docker.io/ostris/aitoolkit :0.10.17 | linux/amd64 | 2026/06/23 23:21 | 10.2 GB | sha256:8fed92ba5689… | |||
docker.io/ostris/aitoolkit :0.10.16 | linux/amd64 | 2026/06/21 20:55 | 10.2 GB | sha256:91ceaa7af12f… | |||
docker.io/ostris/aitoolkit :0.10.15 | linux/amd64 | 2026/06/19 05:14 | 10.2 GB | sha256:90a7cd3c45d1… | |||
docker.io/ostris/aitoolkit :0.10.13 | linux/amd64 | 2026/06/17 03:29 | 10.2 GB | sha256:87ca4088ed88… | |||
docker.io/ostris/aitoolkit :0.10.12 | linux/amd64 | 2026/06/16 23:48 | 10.2 GB | sha256:12d0cd7f40f0… | |||
docker.io/ostris/aitoolkit :0.10.11 | linux/amd64 | 2026/06/15 02:30 | 10.2 GB | sha256:498a2cb7e4ef… | |||
docker.io/ostris/aitoolkit :0.10.10 | linux/amd64 | 2026/06/13 23:53 | 10.2 GB | sha256:8fe543642a87… | |||
docker.io/ostris/aitoolkit :0.10.9 | linux/amd64 | 2026/06/13 02:35 | 10.3 GB | sha256:6c94de5018c2… | |||
docker.io/ostris/aitoolkit :0.10.8 | linux/amd64 | 2026/06/13 01:17 | 10.3 GB | sha256:6491e11cb125… | |||
docker.io/ostris/aitoolkit :0.10.7 | linux/amd64 | 2026/06/13 01:07 | 10.3 GB | sha256:4a5c85959180… | |||
docker.io/ostris/aitoolkit :0.10.6 | linux/amd64 | 2026/06/08 06:19 | 10.3 GB | sha256:538048d01232… | |||
docker.io/ostris/aitoolkit :0.10.5 | linux/amd64 | 2026/06/07 01:22 | 10.3 GB | sha256:98506bf4fda2… | |||
docker.io/ostris/aitoolkit :0.10.4 | linux/amd64 | 2026/06/06 04:14 | 10.3 GB | sha256:de191143e39b… | |||
docker.io/ostris/aitoolkit :0.10.3 | linux/amd64 | 2026/06/06 00:34 | 10.3 GB | sha256:03432c617061… | |||
docker.io/ostris/aitoolkit :0.10.2 | linux/amd64 | 2026/06/05 03:10 | 10.3 GB | sha256:4b8756a314df… | |||
docker.io/ostris/aitoolkit :0.10.1 | linux/amd64 | 2026/06/05 00:36 | 10.3 GB | sha256:4773f99ae674… |