automatic/modules/control
CalamitousFelicitousness 761ea1c327 feat(settings): add base path support for output folders
Change "Images folder" and "Grids folder" settings to act as base paths
that combine with specific folder settings, rather than replacing them.

- Add resolve_output_path() helper function to modules/paths.py
- Update all output path usages to use combined base + specific paths
- Update gallery API to return resolved paths with display labels
- Update gallery UI to show short labels with full path on hover

Example: If base is "C:\Database\" and specific is "outputs/text",
the resolved path becomes "C:\Database\outputs\text"

Edge cases handled:
- Empty base path: uses specific path directly (backward compatible)
- Absolute specific path: ignores base path
- Empty specific path: uses base path only
2026-01-16 16:24:05 +00:00
..
proc fix marigold 2025-11-12 14:32:04 -05:00
units cleanup model types 2026-01-15 08:30:48 +01:00
processor.py controlnet allow processor to keep aspect-ratio for override images based on i2i or t2i resolution 2025-11-04 09:37:18 -05:00
processors.py controlnet allow processor to keep aspect-ratio for override images based on i2i or t2i resolution 2025-11-04 09:37:18 -05:00
run.py feat(settings): add base path support for output folders 2026-01-16 16:24:05 +00:00
test.py fix control test fonts 2024-02-07 07:48:49 -05:00
tile.py calculate vae-scale-factor and use everywhere 2025-08-09 11:31:13 -04:00
unit.py cleanup 2025-12-24 15:10:43 +01:00
util.py linting 2025-10-29 11:40:20 -04:00