fe1deddce92ea77b405062aa1f1bbfe595a2a5cacdfb000a4d6ac6ab0175f18c
Browse files- README.md +10 -6
- config.json +1 -1
- model/smash_config.json +2 -2
- plots.png +0 -0
README.md
CHANGED
@@ -19,23 +19,27 @@ metrics:
|
|
19 |
</div>
|
20 |
<!-- header end -->
|
21 |
|
22 |
-
# Simply make AI models cheaper, smaller, faster, and greener!
|
23 |
-
|
24 |
[![Twitter](https://img.shields.io/twitter/follow/PrunaAI?style=social)](https://twitter.com/PrunaAI)
|
25 |
[![GitHub](https://img.shields.io/github/followers/PrunaAI?label=Follow%20%40PrunaAI&style=social)](https://github.com/PrunaAI)
|
26 |
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
|
|
|
|
|
|
27 |
|
28 |
- Give a thumbs up if you like this model!
|
29 |
- Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
|
30 |
- Request access to easily compress your *own* AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
|
31 |
- Read the documentations to know more [here](https://pruna-ai-pruna.readthedocs-hosted.com/en/latest/)
|
32 |
-
-
|
33 |
|
34 |
## Results
|
35 |
|
36 |
![image info](./plots.png)
|
37 |
|
38 |
-
|
|
|
|
|
|
|
39 |
|
40 |
## Setup
|
41 |
|
@@ -73,9 +77,9 @@ You can run the smashed model with these steps:
|
|
73 |
|
74 |
The configuration info are in `config.json`.
|
75 |
|
76 |
-
## License
|
77 |
|
78 |
-
We follow the same license as the original model. Please check the license of the original model runwayml
|
79 |
|
80 |
## Want to compress other models?
|
81 |
|
|
|
19 |
</div>
|
20 |
<!-- header end -->
|
21 |
|
|
|
|
|
22 |
[![Twitter](https://img.shields.io/twitter/follow/PrunaAI?style=social)](https://twitter.com/PrunaAI)
|
23 |
[![GitHub](https://img.shields.io/github/followers/PrunaAI?label=Follow%20%40PrunaAI&style=social)](https://github.com/PrunaAI)
|
24 |
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue)](https://www.linkedin.com/company/93832878/admin/feed/posts/?feedType=following)
|
25 |
+
[![Discord](https://img.shields.io/badge/Discord-Join%20Us-blue?style=social&logo=discord)](https://discord.gg/CP4VSgck)
|
26 |
+
|
27 |
+
# Simply make AI models cheaper, smaller, faster, and greener!
|
28 |
|
29 |
- Give a thumbs up if you like this model!
|
30 |
- Contact us and tell us which model to compress next [here](https://www.pruna.ai/contact).
|
31 |
- Request access to easily compress your *own* AI models [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
|
32 |
- Read the documentations to know more [here](https://pruna-ai-pruna.readthedocs-hosted.com/en/latest/)
|
33 |
+
- Join Pruna AI community on Discord [here](https://discord.gg/CP4VSgck) to share feedback/suggestions or get help.
|
34 |
|
35 |
## Results
|
36 |
|
37 |
![image info](./plots.png)
|
38 |
|
39 |
+
**Important remarks:**
|
40 |
+
- The quality of the model output might slightly vary compared to the base model. There might be minimal quality loss.
|
41 |
+
- These results were obtained on NVIDIA A100-PCIE-40GB with configuration described in config.json and are obtained after a hardware warmup. Efficiency results may vary in other settings (e.g. other hardware, image size, batch size, ...).
|
42 |
+
- You can request premium access to more compression methods and tech support for your specific use-cases [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
|
43 |
|
44 |
## Setup
|
45 |
|
|
|
77 |
|
78 |
The configuration info are in `config.json`.
|
79 |
|
80 |
+
## Credits & License
|
81 |
|
82 |
+
We follow the same license as the original model. Please check the license of the original model runwayml/stable-diffusion-v1-5 before using this model which provided the base model.
|
83 |
|
84 |
## Want to compress other models?
|
85 |
|
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"pruners": "None", "pruning_ratio":
|
|
|
1 |
+
{"pruners": "None", "pruning_ratio": "None", "factorizers": "None", "quantizers": "None", "n_quantization_bits": 32, "output_deviation": 0.0, "compilers": "['step_caching', 'tiling', 'diffusers2']", "static_batch": true, "static_shape": false, "controlnet": "None", "unet_dim": 4, "device": "cuda", "batch_size": 1, "max_batch_size": 1, "image_height": 512, "image_width": 512, "version": "1.5", "task": "txt2img", "weight_name": "None", "model_name": "runwayml/stable-diffusion-v1-5", "save_load_fn": "stable_fast"}
|
model/smash_config.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c63d7759cd722bc1e7ae607e706956658c97dd29c211efe4fbe1974cf496088
|
3 |
+
size 684
|
plots.png
CHANGED