Commit Graph

  • a89fe6e075 auto-git: [change] README.md main Victor Giers 2026-05-07 17:54:15 +02:00
  • 1ece03e336 auto-git: [change] src-tauri/src/main.rs Victor Giers 2026-05-07 17:53:17 +02:00
  • 0071f32499 Type safety: Explicitly specify types for Ok() returns Victor Giers 2026-05-07 17:50:39 +02:00
  • f6b6d9a9f6 Improve project root discovery logic in main.rs Victor Giers 2026-05-07 17:50:25 +02:00
  • 91a71c8e93 Update gitignore to ignore macOS app bundles Victor Giers 2026-05-07 17:49:44 +02:00
  • eb501bea58 Configure tauri bundle settings Victor Giers 2026-05-07 17:49:33 +02:00
  • 45c74d2377 Update tauri.conf.json with new icon paths and resources Victor Giers 2026-05-07 17:48:57 +02:00
  • 619f4452d0 Add standard platform icons and update icon assets Victor Giers 2026-05-07 17:48:40 +02:00
  • 8f1f82b447 Add various application logo assets and icon sizes Victor Giers 2026-05-07 17:48:39 +02:00
  • 5c2dab4343 Update project directory structure listing in README.md Victor Giers 2026-05-07 17:46:49 +02:00
  • 72bb486238 Update README with comprehensive documentation for SkymapGen tool Victor Giers 2026-05-07 17:46:11 +02:00
  • 04f0483788 Normalize number setting: Handle null, undefined, and empty string inputs Victor Giers 2026-05-07 16:21:05 +02:00
  • 1a68cd0085 Improve settings persistence and initialization logic in main.js Victor Giers 2026-05-07 16:20:16 +02:00
  • 610df48f91 Implement local storage persistence and setting normalization for generation parameters Victor Giers 2026-05-07 16:20:00 +02:00
  • ef2ab49260 Refactor prompt enrichment logic in generate_equirect.py Victor Giers 2026-05-07 16:19:45 +02:00
  • ac98a4de0f Use enriched prompt suffix in generation functions Victor Giers 2026-05-07 16:19:07 +02:00
  • e428c509d7 Add prompt enrichment suffix for equirectangular 360 views Victor Giers 2026-05-07 16:18:57 +02:00
  • d846e0580d Enrich prompt with 360 view suffix for map generation Victor Giers 2026-05-07 16:17:39 +02:00
  • e235d914aa Refactor model path determination logic Victor Giers 2026-05-07 15:14:52 +02:00
  • 2ad8d5e787 Refactor environment variable handling in map generation based on download status Victor Giers 2026-05-07 15:14:35 +02:00
  • 14a634f483 Improve logging when using local model files in generate_equirect.py Victor Giers 2026-05-07 15:14:21 +02:00
  • d28f00c845 Improve model path resolution and enforce offline environment variables for diffusion generation Victor Giers 2026-05-07 15:14:03 +02:00
  • cda671ef1d Add --allow-downloads argument and update model path help text Victor Giers 2026-05-07 15:13:50 +02:00
  • 62e71b9a94 Add base configuration file for SDXL model parameters Victor Giers 2026-05-07 15:13:27 +02:00
  • 133ddef181 Add runtime check and detailed error handling for failed model loading Victor Giers 2026-05-07 15:13:23 +02:00
  • 25dc3cf952 Improve model loading robustness, add offline mode handling, and support local single-file SDXL checkpoints Victor Giers 2026-05-07 15:12:59 +02:00
  • 52fe35e4f2 Improve local model path resolution and add download control logic Victor Giers 2026-05-07 15:12:29 +02:00
  • bfbe76b700 auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 12:11:33 +02:00
  • a5d9e225ba auto-git: [change] requirements.txt Victor Giers 2026-05-07 12:04:08 +02:00
  • 8081d35c3e auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 12:04:04 +02:00
  • c445ab9b12 auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 12:03:54 +02:00
  • 52802ba7e7 auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 12:03:22 +02:00
  • c5e8a74815 auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 12:02:43 +02:00
  • 7758a114f7 auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 12:02:19 +02:00
  • 470dc0df12 auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 12:01:47 +02:00
  • 923d6ff1e9 Set PYTHONUNBUFFERED environment variable to ensure unbuffered Python output Victor Giers 2026-05-07 11:19:24 +02:00
  • 95e51abc12 Improve error handling and logging for map generation process Victor Giers 2026-05-07 11:18:47 +02:00
  • b1ee6611b8 Enhance generation logging and status reporting for map generation Victor Giers 2026-05-07 11:17:37 +02:00
  • 54c6521875 Implement logging utilities and log file path management Victor Giers 2026-05-07 11:16:11 +02:00
  • 3e929eabe0 Add functionality to read prompt metadata from PNG files and include it in map listings Victor Giers 2026-05-07 11:05:27 +02:00
  • ad68d6bb72 Update image saving logic to correctly handle prompts and save the final image Victor Giers 2026-05-07 11:05:05 +02:00
  • e32f6526f6 Refactor map item loading logic into a dedicated function Victor Giers 2026-05-07 11:04:19 +02:00
  • 6fdbd9d94a auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 11:03:33 +02:00
  • fd98d255b0 Control map selection loading using shouldLoadSelection flag Victor Giers 2026-05-07 10:49:52 +02:00
  • 4fd6ee8534 Update refreshThumbnails signature to accept selection loading flag Victor Giers 2026-05-07 10:49:48 +02:00
  • 892a3a8625 Prevent selection loading when refreshing thumbnails during map generation Victor Giers 2026-05-07 10:49:43 +02:00
  • 03cc831888 Ignore dynamic library files (.dylib) Victor Giers 2026-05-07 10:47:47 +02:00
  • f32ca078dc Add custom-protocol feature dependency Victor Giers 2026-05-07 10:47:35 +02:00
  • 957e0b747f Remove temporary cache version files Victor Giers 2026-05-07 10:47:04 +02:00
  • 80de25e85e Add initial cache version files for hub Victor Giers 2026-05-07 10:46:44 +02:00
  • 6bdb7366ad Add asset protocol support to Tauri configuration and dependencies Victor Giers 2026-05-07 10:46:09 +02:00
  • 460e85202a Add decode phase to progress tracking and file handling Victor Giers 2026-05-07 10:45:35 +02:00
  • cfbabc3462 Update gitignore to exclude object and lock files Victor Giers 2026-05-07 10:45:09 +02:00
  • c36d5e66b8 auto-git: [change] generate_equirect.py Victor Giers 2026-05-07 10:45:03 +02:00
  • 2a2e72eda7 auto-git: [add] README.md [add] default.png [add] equirect_hdr_icon_512-Wiederhergestellt.png [add] generate_equirect.py [add] icon.png [add] index.html [add] package-lock.json [add] package.json [add] public/ [add] requirements.txt [add] run.sh [add] src-tauri/ [add] src/ [add] vite.config.js Victor Giers 2026-05-07 10:44:51 +02:00
  • 19e5cbfa1f initial commit Victor Giers 2026-05-07 10:43:48 +02:00