Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -31,11 +31,6 @@ This open-source project is based on Qwen-Image and has attempted model pruning,
|
|
| 31 |
|
| 32 |
## Quick Start
|
| 33 |
|
| 34 |
-
Download the file transformer_qwenimage_pruning.py from **https://github.com/OPPO-Mente-Lab/Qwen-Image-Pruning** to your local directory, and then you can directly load model with
|
| 35 |
-
```python
|
| 36 |
-
DiffusionPipeline.from_pretrained(model_name, torch_dtype=torch_dtype)
|
| 37 |
-
```
|
| 38 |
-
|
| 39 |
Install the latest version of diffusers and pytorch
|
| 40 |
```
|
| 41 |
pip install torch
|
|
|
|
| 31 |
|
| 32 |
## Quick Start
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
Install the latest version of diffusers and pytorch
|
| 35 |
```
|
| 36 |
pip install torch
|