-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PAG is now supported in core 🤗 #8704
Comments
/usr/local/lib/python3.10/dist-packages/diffusers/pipelines/auto_pipeline.py in _get_task_class(mapping, pipeline_class_name, throw_error_if_not_exist) ValueError: AutoPipeline can't find a pipeline linked to StableDiffusionPAGPipeline for None |
@s9anus98a can you open an issue and share the code you used? |
i use AutoPipelineForText2Image like in the example link provided !pip install diffusers
|
Please create a new issue for this. |
pip install git+https://github.com/huggingface/diffusers |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Hello folks!
#7944 introduced support for Perturbed Attention Guidance (PAG) which enhances image generation quality training-free.
Check out the PAG guide here: https://huggingface.co/docs/diffusers/main/en/using-diffusers/pag.
Please treat this issue as an announcement instead. Report issues separately.
The text was updated successfully, but these errors were encountered: