zhangyang-0123
commited on
Commit
•
794cef6
1
Parent(s):
bbd1d8b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- black-forest-labs/FLUX.1-schnell
|
5 |
+
- stabilityai/stable-diffusion-xl-base-1.0
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
---
|
8 |
+
# Model Card for Model ID
|
9 |
+
|
10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
+
|
12 |
+
This holds the pruned model using [**EcoDiff**](https://yangzhang-v5.github.io/EcoDiff/). We provide 2 pruned models (SD-XL, FLUX-schnell) with 20% pruning ratio.
|
13 |
+
## Model Details
|
14 |
+
|
15 |
+
### Model Description
|
16 |
+
|
17 |
+
<!-- Provide a longer summary of what this model is. -->
|
18 |
+
Models are stored in pickle files due to in-place neuron removal. We decided to store the model in this way to reuse provided diffusers modules to load models.
|
19 |
+
|
20 |
+
### Model Sources [optional]
|
21 |
+
|
22 |
+
<!-- Provide the basic links for the model. -->
|
23 |
+
|
24 |
+
- **Repository:** [More Information Needed]
|
25 |
+
- **Paper [optional]:** [More Information Needed]
|
26 |
+
- **Demo [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
## Uses
|
29 |
+
|
30 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
31 |
+
|
32 |
+
### Direct Use
|
33 |
+
|
34 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
35 |
+
|
36 |
+
[More Information Needed]
|