Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Create a new LatentDiffusionInferer compatible with ControlNet #438

@virginiafdez

Description

@virginiafdez

At the moment, using ControlNet does not allow to use the call or sample methods from the inferer.
Create a new LatentDiffusionInferer, ControlNetLatentDiffusionInferer, or modify existing methods with:

  • call method incorporating passing of controlnet and conditioning image
  • sample method that either takes care of the whole sampling in it (opposed to call super method from Diffusion Inferer) or modify ALSO the sample method of Diffusion Inferer to allow for passage of ControlNet and conditionings.

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