Skip to content

[Code Idea]: Diffusion Predictor #52

@galegozi

Description

@galegozi

Summary

The idea is to replace the predictor portion of the model with a diffusion model. This takes inspiration from popular image generator models, like stable diffusion.

Motivation

This is designed to help with repeated timestep prediction, where the outputs from the model are fed back into itself to predict future timesteps.

Affected Area

This affects the predictor section of the model, while still maintaining mechanics from climaX/Aurora papers to ensure the diffuser receives a constant size input.

Proposed Approach

Look at how diffusion models are built in other documentation/papers.

Alternatives Considered

This is intended to be a separate model and people using Yoke can select which model to use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions