vladmandic
4f7555d9e1
update schedulers
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-03 13:12:12 +01:00
Disty0
ced81d630d
cleanup
2026-02-02 20:30:52 +03:00
Disty0
90cf83b90e
update sdnq
2026-02-02 20:22:29 +03:00
vladmandic
4b3f395cdb
update changelog
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-02 07:45:37 +01:00
Vladimir Mandic
dd1704075c
Merge pull request #4612 from CalamitousFelicitousness/feat/anima-pipeline
...
Feat/anima pipeline
2026-02-02 07:43:57 +01:00
Seunghoon Lee
0920492294
update therock sources
2026-02-02 12:28:43 +09:00
CalamitousFelicitousness
4ba913e072
fix: Anima pipeline detection, custom module loading, and model type
...
- Relax sd_detect to match 'anima' without requiring 'cosmos' in name
- Use hf_hub_download for custom pipeline.py and adapter modules
- Register custom modules in sys.modules for Diffusers trust_remote_code
- Pass trust_remote_code=True to from_pretrained
- Map AnimaTextToImage to 'cosmos' model type for TAESD preview support
2026-02-02 00:44:51 +00:00
CalamitousFelicitousness
a23c7d5733
feat: add Anima to community reference models
...
Add Anima (Cosmos-Predict-2B variant) to the Extra Networks community
tab with preview image so users can discover and download it.
2026-02-02 00:44:51 +00:00
CalamitousFelicitousness
af9fe036a3
feat: add Anima (Cosmos-Predict-2B variant) pipeline support
...
Anima replaces the Cosmos T5-11B text encoder with Qwen3-0.6B + a
6-layer LLM adapter and uses CONST preconditioning instead of EDM.
- Add pipelines/model_anima.py loader with dynamic import of custom
AnimaTextToImagePipeline and AnimaLLMAdapter from model repo
- Register 'Anima' pipeline in shared_items.py
- Add name-based detection in sd_detect.py
- Fix list-format _class_name handling in guess_by_diffusers()
- Wire loader in sd_models.py load_diffuser_force()
- Skip noise_pred callback injection for Anima (uses velocity instead)
- Add output_type='np' override in processing_args.py
2026-02-02 00:44:51 +00:00
Vladimir Mandic
e03ce70082
Merge pull request #4611 from awsr/custom-element-refactor
...
Gallery custom elements update
2026-02-01 07:59:39 +01:00
awsr
a3ad11ef93
Reorganize functions
2026-01-31 22:01:11 -08:00
Vladimir Mandic
f97edb9950
res4lyf flow prediction
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-01-31 13:55:42 +00:00
Vladimir Mandic
8cbd5afb98
update sampler definitions
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-01-31 13:16:32 +00:00
Vladimir Mandic
1d369b032c
res4lyf epsilon validated
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-01-31 12:37:17 +00:00
Vladimir Mandic
20aeb8b793
/sdapi/v1/xyz-grid
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-01-31 11:04:50 +00:00
Vladimir Mandic
f5630fdf63
fix typo
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-01-31 10:30:46 +00:00
Vladimir Mandic
7eb776a594
update res4lyf
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-01-31 10:18:39 +00:00
Vladimir Mandic
504e0cbbdd
Merge pull request #4610 from awsr/gallery-folder-updates
...
Simplify gallery folder updating
2026-01-31 08:08:35 +01:00
Vladimir Mandic
ee8bd982e5
Merge pull request #4609 from awsr/awsr-patch-2
...
Fix modern gallery hover CSS
2026-01-31 08:07:33 +01:00
Vladimir Mandic
4cf899b3c0
Merge pull request #4608 from awsr/awsr-patch-1
...
Fix folder cleanup
2026-01-31 08:06:33 +01:00
awsr
d2f0ca39de
Update custom elements
...
- Update known element when setting selected folder.
- Prevent re-trigger of `connectedCallback` when node is just being moved.
2026-01-30 22:53:15 -08:00
awsr
695e949627
Move content clear to avoid layout flash
2026-01-30 22:20:50 -08:00
awsr
b4919f9960
Simplify folder updating
2026-01-30 17:42:31 -08:00
awsr
c0b5858697
Revert one property that didn't need to be redeclared
2026-01-30 16:26:43 -08:00
awsr
682bbc3ccf
Fix gallery hover CSS
2026-01-30 16:18:58 -08:00
awsr
9caab3d6cd
Move manual folder cleanup function to inline
...
This keeps everything within the `addCacheClearLabel` function.
2026-01-30 14:03:25 -08:00
awsr
c3e915badd
Fix folder cleanup
2026-01-30 13:27:23 -08:00
vladmandic
cc03ebc584
move vae to subfolder
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-30 11:34:25 +01:00
Vladimir Mandic
bb188314b0
Merge pull request #4606 from awsr/ui-connection-monitor
...
Fix + refactor connection monitor
2026-01-30 10:27:27 +01:00
Vladimir Mandic
8bc48c5c5b
Merge pull request #4605 from crashingalexsan/dev
...
[ROCM] Expand available gfx archs
2026-01-30 10:26:16 +01:00
awsr
9dc536b25b
Minor consolidation
2026-01-30 00:46:42 -08:00
awsr
2aa5820dea
Fix model not updating + refactor
2026-01-30 00:33:49 -08:00
Crashingalexsan
5465ba2279
Just Update 2 RDNA gfx archs
2026-01-30 02:26:07 -06:00
Crashingalexsan
867354bd29
[ROCM] Expand available gfx archs
2026-01-30 02:13:36 -06:00
Vladimir Mandic
900d567f59
Merge pull request #4602 from awsr/thumbnail-clear2
...
Thumbnail cache management part 2
2026-01-29 17:21:18 +01:00
awsr
a8211bec84
Remove redundant catch/abort
2026-01-29 02:42:50 -08:00
awsr
a74b1f53a9
Fix standalone AbortSignal
2026-01-29 02:19:27 -08:00
awsr
9e9e1e2236
Minor updates
...
- Update post-cleanup behavior for `thumbCacheCleanup`
- Add timing info to `clearCacheIfDisabled` log
- Improve visibility of cleanup message during cache clear
2026-01-28 20:51:58 -08:00
awsr
2925577ec2
Ensure message clear function always runs
2026-01-28 20:43:00 -08:00
awsr
c25b7ac58f
Clear cache when it is disabled
2026-01-28 20:37:14 -08:00
awsr
fa0670fcd9
Block maintenanceQueue until cache is ready
2026-01-28 20:34:09 -08:00
awsr
9c1f317980
Rename `"abortHandler" to "abortLogger"
2026-01-28 13:32:37 -08:00
vladmandic
58351b1f53
fix metadata save and temp file handler
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-28 19:28:49 +01:00
vladmandic
ccff480d24
update changelog
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-28 14:02:09 +01:00
vladmandic
8e3671c169
linting
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-28 13:50:52 +01:00
vladmandic
1629c21452
second phase of res4lyf
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-28 13:29:23 +01:00
vladmandic
8f0e46516d
fix framepack video save
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-28 09:47:17 +01:00
vladmandic
264a9f02d7
preview: res4lyf reimplemented
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-28 09:23:49 +01:00
Vladimir Mandic
575c147ab4
Merge pull request #4601 from crashingalexsan/dev
...
[MIOPEN] Set MIOPEN_FIND_MODE 2 & Re enable GFX1200
2026-01-28 07:52:46 +01:00
Alejandro Alberto Aguilar Morales
668600cd69
Merge branch 'vladmandic:dev' into dev
2026-01-27 17:35:19 -06:00