ya
#7
by
rizaldyyy
- opened
README.md
CHANGED
@@ -4,6 +4,7 @@ tags:
|
|
4 |
- art
|
5 |
- pytorch
|
6 |
- super-resolution
|
|
|
7 |
---
|
8 |
# AuraSR-v2
|
9 |
![aurasr example](https://storage.googleapis.com/falserverless/gallery/aurasr-animated.webp)
|
@@ -34,4 +35,4 @@ def load_image_from_url(url):
|
|
34 |
|
35 |
image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
|
36 |
upscaled_image = aura_sr.upscale_4x_overlapped(image)
|
37 |
-
```
|
|
|
4 |
- art
|
5 |
- pytorch
|
6 |
- super-resolution
|
7 |
+
pipeline_tag: text-to-image
|
8 |
---
|
9 |
# AuraSR-v2
|
10 |
![aurasr example](https://storage.googleapis.com/falserverless/gallery/aurasr-animated.webp)
|
|
|
35 |
|
36 |
image = load_image_from_url("https://mingukkang.github.io/GigaGAN/static/images/iguana_output.jpg").resize((256, 256))
|
37 |
upscaled_image = aura_sr.upscale_4x_overlapped(image)
|
38 |
+
```
|