arisha07 commited on
Commit
d9f10a4
1 Parent(s): 6125d7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -16,6 +16,8 @@ This model is just optimized and converted to Intermediate Representation (IR) u
16
 
17
  This produces two sizes of output images in landscape - 640x360 and 768x512
18
 
 
 
19
 
20
  ## Original Model Details
21
  - **Original Developed by:** Robin Rombach, Patrick Esser
@@ -91,13 +93,7 @@ Texts and images from communities and cultures that use other languages are like
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
- ### Safety Module
95
 
96
- 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.
97
- This checker works by checking model outputs against known hard-coded NSFW concepts.
98
- The concepts are intentionally hidden to reduce the likelihood of reverse-engineering this filter.
99
- Specifically, the checker compares the class probability of harmful concepts in the embedding space of the `CLIPTextModel` *after generation* of the images.
100
- The concepts are passed into the model with the generated image and compared to a hand-engineered weight for each NSFW concept.
101
 
102
  ### Intel’s Human Rights Disclaimer:
103
  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
  This produces two sizes of output images in landscape - 640x360 and 768x512
18
 
19
+ Intended to be used with GIMP plugin [openvino-ai-plugins-gimp](https://github.com/intel/openvino-ai-plugins-gimp.git)
20
+
21
 
22
  ## Original Model Details
23
  - **Original Developed by:** Robin Rombach, Patrick Esser
 
93
  This affects the overall output of the model, as white and western cultures are often set as the default. Further, the
94
  ability of the model to generate content with non-English prompts is significantly worse than with English-language prompts.
95
 
 
96
 
 
 
 
 
 
97
 
98
  ### Intel’s Human Rights Disclaimer:
99
  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.