INC4AI commited on
Commit
36ce0e2
·
verified ·
1 Parent(s): 48e84fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: unknown
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ base_model:
4
+ - lllyasviel/FramePackI2V_HY
5
+ ---
6
+
7
+ ## Model Details
8
+
9
+ This model card is for mxfp8 quantization of [lllyasviel/FramePackI2V_HY](https://huggingface.co/lllyasviel/FramePackI2V_HY) based on [intel/auto-round](https://github.com/intel/auto-round).
10
+ The model are not able to be published due to license limitation. Please follow the INC example README to generate and evaluate the low precision models.
11
+
12
+ ## How to Use
13
+
14
+ The step-by-step README of quantization and evaluation can be found in [Intel Neural Compressor Examples](https://github.com/intel/neural-compressor/blob/master/examples/pytorch/diffusion_model/diffusers/framepack/README.md).
15
+
16
+ ## Evaluate Results
17
+
18
+ | Task | backend | BF16 | MXFP8 |
19
+ |:-------------------:|:-------:|:------:|:------:|
20
+ | subject_consistency | vllm | 0.9656 | 0.9656 |
21
+ | i2v_background | vllm | 0.9928 | 0.9936 |
22
+ | dynamic_degree | vllm | 0.2724 | 0.2724 |
23
+ | imaging_quality | vllm | 0.7036 | 0.7018 |
24
+
25
+
26
+ ## Ethical Considerations and Limitations
27
+
28
+ The model can produce factually incorrect output, and should not be relied on to produce factually accurate information.
29
+ Because of the limitations of the pretrained model and the finetuning datasets, it is possible that this model could generate lewd, biased or otherwise offensive outputs.
30
+
31
+ Therefore, before deploying any applications of the model, developers should perform safety testing.
32
+
33
+ ## Caveats and Recommendations
34
+
35
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
36
+
37
+ Here are a couple of useful links to learn more about Intel's AI software:
38
+
39
+ - [Intel Neural Compressor](https://github.com/intel/neural-compressor)
40
+ - [AutoRound](https://github.com/intel/auto-round)
41
+
42
+ ## Disclaimer
43
+
44
+ The license on this model does not constitute legal advice.
45
+ We are not responsible for the actions of third parties who use this model.
46
+ Please consult an attorney before using this model for commercial purposes.