Candibulldog/MeanFlow-Edge2Image
Unofficial PyTorch implementation of "Mean Flows for One-step Generative Modeling" (2025). Extends the framework to Edge-to-Image generation with Multi-scale Edge Encoder and 1-NFE sampling.
Stars
3
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jan 14, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Candibulldog/MeanFlow-Edge2Image"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
probabilists/zuko
Normalizing flows in PyTorch
lucidrains/rectified-flow-pytorch
Implementation of rectified flow and some of its followup research / improvements in Pytorch
davidnabergoj/torchflows
Modern normalizing flows in Python. Simple to use and easily extensible.
keishihara/flow-matching
Flow Matching implemented in PyTorch
LukasRinder/normalizing-flows
Implementation of normalizing flows in TensorFlow 2 including a small tutorial.