arisha07 commited on
Commit
0077878
·
1 Parent(s): d10ada1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -16,6 +16,7 @@ This model is just optimized and converted to Intermediate Representation (IR) u
16
 
17
  We have FP16 and INT8 versions of the model. Please note currently only unet model is quantized to int8.
18
 
 
19
 
20
  ## Original Model Details
21
  - **Developed by:** Lvmin Zhang, Maneesh Agrawala
@@ -90,13 +91,6 @@ Texts and images from communities and cultures that use other languages are like
90
  This affects the overall output of the model, as white and western cultures are often set as the default. Further, the
91
  ability of the model to generate content with non-English prompts is significantly worse than with English-language prompts.
92
 
93
- ### Safety Module
94
-
95
- The intended use of this model is with the [Safety Checker](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/safety_checker.py) in Diffusers.
96
- This checker works by checking model outputs against known hard-coded NSFW concepts.
97
- The concepts are intentionally hidden to reduce the likelihood of reverse-engineering this filter.
98
- Specifically, the checker compares the class probability of harmful concepts in the embedding space of the `CLIPTextModel` *after generation* of the images.
99
- The concepts are passed into the model with the generated image and compared to a hand-engineered weight for each NSFW concept.
100
 
101
  ### Intel’s Human Rights Disclaimer:
102
  Intel is committed to respecting human rights and avoiding complicity in human rights abuses. See Intel's Global Human Rights Principles. Intel's products and software are intended only to be used in applications that do not cause or contribute to a violation of an internationally recognized human right.
 
16
 
17
  We have FP16 and INT8 versions of the model. Please note currently only unet model is quantized to int8.
18
 
19
+ Intended to be used with GIMP plugin [openvino-ai-plugins-gimp](https://github.com/intel/openvino-ai-plugins-gimp.git)
20
 
21
  ## Original Model Details
22
  - **Developed by:** Lvmin Zhang, Maneesh Agrawala
 
91
  This affects the overall output of the model, as white and western cultures are often set as the default. Further, the
92
  ability of the model to generate content with non-English prompts is significantly worse than with English-language prompts.
93
 
 
 
 
 
 
 
 
94
 
95
  ### Intel’s Human Rights Disclaimer:
96
  Intel is committed to respecting human rights and avoiding complicity in human rights abuses. See Intel's Global Human Rights Principles. Intel's products and software are intended only to be used in applications that do not cause or contribute to a violation of an internationally recognized human right.