Skip to content

give state dict creation its own method in IP-adapter pipeline tests #14634

Description

@sayakpaul

For models we use a method in the test Mixin that the models can override to generate the necessary state dict. Let's follow that convention here as well

def create_ip_adapter_state_dict(self, model):

Override in the specific model class:

return create_flux_ip_adapter_state_dict(model)

Originally posted by @DN6 in #14622 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions