Skip to content

Conversation

@onurxtasar
Copy link
Collaborator

@onurxtasar onurxtasar commented Oct 3, 2025

What does this PR do?

It adds sana controlnet implementation

@onurxtasar onurxtasar self-assigned this Oct 3, 2025
Copy link
Collaborator

@clementchadebec clementchadebec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @onurxtasar for the great work there. I would just move the _import_structure["controlnets.controlnet_sana"] = ["SanaControlNetModel"]
with the other controlnets in diffusers/models/__init__.py but otherwise, all good!

_import_structure = {}

if is_torch_available():
_import_structure["controlnets.controlnet_sana"] = ["SanaControlNetModel"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put it next to the other controlNets?

@onurxtasar onurxtasar merged commit 9352a23 into clipdrop-main Oct 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants