Improve doc, cleanup

This commit is contained in:
Michele Rossi
2026-07-08 09:13:46 +02:00
parent 9564202e6d
commit e7cde842b3
5 changed files with 528 additions and 4 deletions

View File

@@ -155,6 +155,11 @@ implementation that avoids the SDPA dispatch entirely.
Tested with `torch 2.11.0+rocm7.2`. Newer ROCm nightlies (2.13+, 2.14+) may
cause GPU crashes. If you encounter segfaults, try matching this version.
## Documentation
- **[SDXL Generation](docs/sdxl-generation.md)** — checkpoint loading, attention patches, prompt encoding, and generation pipeline details
- **[ComfyUI Prompt Style Support](docs/comfyui-prompt-style.md)** — prompt weighting and BREAK syntax specification
## Prompt Syntax
VNAsset supports **ComfyUI-style prompt weighting** via the `compel` library.