Text-to-Image
Diffusers
ONNX
Safetensors
OpenVINO
English
StableDiffusionPipeline
art
anime
stable diffusion
Instructions to use Disty0/SoteMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Disty0/SoteMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Disty0/SoteMix", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update safety_checker/config.json
Browse files
safety_checker/config.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"model_type": "clip_text_model",
|
| 15 |
"num_attention_heads": 12
|
| 16 |
},
|
| 17 |
-
"torch_dtype": "
|
| 18 |
"transformers_version": "4.34.1",
|
| 19 |
"vision_config": {
|
| 20 |
"dropout": 0.0,
|
|
|
|
| 14 |
"model_type": "clip_text_model",
|
| 15 |
"num_attention_heads": 12
|
| 16 |
},
|
| 17 |
+
"torch_dtype": "float16",
|
| 18 |
"transformers_version": "4.34.1",
|
| 19 |
"vision_config": {
|
| 20 |
"dropout": 0.0,
|