Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ import os
|
|
| 43 |
from PIL import Image
|
| 44 |
import time
|
| 45 |
import torch
|
| 46 |
-
model_name = "OPPOer/Qwen-Image-Edit-Pruning
|
| 47 |
pipe = QwenImageEditPipeline.from_pretrained(model_name, torch_dtype=torch.bfloat16)
|
| 48 |
pipe = pipe.to('cuda')
|
| 49 |
|
|
|
|
| 43 |
from PIL import Image
|
| 44 |
import time
|
| 45 |
import torch
|
| 46 |
+
model_name = "OPPOer/Qwen-Image-Edit-Pruning"
|
| 47 |
pipe = QwenImageEditPipeline.from_pretrained(model_name, torch_dtype=torch.bfloat16)
|
| 48 |
pipe = pipe.to('cuda')
|
| 49 |
|