Instructions to use vladmandic/aurasr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vladmandic/aurasr with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vladmandic/aurasr", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "style_network": { | |
| "dim_in": 128, | |
| "dim_out": 512, | |
| "depth": 4 | |
| }, | |
| "dim": 64, | |
| "image_size": 256, | |
| "input_image_size": 64, | |
| "unconditional": true, | |
| "skip_connect_scale": 0.4 | |
| } |