diffsynth-engine 0.6.1.dev36__py3-none-any.whl → 0.6.1.dev37__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/configs/pipeline.py +3 -3
- {diffsynth_engine-0.6.1.dev36.dist-info → diffsynth_engine-0.6.1.dev37.dist-info}/METADATA +1 -1
- {diffsynth_engine-0.6.1.dev36.dist-info → diffsynth_engine-0.6.1.dev37.dist-info}/RECORD +6 -6
- {diffsynth_engine-0.6.1.dev36.dist-info → diffsynth_engine-0.6.1.dev37.dist-info}/WHEEL +0 -0
- {diffsynth_engine-0.6.1.dev36.dist-info → diffsynth_engine-0.6.1.dev37.dist-info}/licenses/LICENSE +0 -0
- {diffsynth_engine-0.6.1.dev36.dist-info → diffsynth_engine-0.6.1.dev37.dist-info}/top_level.txt +0 -0
|
@@ -301,11 +301,11 @@ class HunyuanPipelineConfig(BaseConfig):
|
|
|
301
301
|
@dataclass
|
|
302
302
|
class ZImagePipelineConfig(AttentionConfig, OptimizationConfig, ParallelConfig, BaseConfig):
|
|
303
303
|
model_path: str | os.PathLike | List[str | os.PathLike]
|
|
304
|
-
model_dtype: torch.dtype = torch.
|
|
304
|
+
model_dtype: torch.dtype = torch.bfloat16
|
|
305
305
|
vae_path: Optional[str | os.PathLike | List[str | os.PathLike]] = None
|
|
306
|
-
vae_dtype: torch.dtype = torch.
|
|
306
|
+
vae_dtype: torch.dtype = torch.bfloat16
|
|
307
307
|
encoder_path: Optional[str | os.PathLike | List[str | os.PathLike]] = None
|
|
308
|
-
encoder_dtype: torch.dtype = torch.
|
|
308
|
+
encoder_dtype: torch.dtype = torch.bfloat16
|
|
309
309
|
|
|
310
310
|
@classmethod
|
|
311
311
|
def basic_config(
|
|
@@ -86,7 +86,7 @@ diffsynth_engine/conf/tokenizers/z_image/tokenizer/tokenizer_config.json,sha256=
|
|
|
86
86
|
diffsynth_engine/conf/tokenizers/z_image/tokenizer/vocab.json,sha256=yhDX6fs-0YV13R4neiV5wW0QjjLydDloSvoOELFECRA,2776833
|
|
87
87
|
diffsynth_engine/configs/__init__.py,sha256=biluGSEw78PPwO7XFlms16iuWXDiM0Eg_qsOMMTY0NQ,1409
|
|
88
88
|
diffsynth_engine/configs/controlnet.py,sha256=f3vclyP3lcAjxDGD9C1vevhqqQ7W2LL_c6Wye0uxk3Q,1180
|
|
89
|
-
diffsynth_engine/configs/pipeline.py,sha256=
|
|
89
|
+
diffsynth_engine/configs/pipeline.py,sha256=RqhPAZOCpIMkFk-OsfiNYlqpqM-7B52ny0Zcr9Ix7wY,15310
|
|
90
90
|
diffsynth_engine/kernels/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
91
91
|
diffsynth_engine/models/__init__.py,sha256=8Ze7cSE8InetgXWTNb0neVA2Q44K7WlE-h7O-02m2sY,119
|
|
92
92
|
diffsynth_engine/models/base.py,sha256=svao__9WH8VNcyXz5o5dzywYXDcGV0YV9IfkLzDKews,2558
|
|
@@ -199,8 +199,8 @@ diffsynth_engine/utils/video.py,sha256=8FCaeqIdUsWMgWI_6SO9SPynsToGcLCQAVYFTc4CD
|
|
|
199
199
|
diffsynth_engine/utils/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
200
200
|
diffsynth_engine/utils/memory/linear_regression.py,sha256=oW_EQEw13oPoyUrxiL8A7Ksa5AuJ2ynI2qhCbfAuZbg,3930
|
|
201
201
|
diffsynth_engine/utils/memory/memory_predcit_model.py,sha256=EXprSl_zlVjgfMWNXP-iw83Ot3hyMcgYaRPv-dvyL84,3943
|
|
202
|
-
diffsynth_engine-0.6.1.
|
|
203
|
-
diffsynth_engine-0.6.1.
|
|
204
|
-
diffsynth_engine-0.6.1.
|
|
205
|
-
diffsynth_engine-0.6.1.
|
|
206
|
-
diffsynth_engine-0.6.1.
|
|
202
|
+
diffsynth_engine-0.6.1.dev37.dist-info/licenses/LICENSE,sha256=x7aBqQuVI0IYnftgoTPI_A0I_rjdjPPQkjnU6N2nikM,11346
|
|
203
|
+
diffsynth_engine-0.6.1.dev37.dist-info/METADATA,sha256=CPIGd-wiemCvRFuEmqWEQC_r5WVbs6Ydilo9u2ZFR3w,1164
|
|
204
|
+
diffsynth_engine-0.6.1.dev37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
205
|
+
diffsynth_engine-0.6.1.dev37.dist-info/top_level.txt,sha256=6zgbiIzEHLbhgDKRyX0uBJOV3F6VnGGBRIQvSiYYn6w,17
|
|
206
|
+
diffsynth_engine-0.6.1.dev37.dist-info/RECORD,,
|
|
File without changes
|
{diffsynth_engine-0.6.1.dev36.dist-info → diffsynth_engine-0.6.1.dev37.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{diffsynth_engine-0.6.1.dev36.dist-info → diffsynth_engine-0.6.1.dev37.dist-info}/top_level.txt
RENAMED
|
File without changes
|