134 Commits

Author SHA1 Message Date
5e9fb9251e line endings 2026-04-08 17:12:23 -07:00
e8982ba4ef changes 2026-04-08 17:11:03 -07:00
5613ae1d8c deleting bad 2026-04-08 15:26:56 -07:00
c0db909092 removing problematic files 2026-04-08 15:26:26 -07:00
078caadd0c Remove .lfsconfig - using per-remote LFS config instead 2026-04-07 17:21:42 -07:00
baf18dcb5f changes 2026-04-07 10:50:55 -07:00
6a64717c9d changes 2026-04-05 23:11:56 -07:00
351af5ad47 Update room backgrounds to high-res caption images and fix scaling 2026-04-05 08:22:25 -07:00
7b5ce2e4a5 changes 2026-04-05 08:02:34 -07:00
13519580c7 update kq4_084_cottage_front to extend Scene 2026-04-05 00:49:43 -07:00
8a4fc4e81b update kq4_083_castle_dungeon_cell to extend Scene 2026-04-05 00:49:16 -07:00
a61c6777a0 update kq4_082_lolottes_tower_bedroom to extend Scene 2026-04-05 00:48:49 -07:00
062d18bde1 update kq4_081_edgars_tower_bedroom to extend Scene 2026-04-05 00:48:27 -07:00
37b41caf7a update kq4_079_mountain_path_to_dark_castle to extend Scene 2026-04-04 22:09:52 -07:00
191ae85723 update kq4_078_swamp_island to extend Scene 2026-04-04 22:09:23 -07:00
c7e69321ca update kq4_077_swamp to extend Scene 2026-04-04 22:08:55 -07:00
e0ac4a4a55 update kq4_076_dark_chasm to extend Scene 2026-04-04 22:08:25 -07:00
158ae4f531 update kq4_075_troll_cave_passage to extend Scene 2026-04-04 22:07:53 -07:00
c55861349b update kq4_074_troll_cave to extend Scene 2026-04-04 22:07:18 -07:00
12b3246c6e update kq4_073_cave_exit to extend Scene 2026-04-04 22:06:50 -07:00
db6483def2 update kq4_072_dark_cave_passage to extend Scene 2026-04-04 22:06:24 -07:00
2f593e88c7 update kq4_071_cave_entrance to extend Scene 2026-04-04 22:05:56 -07:00
0350c51969 update kq4_070_waterfall_cave to extend Scene 2026-04-04 22:00:13 -07:00
6c2d2bfb5d update kq4_069_the_crypt to extend Scene 2026-04-04 21:58:00 -07:00
86e1bcc110 update kq4_067_the_parlor to extend Scene 2026-04-04 21:56:06 -07:00
f98a8599af update kq4_066_secret_tower to extend Scene 2026-04-04 21:53:54 -07:00
e7c5f396b4 update kq4_065_old_kitchen to extend Scene 2026-04-04 21:51:47 -07:00
38cf221d5f update kq4_064_old_dining_room to extend Scene 2026-04-04 21:49:51 -07:00
af64995d78 update kq4_063_attic to extend Scene 2026-04-04 21:47:51 -07:00
0d447bd959 update kq4_062_bedroom to extend Scene 2026-04-04 21:12:53 -07:00
0408d0c269 update kq4_061_tower_stairs to extend Scene 2026-04-04 21:11:04 -07:00
c6198bccbb update kq4_060_bedroom to extend Scene 2026-04-04 21:09:30 -07:00
4e4be60026 update kq4_059_baby_nursery to extend Scene 2026-04-04 21:07:53 -07:00
fade507a91 update kq4_058_organ_room to extend Scene 2026-04-04 21:06:18 -07:00
2e0b1cdfaa update kq4_057_witch_cave to extend Scene 2026-04-04 21:04:51 -07:00
887c6043b0 update kq4_056_diamond_mine to extend Scene 2026-04-04 21:03:28 -07:00
eee8f5d2de update kq4_055_seven_dwarfs_diamond_mine to extend Scene 2026-04-04 21:01:58 -07:00
6f18896de0 update kq4_054_seven_dwarfs_cottage to extend Scene 2026-04-04 21:00:22 -07:00
4847166899 update kq4_053_seven_dwarfs_bedroom to extend Scene 2026-04-04 20:58:47 -07:00
7088f5cac2 changes 2026-04-04 20:58:46 -07:00
Bryce
095dea3773 changes 2026-04-04 07:53:09 -07:00
Bryce
31210bce58 new files 2026-04-04 07:35:44 -07:00
078b3a4cdd changes 2026-04-04 06:41:02 -07:00
3fc5e9f215 Add SAM rough mask workflow with sidebar preview and tests
- Restructure SAM rough mask workflow for sidebar preview
- Add playwright tests for SAM workflow
- Add ORA files for forest path and graveyard rooms
- Update playwright config with trace on retry
2026-03-28 15:04:49 -07:00
7c9a25dd91 Restructure SAM rough mask workflow for sidebar preview
- Add roughMaskThumbnailScale state with $watch to sync with main scale slider
- Update sidebar thumbnail to use transform:scale() for consistent zoom between views
- Modify openRoughMaskInNewWindow() to create HTML page with matching scale
- Add denoise strength slider (10-100%) visible only when rough mask exists
- Backend already supports denoise_strength parameter in prepare_mask_workflow_with_start()
- Rough mask auto-clears after successful extraction
- Add Playwright tests for UI changes and API parameter acceptance
2026-03-28 10:42:27 -07:00
c94988561c ora editor 2026-03-27 23:33:04 -07:00
cdc9ca2f92 Fix duplicate modal content causing modals to show on load 2026-03-27 22:20:48 -07:00
c8932fdbf8 Add multi-mask extraction with count selector and navigation
- Add count selector (1-10) for generating multiple mask variations
- Each mask gets a unique random seed
- Add left/right arrow navigation in mask preview modal when multiple masks exist
- Batch storage system for tracking multiple concurrent extractions
- Webhook handler now uses batch_id:mask_index for routing responses
2026-03-27 21:36:20 -07:00
fb812e57bc Restructure ORA editor into modular blueprints with browse dialog
- Split app.py into route blueprints (files, layers, images, polygon, mask, krita)
- Create services layer (polygon_storage, comfyui, file_browser)
- Extract config constants to config.py
- Split templates into Jinja partials (base, components, modals)
- Add browse dialog for visual file navigation
- Add /api/browse endpoint for directory listing
2026-03-27 21:29:27 -07:00
17da8c475e Add draggable polygon points, save notification, and fix Krita open
- Polygon points are now draggable for editing after drawing
- Allow points to be placed slightly outside image bounds (-0.1 to 1.1)
- Save button shows notification with file path
- Open in Krita shows modal with copyable path instead of blocked file:// URL
- Added instructions for dragging points after drawing
2026-03-27 17:34:00 -07:00