Commit Graph

12307 Commits

Author SHA1 Message Date
vladmandic d3dff5df15 one-more-offload
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 15:05:22 +01:00
vladmandic 2ec79a1807 update changelog and todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 14:10:17 +01:00
vladmandic be019a3b4a update todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:47:25 +01:00
vladmandic b9f1acdbc2 add scheduler class to image metadata
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:20:26 +01:00
vladmandic 2c80557d2c update todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:11:08 +01:00
vladmandic d9a2a21c8c add sampler api endpoints
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:08:31 +01:00
vladmandic d7ca4f63a7 update schedulers and lint everything
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 11:58:02 +01:00
Disty0 f439d51ea7 SDNQ update CosmosTransformer3DModel keys 2026-02-04 10:19:23 +03:00
Vladimir Mandic bf1414385f Merge pull request #4616 from awsr/gallery-fix
Gallery fix
2026-02-04 07:45:18 +01:00
awsr c4de8fb1cc Do not make changes to the index's primary key
- Values should not be modified in `indexdb.js`
2026-02-03 13:35:50 -08:00
awsr 915bcab3c2 Fix incorrect data handling
Partial reversion of commit c07eddb58d
2026-02-03 13:35:50 -08:00
Disty0 df30ba28ac SDNQ clamp weight_std and add CosmosTransformer3DModel keys 2026-02-04 00:31:00 +03:00
vladmandic 40df9ce689 fix wiki links
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-03 13:22:11 +01:00
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