Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lightx2v
/
Qwen-Image-Edit-2511-Lightning

Image-to-Image
Diffusers
Safetensors
Diffusion Single File
comfyui
distillation
LoRA
lora
Qwen-Image
Qwen-Image-Edit
Model card Files Files and versions
xet
Community
14

Instructions to use lightx2v/Qwen-Image-Edit-2511-Lightning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lightx2v/Qwen-Image-Edit-2511-Lightning 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("lightx2v/Qwen-Image-Edit-2511-Lightning")
    
    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]
  • Diffusion Single File

    How to use lightx2v/Qwen-Image-Edit-2511-Lightning with Diffusion Single File:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

好像编辑有限制?不能搞黄的,Imge12月文生图版本可以

#14 opened 2 months ago by
duostark

📋 Documentation Enhancement Suggestion

#13 opened 3 months ago by
CroviaTrust

有大神能讲讲怎么自己做一个4-step的lora吗

#12 opened 4 months ago by
liujian1991

8steps vs 4steps

2
#11 opened 5 months ago by
Ciledselon

盼星星盼月亮,8步的终于来了

3
#10 opened 5 months ago by
xiexuan0723

When used with diffusers, the generated image has weird color

#9 opened 5 months ago by
weathon

Quality Gap Between Qwen 2511 (4-steps) and 2509 Lightning (4-steps)

2
#7 opened 5 months ago by
David-PHR

Can this model be used in diffusers?

2
#6 opened 5 months ago by
yxliu

Is fp8_e4m3fn_scaled_lightning model compatible with default comfyui workflow? Not worked.

1
#5 opened 5 months ago by
Moleculo

Qwen Image Edit 2511 Free and Open Source Crushes Qwen Image Edit 2509 and Challenges Nano Banana Pro

#3 opened 5 months ago by
MonsterMMORPG

8-step lora?

➕ 11
8
#2 opened 5 months ago by
97Buckeye

fp8 model is broken

👍 23
20
#1 opened 5 months ago by
ruleez
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs