Upload folder using huggingface_hub (#2)
Browse files- b67b173e0e688c35110b2b33b507f39330d5df48cff190f4696e26cb7789b62d (3ec8da582aa332b155824744dc21a105d9247b3a)
- 386b086272f328f5c00e70599ac606ddbc5fb8a8297b62dd67a72ee70d3d998f (b0d0d81584413e8e33dedb23e7e391735f3741fa)
- README.md +6 -3
- model/optimized_model.pkl +2 -2
- plots.png +0 -0
README.md
CHANGED
@@ -35,7 +35,10 @@ metrics:
|
|
35 |
|
36 |
![image info](./plots.png)
|
37 |
|
38 |
-
|
|
|
|
|
|
|
39 |
|
40 |
## Setup
|
41 |
|
@@ -50,7 +53,7 @@ You can run the smashed model with these steps:
|
|
50 |
- Option 1 - Use command line interface (CLI):
|
51 |
```bash
|
52 |
mkdir hakurei-waifu-diffusion-turbo-green-smashed
|
53 |
-
huggingface-cli download PrunaAI/hakurei-waifu-diffusion-turbo-green-smashed --local-dir hakurei-waifu-diffusion --local-dir-use-symlinks False
|
54 |
```
|
55 |
- Option 2 - Use Python:
|
56 |
```python
|
@@ -75,7 +78,7 @@ 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
|
79 |
|
80 |
## Want to compress other models?
|
81 |
|
|
|
35 |
|
36 |
![image info](./plots.png)
|
37 |
|
38 |
+
**Important remarks:**
|
39 |
+
- The quality of the model output might slightly vary compared to the base model. There might be minimal quality loss.
|
40 |
+
- 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, ...).
|
41 |
+
- 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).
|
42 |
|
43 |
## Setup
|
44 |
|
|
|
53 |
- Option 1 - Use command line interface (CLI):
|
54 |
```bash
|
55 |
mkdir hakurei-waifu-diffusion-turbo-green-smashed
|
56 |
+
huggingface-cli download PrunaAI/hakurei-waifu-diffusion-turbo-green-smashed --local-dir hakurei-waifu-diffusion-turbo-green-smashed --local-dir-use-symlinks False
|
57 |
```
|
58 |
- Option 2 - Use Python:
|
59 |
```python
|
|
|
78 |
|
79 |
## License
|
80 |
|
81 |
+
We follow the same license as the original model. Please check the license of the original model hakurei/waifu-diffusion before using this model.
|
82 |
|
83 |
## Want to compress other models?
|
84 |
|
model/optimized_model.pkl
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:8bf7962fe9fe3a72db8cb2f2a47f0b64df21b2e07639811264f3d6b4d36f005b
|
3 |
+
size 3190895004
|
plots.png
CHANGED