Questions tagged [text-to-image-generation]

4 questions
3
votes
2 answers

How does diffusion based text-to-image generation models Mathematically classify inputs to outputs?

I've been exploring the capabilities of the Diffusion based text-to-image models and am curious about its underlying mathematical framework. Specifically, I'm interested in understanding how the model handles the mapping from textual inputs to image…
hanugm
  • 4,102
  • 3
  • 29
  • 63
2
votes
1 answer

How much a generated image could be variant from its real training dataset images?

I'm a newbie to AI. After using GenAI for sometime, I was wondering how much can an AI generated image be different from its real trained dataset. To be more clear I can give an example, there is a site called thispoersondoesnotexit dot com and each…
1
vote
0 answers

What are all the inputs that support diversity of images in text to image generation?

For this question, consider the stable diffusion model. For a given text embedding, Stable Diffusion can generate diverse images. In this context, 'diversity' refers to the variation among the images generated, meaning that several images with the…
hanugm
  • 4,102
  • 3
  • 29
  • 63
0
votes
0 answers

Text-to-Image Prompt Generator and Keyword Datasets

I’m building a text-to-image generator where I generate a text prompt using ChatGPT and then use it with the FLUX model to create an image. I’ve identified a list of events like Christmas, New Year, Diwali, Valetine Day etc., for which I want to…