diffsynth-engine 0.3.6.dev10__py3-none-any.whl → 0.3.6.dev11__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.
@@ -188,7 +188,7 @@ class FluxDiTFBCache(FluxDiT):
188
188
  dtype: torch.dtype,
189
189
  in_channel: int = 64,
190
190
  attn_kwargs: Optional[Dict[str, Any]] = None,
191
- fb_cache_relative_l1_threshold: float = 0.05,
191
+ relative_l1_threshold: float = 0.05,
192
192
  ):
193
193
  with no_init_weights():
194
194
  model = torch.nn.utils.skip_init(
@@ -197,7 +197,7 @@ class FluxDiTFBCache(FluxDiT):
197
197
  dtype=dtype,
198
198
  in_channel=in_channel,
199
199
  attn_kwargs=attn_kwargs,
200
- fb_cache_relative_l1_threshold=fb_cache_relative_l1_threshold,
200
+ relative_l1_threshold=relative_l1_threshold,
201
201
  )
202
202
  model = model.requires_grad_(False) # for loading gguf
203
203
  model.load_state_dict(state_dict, assign=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffsynth_engine
3
- Version: 0.3.6.dev10
3
+ Version: 0.3.6.dev11
4
4
  Author: MuseAI x ModelScope
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Operating System :: OS Independent
@@ -77,7 +77,7 @@ diffsynth_engine/models/basic/unet_helper.py,sha256=4lN6F80Ubm6ip4dkLVmB-Og5-Y25
77
77
  diffsynth_engine/models/flux/__init__.py,sha256=x0JoxL0CdiiVrY0BjkIrGinud7mcXecLleGO0km91XQ,686
78
78
  diffsynth_engine/models/flux/flux_controlnet.py,sha256=xcnokpQ_9z2eToaS-z9dkltA6FI66FzLYkAGh9gvxT4,8248
79
79
  diffsynth_engine/models/flux/flux_dit.py,sha256=he1-72wz1gjP5Q-nAsgc_fbr7Vi-OwOyh8rq_x6z8WE,23640
80
- diffsynth_engine/models/flux/flux_dit_fbcache.py,sha256=i7n08IJZgn_KHZ94_mFpl8gOw9RBj96TNn8R5N1Pq9c,8536
80
+ diffsynth_engine/models/flux/flux_dit_fbcache.py,sha256=Hv-RulJgws8nmN3KCpfeYzZaDsvqs9VWbH0Vb3-nUuM,8509
81
81
  diffsynth_engine/models/flux/flux_ipadapter.py,sha256=v2gBn1_hOr9JfBAg-zYUYKDUNLODmAnGy5AZoiVhTmg,7231
82
82
  diffsynth_engine/models/flux/flux_redux.py,sha256=tVK4hZxHtC_jx-6vpc0os6dtohBUWK_V8ucdZBkeb-o,2560
83
83
  diffsynth_engine/models/flux/flux_text_encoder.py,sha256=Qcs277RIPP-O5AkcAb5Fb0jToV5o6Qn8hh8nw8zx9g8,3663
@@ -144,8 +144,8 @@ diffsynth_engine/utils/parallel.py,sha256=gbIeilfOYsqeDcgkaP68TfLjIXxvD0KfLiAsR_
144
144
  diffsynth_engine/utils/platform.py,sha256=2lXdw6YkqcRONCeT98n4cyg1Ii8Ybbyj2Ns72Se9tlk,496
145
145
  diffsynth_engine/utils/prompt.py,sha256=YItMchoVzsG6y-LB4vzzDUWrkhKRVlt1HfVhxZjSxMQ,280
146
146
  diffsynth_engine/utils/video.py,sha256=Ne0rd2lb59UT1q5EotpjlY7OT8F9oTCFDyo1ST77uoQ,1004
147
- diffsynth_engine-0.3.6.dev10.dist-info/licenses/LICENSE,sha256=x7aBqQuVI0IYnftgoTPI_A0I_rjdjPPQkjnU6N2nikM,11346
148
- diffsynth_engine-0.3.6.dev10.dist-info/METADATA,sha256=fmz3b9c9qbb08cBHcF9Bj4VrTqseZOyvBck3xEcHU4c,1069
149
- diffsynth_engine-0.3.6.dev10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
150
- diffsynth_engine-0.3.6.dev10.dist-info/top_level.txt,sha256=6zgbiIzEHLbhgDKRyX0uBJOV3F6VnGGBRIQvSiYYn6w,17
151
- diffsynth_engine-0.3.6.dev10.dist-info/RECORD,,
147
+ diffsynth_engine-0.3.6.dev11.dist-info/licenses/LICENSE,sha256=x7aBqQuVI0IYnftgoTPI_A0I_rjdjPPQkjnU6N2nikM,11346
148
+ diffsynth_engine-0.3.6.dev11.dist-info/METADATA,sha256=pFhxaPrL9JrwA9ZnbtL0VLrS6gVC52wFwRu2Yn_vqQc,1069
149
+ diffsynth_engine-0.3.6.dev11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
150
+ diffsynth_engine-0.3.6.dev11.dist-info/top_level.txt,sha256=6zgbiIzEHLbhgDKRyX0uBJOV3F6VnGGBRIQvSiYYn6w,17
151
+ diffsynth_engine-0.3.6.dev11.dist-info/RECORD,,