arisha07 commited on
Commit
4451375
1 Parent(s): f437796

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -16,6 +16,9 @@ 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
  - **Original Developed by:** Robin Rombach, Patrick Esser
@@ -91,13 +94,6 @@ 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
  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:
20
+ - GIMP plugin [openvino-ai-plugins-gimp](https://github.com/intel/openvino-ai-plugins-gimp.git)
21
+ - Blender Addon [dream-textures-openvino](https://github.com/intel/dream-textures-openvino)
22
 
23
  ## Original Model Details
24
  - **Original Developed by:** Robin Rombach, Patrick Esser
 
94
  This affects the overall output of the model, as white and western cultures are often set as the default. Further, the
95
  ability of the model to generate content with non-English prompts is significantly worse than with English-language prompts.
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.