Instructions to use fusing/glide-super-res-dummy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/glide-super-res-dummy with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/glide-super-res-dummy", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Source image + text?
#1
by krrishD - opened
That's a very good question @krrishD .
I think it's possible, but not 100% sure. Pinging @apolinario and @anton-l here :-)
I would imagine this is possible through some in-painting, correct?
Also, trying to get the model to work - is there any sample around this?