| fix cli+api: data-uri decode guards, mutable default, caption/ffprobe/palette IndexError guards Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| server state history Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 年前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| model-loader allow absolsute path Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 年前 |
| RUF013 compatibility | 5 个月前 |
| full codespell coverage Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 |
| reduce mandatory requirements Signed-off-by: Vladimir Mandic <mandic00@live.com> | 6 个月前 |
| update permissions Signed-off-by: vladmandic <mandic00@live.com> | 5 个月前 |
| reduce mandatory requirements Signed-off-by: Vladimir Mandic <mandic00@live.com> | 6 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| RUF013 compatibility | 5 个月前 |
| update permissions Signed-off-by: vladmandic <mandic00@live.com> | 5 个月前 |
| PIL Image.Image type fix | 5 个月前 |
| reorg cli Signed-off-by: vladmandic <mandic00@live.com> | 6 个月前 |
| refactor: remove face restoration from CLI tools and XYZ grid - Remove gfpgan/codeformer face template lines from cli/generate.py - Remove gfpgan_visibility, codeformer_visibility, codeformer_weight from cli/generate.json upscale config - Simplify cli/process.py upscale_restore_image() to remove the restore path and codeformer parameters - Remove codeformer/gfpgan special cases from xyz_grid_shared.py apply_detailer(), keep generic boolean parsing - Remove p.restore_faces assignment from xyz_grid_on.py | 6 个月前 |
| refactor: remove face restoration from CLI tools and XYZ grid - Remove gfpgan/codeformer face template lines from cli/generate.py - Remove gfpgan_visibility, codeformer_visibility, codeformer_weight from cli/generate.json upscale config - Simplify cli/process.py upscale_restore_image() to remove the restore path and codeformer parameters - Remove codeformer/gfpgan special cases from xyz_grid_shared.py apply_detailer(), keep generic boolean parsing - Remove p.restore_faces assignment from xyz_grid_on.py | 6 个月前 |
| update permissions Signed-off-by: vladmandic <mandic00@live.com> | 5 个月前 |
| add boogu Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 |
| merge: cli/hf-search.py | 5 个月前 |
| update cli tools Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 年前 |
| PIL Image.Image type fix | 5 个月前 |
| add context-aware image resize | 1 年前 |
| fix cli+api: data-uri decode guards, mutable default, caption/ffprobe/palette IndexError guards Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 |
| RUF013 compatibility | 5 个月前 |
| watermark alphablending Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 年前 |
| update permissions Signed-off-by: vladmandic <mandic00@live.com> | 5 个月前 |
| full codespell coverage Signed-off-by: Vladimir Mandic <mandic00@live.com> | 3 个月前 |
| server state history Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 年前 |
| Initial support for Chroma | 1 年前 |
| display lora tag in networks and do not filter | 1 年前 |
| Update `subprocess.run` usage | 6 个月前 |
| lint: fix RUF013 implicit Optional in cli/process.py Result.__init__ Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 |
| refactor: update CLI tools for caption module - Rename cli/api-interrogate.py to cli/api-caption.py - Update cli/options.py, cli/process.py for new module paths - Update cli/test-tagger.py for caption module imports | 6 个月前 |
| fix installer and requirements | 2 年前 |
| add remote vae Signed-off-by: Vladimir Mandic <mandic00@live.com> | 1 年前 |
| RUF013 compatibility | 5 个月前 |
| feat(sdnq): compare quantized matmul backends in a single run The linear layers bind their scaled-mm function at import, so SDNQ_USE_TRITON_MM freezes the backend per process and comparing triton against the torch fallback meant two runs, carrying clock drift into the delta. --mm-backends rebinds the function on the consuming modules between benches, so both rows measure the same quantized layer under the same clock state. - swap targets are the four linear modules that from-import a scaled-mm function; every swap resets dynamo, since the layer forwards are compiled and the traced graph pins the previous function - the torch row is captured from kernel_wrappers rather than reimplemented, so it is unavailable where triton is the device default (rerun with SDNQ_USE_TRITON_MM=0) and says so - rounds alternate order and keep the fastest per row, so drift cancels instead of favouring whichever backend runs second - flag output error when backends disagree past 1e-4: they are meant to be numerically equivalent | 1 个月前 |
| update permissions Signed-off-by: vladmandic <mandic00@live.com> | 5 个月前 |
| feat(autocomplete): aliases, extra-networks, translations, baseline fixes - tag aliases (optional 4-tuple) and translations (companion file) - lora and wildcard triggers; embeddings fold into tag-mode results - new GET /sdapi/v1/wildcards endpoint - LRU cap, IME safety, multi-textarea safety, modifier-key pass-through - manifest-retry and config-bridge hardening - tags-fetch: alias/translation harvesters with authenticated rate limits | 4 个月前 |
| feat(autocomplete): aliases, extra-networks, translations, baseline fixes - tag aliases (optional 4-tuple) and translations (companion file) - lora and wildcard triggers; embeddings fold into tag-mode results - new GET /sdapi/v1/wildcards endpoint - LRU cap, IME safety, multi-textarea safety, modifier-key pass-through - manifest-retry and config-bridge hardening - tags-fetch: alias/translation harvesters with authenticated rate limits | 4 个月前 |
| fix(autocomplete): address PR review feedback - Remove remote manifest fetch from startup dropdown population; list only locally available tag files via files_cache.list_files() - Rename CLI utilities to tags-fetch, tags-prune, tags-manifest - Replace create/destroy mirror div with persistent offscreen mirror for caret position measurement - Add ResizeObserver to reposition dropdown on textarea resize - Add autocomplete-mirror classname to measurement div | 5 个月前 |
| refactor html-info and do some linting cleanups | 3 年前 |
| fix cli+api: data-uri decode guards, mutable default, caption/ffprobe/palette IndexError guards Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 |
| fix zluda-python.py closes #3857 Co-authored-by: ackhack <christoph.fuerbacher@gmail.com> | 1 年前 |