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
|
```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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user