Add vnasset SDXL generate command

ROCm-safe bfloat16 inference with custom matmul attention.
Automatic output directories, random seed, timing metadata.
This commit is contained in:
Michele Rossi
2026-07-06 16:29:38 +02:00
commit 06fba9c234
7 changed files with 360 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.venv/
__pycache__/
*.pyc
*.egg-info/
models/
dist/
build/