Commit ·
7abb7e9
1
Parent(s): 1dbc168
more tags
Browse files
README.md
CHANGED
|
@@ -2,16 +2,28 @@
|
|
| 2 |
license: unlicense
|
| 3 |
tags:
|
| 4 |
- flux2
|
| 5 |
-
-
|
| 6 |
-
-
|
|
|
|
|
|
|
|
|
|
| 7 |
- super-resolution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
library_name: pytorch
|
| 9 |
-
base_model:
|
|
|
|
| 10 |
pipeline_tag: image-to-image
|
| 11 |
---
|
| 12 |
|
| 13 |
|
| 14 |
-
# Flow Upscaler
|
|
|
|
|
|
|
| 15 |
|
| 16 |
**Flow Upscaler** is a fast latent upscaler model that works in the [Flux.2](https://bfl.ai/models/flux-2) latent space.
|
| 17 |
|
|
|
|
| 2 |
license: unlicense
|
| 3 |
tags:
|
| 4 |
- flux2
|
| 5 |
+
- flux
|
| 6 |
+
- flux-2
|
| 7 |
+
- image-to-image
|
| 8 |
+
- image-upscaling
|
| 9 |
+
- latent-upscaling
|
| 10 |
- super-resolution
|
| 11 |
+
- diffusion
|
| 12 |
+
- flow-matching
|
| 13 |
+
- rectified-flow
|
| 14 |
+
- generative-models
|
| 15 |
+
- image-generation
|
| 16 |
+
- pytorch
|
| 17 |
library_name: pytorch
|
| 18 |
+
base_model:
|
| 19 |
+
- black-forest-labs/FLUX.2-klein-4B
|
| 20 |
pipeline_tag: image-to-image
|
| 21 |
---
|
| 22 |
|
| 23 |
|
| 24 |
+
# Flow Upscaler
|
| 25 |
+
|
| 26 |
+
> Flow Upscaler takes low-resolution Flux.2 latents and produces higher-resolution Flux.2 latents using a single-step rectified flow model.
|
| 27 |
|
| 28 |
**Flow Upscaler** is a fast latent upscaler model that works in the [Flux.2](https://bfl.ai/models/flux-2) latent space.
|
| 29 |
|