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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Hi I am running Aura SR v2 from Pinokio
#11
by Armani650 - opened
Same here...
Same
Gradio 5.0.0 and above broke the gradio-imageslider component. Please use gradio 4.44.0 and below.
I need to seek how to configure it in Pinokio. But thanks for the information.
e:
cd E:\pinokio\api\aura-sr-upscaler.git\app
conda_hook && conda deactivate && conda deactivate && conda deactivate && conda activate base && E:\pinokio\api\aura-sr-upscaler.git\app\env\Scripts\activate E:\pinokio\api\aura-sr-upscaler.git\app\env
pip uninstall gradio
pip install gradio==4.44.0
python app.py
I tired to run that command line and got a token invalid etc...
mine is on drive D , explain it to me like im mental cuz i have trouble just typing :))))
