MCPcopy Index your code
hub / github.com/huggingface/diffusers / NestedUNet2DConditionOutput

Class NestedUNet2DConditionOutput

examples/community/matryoshka.py:3166–3172  ·  view source on GitHub ↗

Output type for the [`NestedUNet2DConditionModel`] model.

Source from the content-addressed store, hash-verified

3164
3165
3166class NestedUNet2DConditionOutput(BaseOutput):
3167 """
3168 Output type for the [`NestedUNet2DConditionModel`] model.
3169 """
3170
3171 sample: list = None
3172 sample_inner: torch.Tensor = None
3173
3174
3175class NestedUNet2DConditionModel(MatryoshkaUNet2DConditionModel):

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…