Instructions to use ttj/vqgan-anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ttj/vqgan-anime with Transformers:
# Load model directly from transformers import del model = del.from_pretrained("ttj/vqgan-anime", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "del" | |
| ], | |
| "attn_resolutions": [ | |
| 16 | |
| ], | |
| "ch": 128, | |
| "ch_mult": [ | |
| 1, | |
| 1, | |
| 2, | |
| 2, | |
| 4 | |
| ], | |
| "double_z": false, | |
| "dropout": 0.0, | |
| "embed_dim": 256, | |
| "give_pre_end": false, | |
| "in_channels": 3, | |
| "n_embed": 16384, | |
| "num_res_blocks": 2, | |
| "num_resolutions": 5, | |
| "out_ch": 3, | |
| "resamp_with_conv": true, | |
| "resolution": 256, | |
| "transformers_version": "4.21.0", | |
| "z_channels": 256 | |
| } | |