RachidAR commited on
Commit
7713fc8
·
verified ·
1 Parent(s): e293824

safety_checker off by default

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ pip install segmoe
34
  ```python
35
  from segmoe import SegMoEPipeline
36
 
37
- pipeline = SegMoEPipeline("RachidAR/AFlow-SegMoe-1Bx3-v0.1", device = "cuda")
38
 
39
  prompt = "cosmic canvas, orange city background, painting of a chubby cat"
40
  negative_prompt = "nsfw, bad quality, worse quality"
 
34
  ```python
35
  from segmoe import SegMoEPipeline
36
 
37
+ pipeline = SegMoEPipeline("RachidAR/AFlow-SegMoe-1Bx3-v0.1", device = "cuda", safety_checker = None)
38
 
39
  prompt = "cosmic canvas, orange city background, painting of a chubby cat"
40
  negative_prompt = "nsfw, bad quality, worse quality"