Improve: vram usage guide

This commit is contained in:
litagin02
2024-02-09 17:42:47 +09:00
parent 0a49d1ee00
commit 862a719e2f
2 changed files with 2 additions and 2 deletions

View File

@@ -435,7 +435,7 @@ if __name__ == "__main__":
)
batch_size = gr.Slider(
label="バッチサイズ",
info="速度が異様に遅い場合は小さく、VRAMに余裕があれば大きくしてください",
info="速度が異様に遅い場合は小さく、VRAMに余裕があれば大きくしてください。使用量目安: 1: 6GB, 2: 8GB, 3: 10GB, 4: 12GB",
value=2,
minimum=1,
maximum=64,