sharpenb commited on
Commit
e3f2189
1 Parent(s): 1f399fa

Upload folder using huggingface_hub (#2)

Browse files

- 871ad590ecf5be08721ea2274ff1b43e5a49c185b53b570fcdc6b1406c31c769 (ef98e6e1473c645bbd2132d72cbe774247972edb)
- 050879cfb0c2894d3479db54d6728b4da27df5fbcd77bcdb94ea24d02613963c (84ee75505e58f5add9e6cd513eabe65cbd1eb215)

README.md CHANGED
@@ -35,7 +35,10 @@ metrics:
35
 
36
  ![image info](./plots.png)
37
 
38
- These results were obtained on NVIDIA A100-PCIE-40GB with configuration described in config.json. Results may vary in other settings (e.g. other hardware, image size, batch size, ...).
 
 
 
39
 
40
  ## Setup
41
 
@@ -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 stabilityai-sdxl-turbo before using this 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
 
 
78
 
79
  ## License
80
 
81
+ We follow the same license as the original model. Please check the license of the original model stabilityai/sdxl-turbo before using this model.
82
 
83
  ## Want to compress other models?
84
 
config.json CHANGED
@@ -1 +1 @@
1
- {"pruners": "None", "pruning_ratio": 0.0, "factorizers": "None", "quantizers": "None", "n_quantization_bits": 32, "output_deviation": 0.01, "compilers": "['diffusers2']", "static_batch": true, "static_shape": false, "controlnet": "None", "unet_dim": 4, "device": "cuda", "save_dir": "/ceph/hdd/staff/charpent/models/.models/optimized_model", "batch_size": 1, "max_batch_size": 1, "image_height": 1024, "image_width": 1024, "version": "xl-1.0", "scheduler": "DDIM", "task": "txt2imgxl", "model_name": "stabilityai/sdxl-turbo", "weight_name": "None", "save_load_fn": "stable_fast"}
 
1
+ {"pruners": "None", "pruning_ratio": 0.0, "factorizers": "None", "quantizers": "None", "n_quantization_bits": 32, "output_deviation": 0.005, "compilers": "['diffusers2']", "static_batch": true, "static_shape": false, "controlnet": "None", "unet_dim": 4, "device": "cuda", "save_dir": "/ceph/hdd/staff/charpent/models/.models/optimized_model", "batch_size": 1, "max_batch_size": 1, "image_height": 1024, "image_width": 1024, "version": "xl-1.0", "scheduler": "DDIM", "task": "txt2imgxl", "model_name": "stabilityai/sdxl-turbo", "weight_name": "None", "save_load_fn": "stable_fast"}
model/optimized_model.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76adfac86ad7f8c39708cf3fffca6a034997d224a82904389d542c8f5eb7de77
3
- size 6943131303
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b6544ca2e80b4b9c9fd978a155860d252e88f3ea46d816f20c5b65727fd47ff
3
+ size 6943131549
model/smash_config.json CHANGED
@@ -1 +1 @@
1
- {"api_key": "pruna_c4c77860c62a2965f6bc281841ee1d7bd3", "verify_url": "http://johnrachwan.pythonanywhere.com", "smash_config": {"pruners": "None", "pruning_ratio": 0.0, "factorizers": "None", "quantizers": "None", "n_quantization_bits": 32, "output_deviation": 0.01, "compilers": "['diffusers2']", "static_batch": true, "static_shape": false, "controlnet": "None", "unet_dim": 4, "device": "cuda", "cache_dir": "/ceph/hdd/staff/charpent/.cache/models", "save_dir": "/ceph/hdd/staff/charpent/models/.models/optimized_model", "batch_size": 1, "max_batch_size": 1, "image_height": 1024, "image_width": 1024, "version": "xl-1.0", "scheduler": "DDIM", "task": "txt2imgxl", "model_name": "stabilityai/sdxl-turbo", "weight_name": "None", "save_load_fn": "stable_fast"}}
 
1
+ {"api_key": "pruna_c4c77860c62a2965f6bc281841ee1d7bd3", "verify_url": "http://johnrachwan.pythonanywhere.com", "smash_config": {"pruners": "None", "pruning_ratio": 0.0, "factorizers": "None", "quantizers": "None", "n_quantization_bits": 32, "output_deviation": 0.005, "compilers": "['diffusers2']", "static_batch": true, "static_shape": false, "controlnet": "None", "unet_dim": 4, "device": "cuda", "cache_dir": "/ceph/hdd/staff/charpent/.cache/models", "save_dir": "/ceph/hdd/staff/charpent/models/.models/optimized_model", "batch_size": 1, "max_batch_size": 1, "image_height": 1024, "image_width": 1024, "version": "xl-1.0", "scheduler": "DDIM", "task": "txt2imgxl", "model_name": "stabilityai/sdxl-turbo", "weight_name": "None", "save_load_fn": "stable_fast"}}
plots.png CHANGED