diff --git a/examples/community/pipeline_z_image_differential_img2img.py b/examples/community/pipeline_z_image_differential_img2img.py index 6309e91abbdd..bf60faf46f3e 100644 --- a/examples/community/pipeline_z_image_differential_img2img.py +++ b/examples/community/pipeline_z_image_differential_img2img.py @@ -432,7 +432,7 @@ def guidance_scale(self): @property def do_classifier_free_guidance(self): - return self._guidance_scale > 1 + return self._guidance_scale > 0 @property def joint_attention_kwargs(self):