Skip to content

DreamLite-base fails to load due to unsupported legacy UNet block type names #14065

Description

@ElectricGoal

DreamLitePipeline.from_pretrained("carlofkl/DreamLite-base") currently fails while constructing the UNet because the saved config uses legacy/upstream-style block type names that DreamLiteUNetModel does not accept.

Minimal repro:

from diffusers import DreamLitePipeline

pipe = DreamLitePipeline.from_pretrained(
  "carlofkl/DreamLite-base", torch_dtype=torch.bfloat16
).to("cuda")

Observed error includes:

ValueError: DreamLite does not support down_block_type='CrossAttnDown*' and up_block_type='CrossAttnUp*'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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