Instructions to use fal/AuraSR-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fal/AuraSR-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="fal/AuraSR-v2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fal/AuraSR-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training data and setting
#2
by n1c9 - opened
Hello, appreciate your work. Could you please provide information of data that was used to train model, like resolution of input images and output images. Does you model have any setting like prompt, cfg scale or other settings?
And what amount of pixels do you use in overlap? What size of tiles do you use?