Instructions to use fal/AuraSR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fal/AuraSR with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fal/AuraSR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -7,6 +7,6 @@
|
|
| 7 |
"dim": 64,
|
| 8 |
"image_size": 256,
|
| 9 |
"input_image_size": 64,
|
| 10 |
-
"unconditional":
|
| 11 |
"skip_connect_scale": 0.4
|
| 12 |
}
|
|
|
|
| 7 |
"dim": 64,
|
| 8 |
"image_size": 256,
|
| 9 |
"input_image_size": 64,
|
| 10 |
+
"unconditional": true,
|
| 11 |
"skip_connect_scale": 0.4
|
| 12 |
}
|