Update project directory structure listing in README.md
This commit is contained in:
18
README.md
18
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user