LTH14/fractalgen
PyTorch implementation of FractalGen, a generative model that performs pixel-by-pixel high-resolution image generation.

FractalGen is a PyTorch implementation of the Fractal Generative Models paper, enabling pixel-by-pixel generation of high-resolution images. The repository includes a simple implementation of the fractal generative model architecture, pre-trained models for ImageNet 64x64 and 256x256 generation, and training/evaluation scripts using PyTorch DDP. The approach differs from standard diffusion models by generating images pixel-by-pixel rather than in a single forward pass.
Frequently asked
- What is LTH14/fractalgen?
- PyTorch implementation of FractalGen, a generative model that performs pixel-by-pixel high-resolution image generation.
- Is fractalgen open source?
- Yes — LTH14/fractalgen is open source, released under the MIT license.
- What language is fractalgen written in?
- LTH14/fractalgen is primarily written in Python.
- How popular is fractalgen?
- LTH14/fractalgen has 1.2k stars on GitHub.
- Where can I find fractalgen?
- LTH14/fractalgen is on GitHub at https://github.com/LTH14/fractalgen.