-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Open
Labels
bugSomething isn't workingSomething isn't workingroadmapAdd to current release roadmapAdd to current release roadmap
Description
Describe the bug
With cfg implementation of Z_image: pred = pos + current_guidance_scale * (pos - neg), the do_classifier_free_guidance function should be implement: return self._guidance_scale > 0, but currently in diffusers code: return self._guidance_scale > 1
For example, if I set guidance = 0.5, it works as guidance = 0 and it is incorrect.
Reproduction
No
Logs
System Info
0.36.0
Who can help?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingroadmapAdd to current release roadmapAdd to current release roadmap
Type
Projects
Status
Todo