Commit Graph

10692 Commits (0c8bbb91029c5cb6ab06c72948fd8017d7f69c2b)

Author SHA1 Message Date
Vladimir Mandic 0c8bbb9102 stages compatibility
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-24 09:35:50 -04:00
Vladimir Mandic 6572a78c51 update changelog and cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-24 09:27:45 -04:00
Vladimir Mandic 49fe21e253 qwen-image with hires
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-24 09:21:35 -04:00
Vladimir Mandic ad1cfcf840
Merge pull request #4151 from Artheriax/model-type-tags
Base model tags inside the networks tab.
2025-08-24 09:21:26 -04:00
Pablo Hellmann 714c7b813b l.sd_version as alternative when base model extraction fails 2025-08-24 14:44:42 +02:00
Pablo Hellmann b021f4a537 Implementation V3 of base model tags on model cards 2025-08-24 14:36:23 +02:00
Pablo Hellmann 389327c39b Revert "add base model tags"
This reverts commit 2146979cc4.
2025-08-24 14:12:17 +02:00
Pablo Hellmann ac725c1cd6 Revert "Update ui_extra_networks.py"
This reverts commit 843b2b798d.
2025-08-24 14:12:15 +02:00
Pablo Hellmann c4192c0d76 Revert "ported base_model info to version, removed base_model_box"
This reverts commit ab5f863846.
2025-08-24 14:12:03 +02:00
Pablo Hellmann ab5f863846 ported base_model info to version, removed base_model_box 2025-08-24 13:22:05 +02:00
Pablo Hellmann 843b2b798d Update ui_extra_networks.py 2025-08-23 21:47:43 +02:00
Pablo Hellmann 2146979cc4 add base model tags 2025-08-23 21:31:07 +02:00
Vladimir Mandic 191e36f188 update todo
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-23 13:10:36 -04:00
Vladimir Mandic e55d473374 lint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-23 13:10:36 -04:00
Vladimir Mandic 7b13ce5be5 update chroma models and add qwen controlnet
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-23 13:10:36 -04:00
Vladimir Mandic 01b463f61e
Merge pull request #4149 from CalamitousFelicitousness/patch-3
extraNetworks.js fix for networks menu with process caption gallery tabs
2025-08-23 12:39:07 -04:00
Vladimir Mandic b844250fb6 wan use correct pipeline for i2v models
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-23 09:42:17 -04:00
Vladimir Mandic 9898f522cd fix networks reference models display
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-23 09:12:04 -04:00
Vladimir Mandic 9c0d9bd766 enable offload pre-forward by default
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-23 08:51:45 -04:00
Vladimir Mandic d997ef95dd improve handling of pre-quantized flux
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-23 08:50:13 -04:00
CalamitousFelicitousness 4c8bf3f66a
Update extraNetworks.js
Additional fix for lastTab updating with an empty string. This could cause the issue to reemerge if one of the three tabs was the initial tab upon startup.
2025-08-23 04:29:19 +01:00
CalamitousFelicitousness 84df9f7b4d
extraNetworks.js fix for networks menu with process caption gallery tabs
More robust code by adding a simple check to ensure that searchTextarea is not null, added a check for debugging if it ever fails again

Fixed getENActiveTab, expression tabName in ['process', 'caption', 'gallery'] will always solve as false, making network menus inoperable when in either of these tabs.
2025-08-23 03:53:43 +01:00
Disty0 a073c63e09 pixelart fix np array as input 2025-08-22 22:53:29 +03:00
Vladimir Mandic 35d45c5088 update changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-22 14:06:51 -04:00
Vladimir Mandic 105b917d72 modernui improved image sizing
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-22 14:06:51 -04:00
Vladimir Mandic 56d978941f
Merge pull request #4142 from CalamitousFelicitousness/patch-2
Fix default UI keyword tags
2025-08-22 14:05:53 -04:00
CalamitousFelicitousness 3214e7c569
Update sdnext.css
Fix for model tags in default UI being buried under card underneath it.
2025-08-21 14:27:47 +01:00
Disty0 f324b7c0e5 SDNQ remove unnecessary .contiguous() 2025-08-21 02:21:05 +03:00
Vladimir Mandic c79471b2cd
Merge branch 'master' into dev 2025-08-20 14:42:11 -04:00
Vladimir Mandic 74da5095f0 fix and regenerate locales
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-20 14:40:39 -04:00
Disty0 6f96b17e6b Make PixelArt run faster 2025-08-20 20:49:20 +03:00
Vladimir Mandic 03b5a55dd9
Merge pull request #4132 from CalamitousFelicitousness/dev
Add reload notice to hints
2025-08-20 08:52:16 -04:00
Vladimir Mandic 72e1ea6f1f update changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-20 08:49:35 -04:00
Vladimir Mandic 2453545e5b
Merge pull request #4135 from CalamitousFelicitousness/patch-1
Fix network keywords in default UI
2025-08-20 08:44:28 -04:00
CalamitousFelicitousness bbb81fac40
Fix network keywords in default UI
Fixes keywords not showing up in default UI on hover over card
2025-08-20 13:13:04 +01:00
Disty0 e49814098e Add sdnq_modules_dtype_dict 2025-08-20 14:58:54 +03:00
CalamitousFelicitousness 90a19f2bb4
Merge branch 'vladmandic:dev' into dev 2025-08-20 12:51:58 +01:00
Disty0 b127832c5d cleanup 2025-08-20 04:49:16 +03:00
Disty0 0946710662 Add sdnq_modules_to_not_convert to UI settings 2025-08-20 04:38:20 +03:00
Disty0 47ff01fd3b SDNQ add "*" support and upcast only the first and last layer's img_mod to 6 bit with Qwen Image 2025-08-20 03:24:19 +03:00
Disty0 a78d51ea07 Fix Qwen Image 2025-08-20 02:07:49 +03:00
CalamitousFelicitousness a44f1c1401
Update sdnext.css 2025-08-19 23:58:51 +01:00
CalamitousFelicitousness 0a047cbb0e
Update setHints.js 2025-08-19 23:57:05 +01:00
CalamitousFelicitousness 482da0211e
Update locale_en.json
Add reload variable
2025-08-19 23:54:31 +01:00
Vladimir Mandic c493dbaad7 exclude ModernUI from list of extensions
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-19 18:39:14 -04:00
Vladimir Mandic fc4fe49656 enum reference models on startup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-19 18:34:18 -04:00
Vladimir Mandic 8c22b25b35 update diffusers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-19 07:44:01 -04:00
Vladimir Mandic 25af077227 install `hf_transfter` and `hf_xet` when needed
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-19 07:34:58 -04:00
Vladimir Mandic 54fb33b98d add nunchaku-qwen-image
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-18 20:24:24 -04:00
Vladimir Mandic ddd89a24e8 lint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-18 16:13:59 -04:00