Instructions to use joyfox/Qwen-Image-Edit-2511-Upscale2K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use joyfox/Qwen-Image-Edit-2511-Upscale2K 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("Qwen/Qwen-Image-Edit-2511", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("joyfox/Qwen-Image-Edit-2511-Upscale2K") prompt = "Upscale this picture to 4K resolution. " 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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
That's great, that's amazing
#6 opened 4 months ago
by
nimaoXXXX
Hope better ready2run workflow update
#5 opened 5 months ago
by
shawnfd
Is this compatible with the recently released Qwen Image 2512?
3
#4 opened 5 months ago
by
q5sys
Which Settings Are Required for Strict, Identity-Preserving Upscaling with Qwen Image Edit?
4
#3 opened 5 months ago
by
Mrpeeposad
Sys requirements - is 5090 24 gbvram enough to run?
2
#2 opened 5 months ago
by
Laqspam
biased training data
2
#1 opened 5 months ago
by
PatKim