Image-to-Image
Diffusers
Safetensors
English
image-restoration
all-in-one
diffusion
flow-matching
mllm
flux
qwen2.5-vl
siglip2
low-level-vision
Instructions to use David0219/FAPEIR_Uniworld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use David0219/FAPEIR_Uniworld with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("David0219/FAPEIR_Uniworld", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload 4 files
Browse files- denoise_projector_params.bin +3 -0
- flux-redux-siglipv2-512.bin +3 -0
- vae_projector_only.bin +3 -0
- vgg.pth +3 -0
denoise_projector_params.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:060162550534e2416265da9ea57d87d3b40ae7c79d2e2519b0d3260e4adbc885
|
| 3 |
+
size 1427
|
flux-redux-siglipv2-512.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20502187b641b387d3253acb1e6f86b11b24b693f7458c5e94763e1abff93d4b
|
| 3 |
+
size 129009784
|
vae_projector_only.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2644b1979edaceab5725b9c7f9bf451c1a05f99bda55d92979338ef25db84da
|
| 3 |
+
size 51149323
|
vgg.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de2dcb323646a164f08d95f7ccbeb0a25577131ecb00d393b04a2375d8d1786c
|
| 3 |
+
size 58875935
|