Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
nutbutter
acheong08
Instructions to use Yntec/Reddit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Reddit with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Reddit", torch_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 README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,11 @@ tags:
|
|
| 8 |
- text-to-image
|
| 9 |
- nutbutter
|
| 10 |
- acheong08
|
|
|
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# Reddit
|
| 14 |
|
| 15 |
A mix of RedditAlpha and REV 1.0, with the Color101VAE baked in.
|
|
|
|
| 8 |
- text-to-image
|
| 9 |
- nutbutter
|
| 10 |
- acheong08
|
| 11 |
+
inference: false
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Warning: This model is horny! Add "nude, naked" to the negative prompt if want to avoid NSFW.
|
| 15 |
+
|
| 16 |
# Reddit
|
| 17 |
|
| 18 |
A mix of RedditAlpha and REV 1.0, with the Color101VAE baked in.
|