majian0318 commited on
Commit
7b9fda7
·
verified ·
1 Parent(s): f01656d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ import os
73
  import torch
74
  from PIL import Image
75
  from diffusers import QwenImageEditPlusPipeline
76
- model_name = f"OPPOer/Qwen-Image-Edit-2509-Pruning/Qwen-Image-Edit-2509-13B"
77
  pipeline = QwenImageEditPlusPipeline.from_pretrained(model_name, torch_dtype=torch.bfloat16)
78
  print("pipeline loaded")
79
  pipeline.to('cuda')
 
73
  import torch
74
  from PIL import Image
75
  from diffusers import QwenImageEditPlusPipeline
76
+ model_name = f"OPPOer/Qwen-Image-Edit-2509-Pruning/Qwen-Image-Edit-2509-13B-4steps"
77
  pipeline = QwenImageEditPlusPipeline.from_pretrained(model_name, torch_dtype=torch.bfloat16)
78
  print("pipeline loaded")
79
  pipeline.to('cuda')