Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ import os
|
|
| 42 |
import torch
|
| 43 |
from PIL import Image
|
| 44 |
from diffusers import QwenImageEditPlusPipeline
|
| 45 |
-
model_name = f"OPPOer/Qwen-Image-Edit-2509-Pruning
|
| 46 |
pipeline = QwenImageEditPlusPipeline.from_pretrained(model_name, torch_dtype=torch.bfloat16)
|
| 47 |
print("pipeline loaded")
|
| 48 |
pipeline.to('cuda')
|
|
|
|
| 42 |
import torch
|
| 43 |
from PIL import Image
|
| 44 |
from diffusers import QwenImageEditPlusPipeline
|
| 45 |
+
model_name = f"OPPOer/Qwen-Image-Edit-2509-Pruning"
|
| 46 |
pipeline = QwenImageEditPlusPipeline.from_pretrained(model_name, torch_dtype=torch.bfloat16)
|
| 47 |
print("pipeline loaded")
|
| 48 |
pipeline.to('cuda')
|