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
Vladimir Mandic
eb025eaf31
remove split-attention and add attention slicing option
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-09-28 18:01:34 -04:00
Vladimir Mandic
4093b6c040
allow custom detailer resolution
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-09-10 16:32:50 -04:00
Vladimir Mandic
c7ef692563
replace boundry with boundary
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-10 14:26:16 -04:00
Vladimir Mandic
c4d9338d2e
major refactoring of modules
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-03 09:18:38 -04:00
Vladimir Mandic
a467e23d72
full ui-settings refactor
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-03-30 15:04:17 -04:00
Vladimir Mandic
1b2d4286b5
add remote vae
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-22 14:25:58 -05:00
Vladimir Mandic
5593ea78a9
refactor detailer
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-01-07 10:12:47 -05:00
Vladimir Mandic
23b6309800
ui updates
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-11-25 14:37:25 -05:00
Vladimir Mandic
172693eb99
refactor processing class
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-11-11 15:23:11 -05:00
Vladimir Mandic
321bfe8bc7
better handle partial models
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-24 11:36:21 -04:00
Vladimir Mandic
04a5071249
face-hires -> detailer refactor
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-06 11:23:33 -04:00
Vladimir Mandic
4136983f82
add reprocess plus major processing refactor
2024-09-24 20:31:05 -04:00
Vladimir Mandic
a92e1ce664
enable full resize opts in hires
2024-09-08 12:32:45 -04:00
Vladimir Mandic
f2b84b15b6
update script callbacks
2024-09-04 10:36:49 -04:00
Vladimir Mandic
8c94047cf3
fix invalid sampler warning
2024-06-16 12:28:38 -04:00
Vladimir Mandic
5a075f420e
update schedulers
2024-06-01 09:06:54 -04:00
Vladimir Mandic
c42fded960
add pag for sd15 and sdxl
2024-05-06 19:57:40 -04:00
Vladimir Mandic
5914f1e00d
add hidiffusion
2024-04-24 10:48:47 -04:00
AI-Casanova
b8ea66b262
Add Latent Tint
2024-02-05 12:10:38 -05:00
Vladimir Mandic
94332fe2c6
tweaks to latent corrections
2024-02-02 18:38:30 -05:00
AI-Casanova
5c9ca793e9
First Callback Commit
2024-02-02 18:38:30 -05:00
Vladimir Mandic
5463768956
prototype image2video
2024-02-02 14:35:25 -05:00
Vladimir Mandic
a22765274b
major refactor: processing, taesd, scripts
2024-02-01 14:00:50 -05:00
Vladimir Mandic
204853afea
global crlf to lf
2024-01-10 09:45:26 -05:00
Vladimir Mandic
c60da70474
sag prototype and allow xyz continue on error
2024-01-03 17:36:45 -05:00
Vladimir Mandic
dc9778b701
rename latent sampler
2024-01-02 08:14:56 -05:00
Vladimir Mandic
d3413c34a6
verify sampler index before use
2023-12-30 13:59:22 -05:00
Vladimir Mandic
5cfc044ec6
tracing and control improvements
2023-12-20 17:33:19 -05:00
Vladimir Mandic
8ceeee8b87
add trace logging
2023-12-20 10:17:39 -05:00
Vladimir Mandic
936cf9786c
create_ui and process refactor
2023-12-15 18:54:48 -05:00
Vladimir Mandic
b7cbd34106
update api and img2img
2023-12-11 10:00:42 -05:00
Vladimir Mandic
12411f2858
update hdr
2023-11-27 09:03:22 -05:00
Vladimir Mandic
bcba5cadab
add ip adapter and hdr latent control
2023-11-24 18:06:09 -05:00
Vladimir Mandic
1f730b129f
update hires logic
2023-09-11 09:09:38 -04:00
Vladimir Mandic
f36c1eb476
jumbo patch
2023-09-08 13:01:20 -04:00
Vladimir Mandic
ac267d7f3f
add light theme, enhance profilng and logging
2023-09-06 13:23:14 -04:00
Disty0
f2e6e0e88e
Add refiner steps
2023-08-30 22:51:00 +03:00
Vladimir Mandic
10f345f09b
handle loading invalid model or pipeline
2023-08-29 15:59:57 -04:00
Vladimir Mandic
e2b0d981ac
quick taesd vae decode
2023-08-09 09:34:59 +00:00
Vladimir Mandic
cfe14884a0
add taesd for sdxl
2023-08-05 12:06:56 +00:00
Vladimir Mandic
7c4fdbff1b
update taesd
2023-08-05 08:56:45 +02:00
Vladimir Mandic
3437132817
update refiner start/end
2023-07-26 20:49:24 -04:00
Vladimir Mandic
926a0fde1a
diffusers code refactoring and exception handling
2023-07-17 12:22:51 -04:00
Vladimir Mandic
a9e2d90a47
fix invalid config values
2023-07-16 16:01:01 -04:00
Vladimir Mandic
7a859cdb18
update diffuser samplers and refiner workflows
2023-07-16 12:56:55 -04:00
Vladimir Mandic
02eac9fad3
minor fixes
2023-07-14 20:22:34 -04:00
Vladimir Mandic
8b24efe1b5
rework diffusers args as and introduce second pass as replacement for hires
2023-07-14 15:00:46 -04:00
Vladimir Mandic
c55024fe1b
set backend persist restarts
2023-07-13 11:53:23 -04:00
Vladimir Mandic
5c8ead7be0
update diffusers
2023-07-12 15:35:41 -04:00