py-img-gen/python-image-generation
🎨 書籍「Pythonで学ぶ画像生成」のコードを配置したリポジトリです
This project provides the companion code for the book "Python for Image Generation" (written in Japanese). It helps aspiring machine learning practitioners and researchers understand and implement various image generation techniques, from basic deep learning concepts to advanced diffusion models like Stable Diffusion. You'll input text prompts or existing images and generate new, high-quality images, enabling exploration of cutting-edge AI art and computer vision applications.
No commits in the last 6 months.
Use this if you are learning about image generation and want practical, hands-on code examples to accompany a textbook, particularly if you are familiar with Python and PyTorch.
Not ideal if you are looking for a plug-and-play image generation tool without diving into the underlying machine learning concepts or if you are unfamiliar with Python programming.
Stars
20
Forks
4
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Mar 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/py-img-gen/python-image-generation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
NVlabs/Sana
SANA: Efficient High-Resolution Image Synthesis with Linear Diffusion Transformer
FoundationVision/VAR
[NeurIPS 2024 Best Paper Award][GPT beats diffusion🔥] [scaling laws in visual generation📈]...
nerdyrodent/VQGAN-CLIP
Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
huggingface/finetrainers
Scalable and memory-optimized training of diffusion models
AssemblyAI-Community/MinImagen
MinImagen: A minimal implementation of the Imagen text-to-image model