Skip to content

Create "Inferer" class for Diffusion Models specifically #8556

@virginiafdez

Description

@virginiafdez

To make the concept of "Inferer" classes more clear, diffusion model inferers, which all follow a specific signature and are required both to train diffusion models and run inference from them, should be separated from the other inferers.

Currently, they all sit in the same class: inferers.py.

Describe the solution you'd like
A separate inferer class for diffusion models.

Additional context
This was part of the requirements for porting Generative Models to Core.

Considerations

Metadata

Metadata

Assignees

Labels

GenerativeModelsIssues relating to generative models

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions