Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

joyfox
/
Qwen-Image-Edit-2511-Upscale2K

Image-to-Image
Diffusers
English
image-generation
lora
Qwen-Image
Model card Files Files and versions
xet
Community
6

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

That's great, that's amazing

#6 opened 4 months ago by
nimaoXXXX

Hope better ready2run workflow update

#5 opened 4 months ago by
shawnfd

Is this compatible with the recently released Qwen Image 2512?

3
#4 opened 4 months ago by
q5sys

Which Settings Are Required for Strict, Identity-Preserving Upscaling with Qwen Image Edit?

4
#3 opened 4 months ago by
Mrpeeposad

Sys requirements - is 5090 24 gbvram enough to run?

2
#2 opened 4 months ago by
Laqspam

biased training data

2
#1 opened 4 months ago by
PatKim
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs