Unconditional img generation - about.md file#403
Conversation
merveenoyan
left a comment
There was a problem hiding this comment.
Overall looks good to me, happy to merge after comments are fixed 🙂
| Unconditional image generation models usually start with a *seed* that generates a *random noise vector*. The model will then upsample this vector to create the final image. | ||
| An example of unconditional image generation would be generating the image of a face on a model trained with the [CelebA dataset](https://huggingface.co/datasets/huggan/CelebA-HQ). | ||
|
|
||
| ## Use Cases |
There was a problem hiding this comment.
Can you leave these sections descriptions as well so it's easier for others to contribute🙂
| ## About the Task | ||
|
|
||
| Unconditional image generation is the task of generating images with no condition in any context (like a *prompt text* or *another image*). Once trained, the model will create images that resemble its training data distribution. | ||
| Unconditional image generation models usually start with a *seed* that generates a *random noise vector*. The model will then upsample this vector to create the final image. |
There was a problem hiding this comment.
Can you explain upsampling a little 😅
Co-authored-by: Merve Noyan <merveenoyan@gmail.com>
|
Partially fixes huggingface/huggingface.js#324 |
|
Hey @merveenoyan I added some changes based on your comments. I am leaving some description in the other parts of the aboud.md file so @congaco can also contribute. I am happy to add also those parts if he is not longer available! Thank you very much. |
|
@juancopi81 @merveenoyan hello i want to contribute them currently i dont always have time until when should they be done? |
|
@congaco you don't have to wait! You can add below sections in a separate PR of yours: |
|
@juancopi81 what is your HF username? 🙂 |
|
Hi @merveenoyan thanks a lot! My HF username is juancopi81 I noticed @congaco did not finish the other items, maybe he is busy? I am happy to finish the document so it is not incomplete.... Please let me know :) |
|
hi im currently private quite busy if it is urgent you can also do the incomplete items |
PR to add the about.md file with the task description. @congaco is working on the other items of this file :).