Skip to content

Commit 191e36f

Browse files
committed
update todo
Signed-off-by: Vladimir Mandic <[email protected]>
1 parent e55d473 commit 191e36f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

TODO.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
77
- Remote TE
88
- Mobile ModernUI
99
- [Canvas](https://konvajs.org/)
10-
1110
- [Modular pipelines and guiders](https://github.com/huggingface/diffusers/issues/11915)
1211
- Refactor: Sampler options
1312
- Refactor: [GGUF](https://huggingface.co/docs/diffusers/main/en/quantization/gguf)
1413
- Feature: Diffusers [group offloading](https://github.com/vladmandic/sdnext/issues/4049)
15-
- Feature: Common repo for `T5` and `CLiP`
1614
- Feature: LoRA add OMI format support for SD35/FLUX.1
1715
- Video: Generic API support
1816
- Video: LTX TeaCache and others
1917
- Video: LTX API
2018
- Video: LTX PromptEnhance
2119
- Video: LTX Conditioning preprocess
22-
- [WanAI-2.1 VACE](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)(https://github.com/huggingface/diffusers/pull/11582)
2320
- [Cosmos-Predict2-Video](https://huggingface.co/nvidia/Cosmos-Predict2-2B-Video2World)(https://github.com/huggingface/diffusers/pull/11695)
2421

2522
### Blocked items
@@ -30,6 +27,7 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
3027

3128
### Under Consideration
3229

30+
- [X-Omni](https://github.com/X-Omni-Team/X-Omni/blob/main/README.md)
3331
- [DiffSynth Studio](https://github.com/modelscope/DiffSynth-Studio)
3432
- [IPAdapter negative guidance](https://github.com/huggingface/diffusers/discussions/7167)
3533
- [IPAdapter composition](https://huggingface.co/ostris/ip-composition-adapter)

modules/control/units/detect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ def is_f1(model):
2121
def is_sd3(model):
2222
return is_compatible(model, pattern='StableDiffusion3Pipeline')
2323

24+
2425
def is_qwen(model):
2526
return is_compatible(model, pattern='Qwen')

0 commit comments

Comments
 (0)