Standardization of Multi-Objective QUBOs
Paper • 2504.12419 • Published
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Stage 2 MeanFlow distillation checkpoint for Stable Diffusion 3.5 Medium.
stabilityai/stable-diffusion-3.5-mediumlr=3e-5, batch_size=16, grad_accum=1, guidance_scale=3.5MeanFlowSD3Transformer2DModel — extends SD3Transformer2DModel with r_embedder submodule for two-time velocity v(x_t, t, r)This checkpoint is used as the Stage 2 base for MeanFlow RL (Stage 3) fine-tuning. Load via FastGen or Flow-Factory:
import torch
ckpt = torch.load("0010000.pth", map_location="cpu")
# Navigate checkpoint structure:
# ckpt['model']['ema_1'] contains the transformer weights
# Keys are prefixed with 'transformer.' — strip for loading into MeanFlowSD3Transformer2DModel
MeanFlow: https://arxiv.org/abs/2504.12419