diffsynth-engine 0.6.1.dev20__py3-none-any.whl → 0.6.1.dev21__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/pipelines/flux_image.py +1 -1
- {diffsynth_engine-0.6.1.dev20.dist-info → diffsynth_engine-0.6.1.dev21.dist-info}/METADATA +1 -1
- {diffsynth_engine-0.6.1.dev20.dist-info → diffsynth_engine-0.6.1.dev21.dist-info}/RECORD +6 -6
- {diffsynth_engine-0.6.1.dev20.dist-info → diffsynth_engine-0.6.1.dev21.dist-info}/WHEEL +0 -0
- {diffsynth_engine-0.6.1.dev20.dist-info → diffsynth_engine-0.6.1.dev21.dist-info}/licenses/LICENSE +0 -0
- {diffsynth_engine-0.6.1.dev20.dist-info → diffsynth_engine-0.6.1.dev21.dist-info}/top_level.txt +0 -0
|
@@ -830,7 +830,7 @@ class FluxImagePipeline(BasePipeline):
|
|
|
830
830
|
masked_image = image.clone()
|
|
831
831
|
masked_image[(mask > 0.5).repeat(1, 3, 1, 1)] = -1
|
|
832
832
|
latent = self.encode_image(masked_image)
|
|
833
|
-
mask = torch.nn.functional.interpolate(mask, size=(latent.shape[2], latent.shape[3]))
|
|
833
|
+
mask = torch.nn.functional.interpolate(mask, size=(latent.shape[2], latent.shape[3])).to(latent.dtype)
|
|
834
834
|
mask = 1 - mask
|
|
835
835
|
latent = torch.cat([latent, mask], dim=1)
|
|
836
836
|
elif self.config.control_type == ControlType.bfl_fill:
|
|
@@ -140,7 +140,7 @@ diffsynth_engine/models/wan/wan_text_encoder.py,sha256=OERlmwOqthAFPNnnT2sXJ4Ojy
|
|
|
140
140
|
diffsynth_engine/models/wan/wan_vae.py,sha256=dC7MoUFeXRL7SIY0LG1OOUiZW-pp9IbXCghutMxpXr4,38889
|
|
141
141
|
diffsynth_engine/pipelines/__init__.py,sha256=jh-4LSJ0vqlXiT8BgFgRIQxuAr2atEPyHrxXWj-Ud1U,604
|
|
142
142
|
diffsynth_engine/pipelines/base.py,sha256=BWW7LW0E2qwu8G-6bP3nmeO7VCQxC8srOo8tE4aKA4o,14993
|
|
143
|
-
diffsynth_engine/pipelines/flux_image.py,sha256=
|
|
143
|
+
diffsynth_engine/pipelines/flux_image.py,sha256=vJKvnYmeeQVX2O1Zjtm4NLrltBp66VSZ-KjAUqJ8zJ8,50936
|
|
144
144
|
diffsynth_engine/pipelines/hunyuan3d_shape.py,sha256=TNV0Wr09Dj2bzzlpua9WioCClOj3YiLfE6utI9aWL8A,8164
|
|
145
145
|
diffsynth_engine/pipelines/qwen_image.py,sha256=jt4rg-U5qWsFD0kUeDwKzgIiTAC80Cj8aq1YQOR1_-k,33052
|
|
146
146
|
diffsynth_engine/pipelines/sd_image.py,sha256=nr-Nhsnomq8CsUqhTM3i2l2zG01YjwXdfRXgr_bC3F0,17891
|
|
@@ -185,8 +185,8 @@ diffsynth_engine/utils/video.py,sha256=8FCaeqIdUsWMgWI_6SO9SPynsToGcLCQAVYFTc4CD
|
|
|
185
185
|
diffsynth_engine/utils/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
186
186
|
diffsynth_engine/utils/memory/linear_regression.py,sha256=oW_EQEw13oPoyUrxiL8A7Ksa5AuJ2ynI2qhCbfAuZbg,3930
|
|
187
187
|
diffsynth_engine/utils/memory/memory_predcit_model.py,sha256=EXprSl_zlVjgfMWNXP-iw83Ot3hyMcgYaRPv-dvyL84,3943
|
|
188
|
-
diffsynth_engine-0.6.1.
|
|
189
|
-
diffsynth_engine-0.6.1.
|
|
190
|
-
diffsynth_engine-0.6.1.
|
|
191
|
-
diffsynth_engine-0.6.1.
|
|
192
|
-
diffsynth_engine-0.6.1.
|
|
188
|
+
diffsynth_engine-0.6.1.dev21.dist-info/licenses/LICENSE,sha256=x7aBqQuVI0IYnftgoTPI_A0I_rjdjPPQkjnU6N2nikM,11346
|
|
189
|
+
diffsynth_engine-0.6.1.dev21.dist-info/METADATA,sha256=tdKUjrwahEQ72SA-YSPu8LsaswLKJuDrjEZI_6nYySM,1164
|
|
190
|
+
diffsynth_engine-0.6.1.dev21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
191
|
+
diffsynth_engine-0.6.1.dev21.dist-info/top_level.txt,sha256=6zgbiIzEHLbhgDKRyX0uBJOV3F6VnGGBRIQvSiYYn6w,17
|
|
192
|
+
diffsynth_engine-0.6.1.dev21.dist-info/RECORD,,
|
|
File without changes
|
{diffsynth_engine-0.6.1.dev20.dist-info → diffsynth_engine-0.6.1.dev21.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{diffsynth_engine-0.6.1.dev20.dist-info → diffsynth_engine-0.6.1.dev21.dist-info}/top_level.txt
RENAMED
|
File without changes
|