ashual/scene_generation
A PyTorch implementation of the paper: Specifying Object Attributes and Relations in Interactive Scene Generation
This project helps graphic designers or content creators generate complex images by specifying objects and their relationships. You provide a description of objects, their attributes (like color or texture), and how they relate to each other (e.g., 'a red car next to a blue house'). The system then generates a corresponding visual scene. This is ideal for anyone who needs to quickly prototype visual concepts without manual drawing.
192 stars. No commits in the last 6 months.
Use this if you need to rapidly create diverse visual scenes based on textual descriptions of objects and their arrangements.
Not ideal if you require photorealistic images with fine-grained artistic control over every detail.
Stars
192
Forks
30
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/ashual/scene_generation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Yutong-Zhou-cv/Awesome-Text-to-Image
(ෆ`꒳´ෆ) A Survey on Text-to-Image Generation/Synthesis.
tobran/DF-GAN
[CVPR2022 oral] A Simple and Effective Baseline for Text-to-Image Synthesis
aelnouby/Text-to-Image-Synthesis
Pytorch implementation of Generative Adversarial Text-to-Image Synthesis paper
akanimax/T2F
T2F: text to face generation using Deep Learning
woozzu/tagan
An official PyTorch implementation of the paper "Text-Adaptive Generative Adversarial Networks:...