Skip to content

UnCLIP Pipeline is currently poorly tested #1857

Description

@patrickvonplaten

Describe the bug

The UnCLIP pipeline, like any new pipeline in src/pipelines should depend on the tester mixin:

class PipelineTesterMixin:
just like Stable Diffusion does:
class StableDiffusionPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
so that we can be sure that batched inference etc... works well.

This is currently not the case:

@williamberman could you take care of this? :-)

Reproduction

Batched inference tests etc... are currently not run.

Logs

No response

System Info

Current "main" of diffusers.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions