diff --git a/README.md b/README.md index 2ab64d7..10dfb55 100644 --- a/README.md +++ b/README.md @@ -158,13 +158,13 @@ If generation is slow or memory constrained, reduce `width`, `height`, or `steps ```text . -├── generate_equirect.py # Diffusers generation and post-processing CLI -├── run.sh # One-command development launcher -├── src/ # Vite/Three.js frontend -├── src-tauri/ # Tauri Rust desktop backend -├── configs/ # SDXL single-file loading config -├── public/ # Static frontend assets -├── models/ # Local model weights, ignored by Git -├── output/ # Generated PNG maps, ignored by Git -└── logs/ # Desktop generation logs, ignored by Git +|-- generate_equirect.py # Diffusers generation and post-processing CLI +|-- run.sh # One-command development launcher +|-- src/ # Vite/Three.js frontend +|-- src-tauri/ # Tauri Rust desktop backend +|-- configs/ # SDXL single-file loading config +|-- public/ # Static frontend assets +|-- models/ # Local model weights, ignored by Git +|-- output/ # Generated PNG maps, ignored by Git +`-- logs/ # Desktop generation logs, ignored by Git ```