Unconditional Image Generation
Transformers
Safetensors
tinyimagegen
feature-extraction
imagegen
unconditional-image
custom_code
Instructions to use fromziro/TinyImageGen-0.6M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fromziro/TinyImageGen-0.6M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fromziro/TinyImageGen-0.6M", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Improvement idea
#1
by LH-Tech-AI - opened
Hey!
I've got an improvement idea because the dataset you've used is not good because it only features ALT-texts.
But this dataset:
https://huggingface.co/datasets/opendiffusionai/cc12m-cleaned
is much better. Hope you find it helpful for an improved version.
Best regards,
LH
LH-Tech-AI changed discussion title from Improvment idea to Improvement idea
Hi @LH-Tech-AI
We will take this into consideration for version 2.
Thanks for the suggestion,
Paul Courneya
Okay, cool!
Happy to help π€
LH-Tech-AI changed discussion status to closed