File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,16 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
7
7
- Remote TE
8
8
- Mobile ModernUI
9
9
- [ Canvas] ( https://konvajs.org/ )
10
-
11
10
- [ Modular pipelines and guiders] ( https://github.com/huggingface/diffusers/issues/11915 )
12
11
- Refactor: Sampler options
13
12
- Refactor: [ GGUF] ( https://huggingface.co/docs/diffusers/main/en/quantization/gguf )
14
13
- Feature: Diffusers [ group offloading] ( https://github.com/vladmandic/sdnext/issues/4049 )
15
- - Feature: Common repo for ` T5 ` and ` CLiP `
16
14
- Feature: LoRA add OMI format support for SD35/FLUX.1
17
15
- Video: Generic API support
18
16
- Video: LTX TeaCache and others
19
17
- Video: LTX API
20
18
- Video: LTX PromptEnhance
21
19
- 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 )
23
20
- [ Cosmos-Predict2-Video] ( https://huggingface.co/nvidia/Cosmos-Predict2-2B-Video2World ) (https://github.com/huggingface/diffusers/pull/11695 )
24
21
25
22
### Blocked items
@@ -30,6 +27,7 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
30
27
31
28
### Under Consideration
32
29
30
+ - [ X-Omni] ( https://github.com/X-Omni-Team/X-Omni/blob/main/README.md )
33
31
- [ DiffSynth Studio] ( https://github.com/modelscope/DiffSynth-Studio )
34
32
- [ IPAdapter negative guidance] ( https://github.com/huggingface/diffusers/discussions/7167 )
35
33
- [ IPAdapter composition] ( https://huggingface.co/ostris/ip-composition-adapter )
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ def is_f1(model):
21
21
def is_sd3 (model ):
22
22
return is_compatible (model , pattern = 'StableDiffusion3Pipeline' )
23
23
24
+
24
25
def is_qwen (model ):
25
26
return is_compatible (model , pattern = 'Qwen' )
You can’t perform that action at this time.
0 commit comments