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
|
@@ -18,6 +18,6 @@ A mix of F222 wih subreddit-v3 (many attempts were done to implement subreddit-v
|
|
| 18 |
|
| 19 |
Weighted Sum 0.5 F222 + subreddit-v3 = RedditAlpha
|
| 20 |
|
| 21 |
-
Add Difference 1.0 sd-1.5 + (RedditAlpha - sd-1.
|
| 22 |
|
| 23 |
Bake VAE Color 101 = RedditVAE
|
|
|
|
| 18 |
|
| 19 |
Weighted Sum 0.5 F222 + subreddit-v3 = RedditAlpha
|
| 20 |
|
| 21 |
+
Add Difference 1.0 sd-1.5 + (RedditAlpha - sd-1.4) = Reddit
|
| 22 |
|
| 23 |
Bake VAE Color 101 = RedditVAE
|