Commit Graph

4 Commits

Author SHA1 Message Date
Michele Rossi
c791b08689 Remove LoRA support, add auto-resize, fix GPU memory cleanup
LoRA loading via PEFT crashes on ROCm; removed since user doesn't need
it. Added automatic downscaling of inputs >512px to avoid O(N^2)
attention explosion in the Qwen transformer (262K tokens at 1024^2
exceeds GPU capability). Added explicit GPU memory cleanup after each
command to prevent OOM when chaining generate + edit.
2026-07-06 19:15:15 +02:00
Michele Rossi
d7d67223b8 Document edit command and performance in README 2026-07-06 18:07:26 +02:00
Michele Rossi
ed124b1cbb Add vnasset edit command
Qwen Image Edit pipeline with FP8 Safetensors loading.
Uses init_empty_weights for memory-efficient 40GB model loading.
bf16 dtype to avoid ROCm crashes; falls back to math SDPA.
2026-07-06 18:06:47 +02:00
Michele Rossi
06fba9c234 Add vnasset SDXL generate command
ROCm-safe bfloat16 inference with custom matmul attention.
Automatic output directories, random seed, timing metadata.
2026-07-06 16:29:38 +02:00