safety_checker off by default
Browse files
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"
|