zassou65535/image_generator
GANのpytorch実装
This tool helps artists, designers, and content creators automatically generate new images based on a collection of their existing work. You provide a folder of your own images (like character designs or product photos), and it will produce a new set of unique, similar-looking images. This is ideal for anyone needing to quickly create variations or expand a visual library without manual effort.
No commits in the last 6 months.
Use this if you want to generate many new images that share the style and characteristics of a small set of example images you provide.
Not ideal if you need high-resolution images, as all outputs are fixed at 64x64 pixels, or if you need precise control over the generated image content.
Stars
19
Forks
—
Language
Python
License
—
Category
Last pushed
May 03, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/zassou65535/image_generator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangqianhui/Conditional-GAN
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
mit-han-lab/data-efficient-gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
kundan2510/pixelCNN
Theano reimplementation of pixelCNN architecture
shaohua0116/DCGAN-Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on...