quickgrid/pytorch-diffusion
Implementation of diffusion models in pytorch for custom training.
This project helps machine learning researchers and practitioners train custom diffusion models for generating images. You provide a dataset of images, and the system learns to produce new, similar images, outputting these as static image files or animated GIFs. It's designed for those who want to experiment with or apply diffusion models to their specific image generation tasks.
No commits in the last 6 months.
Use this if you are a machine learning researcher or engineer looking to train your own image generation models using diffusion techniques on custom datasets.
Not ideal if you are a non-technical user seeking a ready-to-use application for simple image editing or generating images from text prompts, as this requires coding and machine learning expertise.
Stars
32
Forks
6
Language
Python
License
MIT
Category
Last pushed
Feb 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/quickgrid/pytorch-diffusion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
sp-nitech/diffsptk
A differentiable version of SPTK
trigeorgis/mdm
A TensorFlow implementation of the Mnemonic Descent Method.
clovaai/mxfont
Official PyTorch implementation of MX-Font (Multiple Heads are Better than One: Few-shot Font...
clovaai/fewshot-font-generation
The unified repository for few-shot font generation methods. This repository includes FUNIT...
Michedev/DDPMs-Pytorch
Implementation of various DDPM papers to understand how they work