[diffusion] chore: temporarily upgrade diffusers to make Z-image compatible with Cache-DiT (#14530)
This commit is contained in:
@@ -137,8 +137,8 @@ class SamplingParams:
|
||||
return_frames: bool = False
|
||||
return_trajectory_latents: bool = False # returns all latents for each timestep
|
||||
return_trajectory_decoded: bool = False # returns decoded latents for each timestep
|
||||
# if True, allow user params to override subclass-defined protected fields
|
||||
no_override_protected_fields: bool = True
|
||||
# if True, disallow user params to override subclass-defined protected fields
|
||||
no_override_protected_fields: bool = False
|
||||
# whether to adjust num_frames for multi-GPU friendly splitting (default: True)
|
||||
adjust_frames: bool = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user