rupeshs commited on
Commit
7b75cb0
·
verified ·
1 Parent(s): 3c5db93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -10,6 +10,13 @@ extra_gated_prompt: |-
10
 
11
  extra_gated_heading: Please read the LICENSE to access this model
12
  ---
 
 
 
 
 
 
 
13
  # SD v1-5 square Model Card
14
  The original source of this model is : [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5).
15
  This model is just optimized and converted to Intermediate Representation (IR) using OpenVino's Model Optimizer and POT tool to run on Intel's Hardware - CPU, GPU, NPU.
 
10
 
11
  extra_gated_heading: Please read the LICENSE to access this model
12
  ---
13
+
14
+ # SD v1-5 OpenVINO int8 quantized square Model Card
15
+
16
+ Original model : [sd-1.5-square-quantized](https://huggingface.co/Intel/sd-1.5-square-quantized)
17
+ This model can be used with [FastSD](https://github.com/rupeshs/fastsdcpu) on Intel AI PC
18
+
19
+
20
  # SD v1-5 square Model Card
21
  The original source of this model is : [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5).
22
  This model is just optimized and converted to Intermediate Representation (IR) using OpenVino's Model Optimizer and POT tool to run on Intel's Hardware - CPU, GPU, NPU.