sharpenb commited on
Commit
7834975
1 Parent(s): 82d98ad

94f4198554614d793927c07b6347059217d7e7865875848fe2ad09cddacad0aa

Browse files
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 dreamlike-art-dreamlike-photoreal-2.0 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 dreamlike-art/dreamlike-photoreal-2.0 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.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": 512, "image_width": 512, "version": "1.5", "task": "txt2img", "model_name": "dreamlike-art/dreamlike-photoreal-2.0", "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', 'tiling', 'step_caching']", "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": 512, "image_width": 512, "version": "1.5", "task": "txt2img", "model_name": "dreamlike-art/dreamlike-photoreal-2.0", "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:01cf8fff2093f15f2460a140425b876235407e1266ec4524cc853a416e512e9a
3
- size 2135121532
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be2ec997ea205f30e412dc9836d1f59e7c88fa5c4c69c1fd0f2479f91d8b3b3d
3
+ size 2135158297
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.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": 512, "image_width": 512, "version": "1.5", "task": "txt2img", "model_name": "dreamlike-art/dreamlike-photoreal-2.0", "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', 'tiling', 'step_caching']", "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": 512, "image_width": 512, "version": "1.5", "task": "txt2img", "model_name": "dreamlike-art/dreamlike-photoreal-2.0", "weight_name": "None", "save_load_fn": "stable_fast"}}
plots.png CHANGED