From 5c2dab434399b8387218d4e72d03ab88af494ca9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 17:46:49 +0200 Subject: [PATCH] Update project directory structure listing in README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 ```