VVladimir Mandicstrict subpaths
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
ui fixes Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
gallery improve sort Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
strict subpaths Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
full codespell coverage Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
rebuild ts Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
rebuild ui Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
server info handle multi-gpu Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
rebuild ui Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
fix generate forever Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
full codespell coverage Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
add loaded-loras api endpoint Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
gallery improve sort Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
enhance globals Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
add loaded-loras api endpoint Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
improve log viewer Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
patch getexif Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
fix(ui): debounce aspect-ratio linked width/height controls A single handler bound to the AR dropdown, width and height (in the shared create_resolution_inputs and the resize section) wrote both sliders on every change. With a ratio selected it locked one axis and snapped it back on each edit, the two sliders looped, and the math ran server-side one round-trip per keystroke, echoing a value back into the field being typed in and yanking it. Move aspect-ratio linking to the browser (ui/resolutionLock.ts): a debounced edit writes only the partner axis, never the field being edited, and commits immediately on blur, enter, or slider release. Keep the kanvas notify on notifyKanvasResize wired to the resize sliders' gradio .change, so it still fires on programmatic size updates (detect, paste, swap) that client-side listeners miss. Drop the per-change AR wiring, res_apply, and the resolutionChange* helpers. | 2 个月前 | |
improve gallery performance Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
add legacy notice Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
improve log viewer Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
improve log viewer Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
improve log viewer Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
fix(ui): debounce aspect-ratio linked width/height controls A single handler bound to the AR dropdown, width and height (in the shared create_resolution_inputs and the resize section) wrote both sliders on every change. With a ratio selected it locked one axis and snapped it back on each edit, the two sliders looped, and the math ran server-side one round-trip per keystroke, echoing a value back into the field being typed in and yanking it. Move aspect-ratio linking to the browser (ui/resolutionLock.ts): a debounced edit writes only the partner axis, never the field being edited, and commits immediately on blur, enter, or slider release. Keep the kanvas notify on notifyKanvasResize wired to the resize sliders' gradio .change, so it still fires on programmatic size updates (detect, paste, swap) that client-side listeners miss. Drop the per-change AR wiring, res_apply, and the resolutionChange* helpers. | 2 个月前 | |
fix gallery delete and save Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
improve log viewer Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
improve log viewer Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
strict subpaths Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
feat(ui): load unet into secondary slot from networks panel The refine toggle doubles as the slot selector on the UNet/DiT page: with it active a card click sets sd_unet_secondary instead of sd_unet, mirroring base/refiner selection on the model page. | 1 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 | |
complete refactor javascript to typescript and reorg frontend files and folders Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 |