majian0318 commited on
Commit
823c1d8
·
verified ·
1 Parent(s): 15a514c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -5
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