diffsynth-engine 0.7.1.dev4__py3-none-any.whl → 0.7.1.dev5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- diffsynth_engine/models/qwen_image/qwen_image_dit_nunchaku.py +1 -0
- {diffsynth_engine-0.7.1.dev4.dist-info → diffsynth_engine-0.7.1.dev5.dist-info}/METADATA +1 -1
- {diffsynth_engine-0.7.1.dev4.dist-info → diffsynth_engine-0.7.1.dev5.dist-info}/RECORD +6 -6
- {diffsynth_engine-0.7.1.dev4.dist-info → diffsynth_engine-0.7.1.dev5.dist-info}/WHEEL +0 -0
- {diffsynth_engine-0.7.1.dev4.dist-info → diffsynth_engine-0.7.1.dev5.dist-info}/licenses/LICENSE +0 -0
- {diffsynth_engine-0.7.1.dev4.dist-info → diffsynth_engine-0.7.1.dev5.dist-info}/top_level.txt +0 -0
|
@@ -179,6 +179,7 @@ class QwenImageTransformerBlockNunchaku(QwenImageTransformerBlock):
|
|
|
179
179
|
rotary_emb: Optional[Tuple[torch.Tensor, torch.Tensor]] = None,
|
|
180
180
|
attn_mask: Optional[torch.Tensor] = None,
|
|
181
181
|
attn_kwargs: Optional[Dict[str, Any]] = None,
|
|
182
|
+
modulate_index: Optional[List[int]] = None,
|
|
182
183
|
) -> Tuple[torch.Tensor, torch.Tensor]:
|
|
183
184
|
if self.use_nunchaku_awq:
|
|
184
185
|
img_mod_params = self.img_mod(temb) # [B, 6*dim]
|
|
@@ -122,7 +122,7 @@ diffsynth_engine/models/qwen_image/__init__.py,sha256=_6f0LWaoLdDvD2CsjK2OzEIQry
|
|
|
122
122
|
diffsynth_engine/models/qwen_image/qwen2_5_vl.py,sha256=Eu-r-c42t_q74Qpwz21ToCGHpvSi7VND4B1EI0e-ePA,57748
|
|
123
123
|
diffsynth_engine/models/qwen_image/qwen_image_dit.py,sha256=mMU4zeZi8-uJe9voznNIxZCTCqJPbPXkMxHwgcqJ6z8,24640
|
|
124
124
|
diffsynth_engine/models/qwen_image/qwen_image_dit_fbcache.py,sha256=LIv9X_BohKk5rcEzyl3ATLwd8MSoFX43wjkArQ68nq8,4828
|
|
125
|
-
diffsynth_engine/models/qwen_image/qwen_image_dit_nunchaku.py,sha256=
|
|
125
|
+
diffsynth_engine/models/qwen_image/qwen_image_dit_nunchaku.py,sha256=EIojuf27haxqI4wkJE_Y17HMjP82-iqvyJ5v5Kjns3o,13568
|
|
126
126
|
diffsynth_engine/models/qwen_image/qwen_image_vae.py,sha256=FpauZV9IVvpvBeS9volu7kzH2mmCISS86AbHt0Jk2bQ,38442
|
|
127
127
|
diffsynth_engine/models/sd/__init__.py,sha256=hjoKRnwoXOLD0wude-w7I6wK5ak7ACMbnbkPuBB2oU0,380
|
|
128
128
|
diffsynth_engine/models/sd/sd_controlnet.py,sha256=kMGfIdriXhC7reT6iO2Z0rPICXEkXpytjeBQcR_sjT8,50577
|
|
@@ -209,8 +209,8 @@ diffsynth_engine/utils/video.py,sha256=8FCaeqIdUsWMgWI_6SO9SPynsToGcLCQAVYFTc4CD
|
|
|
209
209
|
diffsynth_engine/utils/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
210
210
|
diffsynth_engine/utils/memory/linear_regression.py,sha256=oW_EQEw13oPoyUrxiL8A7Ksa5AuJ2ynI2qhCbfAuZbg,3930
|
|
211
211
|
diffsynth_engine/utils/memory/memory_predcit_model.py,sha256=EXprSl_zlVjgfMWNXP-iw83Ot3hyMcgYaRPv-dvyL84,3943
|
|
212
|
-
diffsynth_engine-0.7.1.
|
|
213
|
-
diffsynth_engine-0.7.1.
|
|
214
|
-
diffsynth_engine-0.7.1.
|
|
215
|
-
diffsynth_engine-0.7.1.
|
|
216
|
-
diffsynth_engine-0.7.1.
|
|
212
|
+
diffsynth_engine-0.7.1.dev5.dist-info/licenses/LICENSE,sha256=x7aBqQuVI0IYnftgoTPI_A0I_rjdjPPQkjnU6N2nikM,11346
|
|
213
|
+
diffsynth_engine-0.7.1.dev5.dist-info/METADATA,sha256=76gzYfIIeo_71jVybkzGLWiMpkm95ifPNZkL12gCRj8,1163
|
|
214
|
+
diffsynth_engine-0.7.1.dev5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
215
|
+
diffsynth_engine-0.7.1.dev5.dist-info/top_level.txt,sha256=6zgbiIzEHLbhgDKRyX0uBJOV3F6VnGGBRIQvSiYYn6w,17
|
|
216
|
+
diffsynth_engine-0.7.1.dev5.dist-info/RECORD,,
|
|
File without changes
|
{diffsynth_engine-0.7.1.dev4.dist-info → diffsynth_engine-0.7.1.dev5.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{diffsynth_engine-0.7.1.dev4.dist-info → diffsynth_engine-0.7.1.dev5.dist-info}/top_level.txt
RENAMED
|
File without changes
|