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
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,10 @@ As stated above, we trained TinyImageGen on 50k images from DataComp for 15 epoc
|
|
| 37 |
|
| 38 |
- Final Loss: `0.2119`
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## Generated Sample (x6 image grid)
|
| 41 |
|
| 42 |
<p align="left">
|
|
|
|
| 37 |
|
| 38 |
- Final Loss: `0.2119`
|
| 39 |
|
| 40 |
+
## Hardware
|
| 41 |
+
|
| 42 |
+
- Ryzen 5 2600
|
| 43 |
+
|
| 44 |
## Generated Sample (x6 image grid)
|
| 45 |
|
| 46 |
<p align="left">
|