Instructions to use Nuralex/StyleVec-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nuralex/StyleVec-1.0 with Transformers:
# Load model directly from transformers import StyleVec model = StyleVec.from_pretrained("Nuralex/StyleVec-1.0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "StyleVec" | |
| ], | |
| "backbone_name": "google/siglip-so400m-patch14-384", | |
| "embedding_dim": 256, | |
| "model_type": "stylevec", | |
| "num_attention_layers": 2, | |
| "plasticity_embedding_dim": 5760, | |
| "plasticity_nb_heads": 16, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.55.4" | |
| } | |