Update project directory structure listing in README.md

This commit is contained in:
2026-05-07 17:46:49 +02:00
parent 72bb486238
commit 5c2dab4343

View File

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