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
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
|
| 13 |
# Reddit
|
| 14 |
|
| 15 |
-
A mix of F222 wih subreddit-v3 (many attempts were done to implement subreddit-v4 to v6 but all of
|
| 16 |
|
| 17 |
# Recipe
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
# Reddit
|
| 14 |
|
| 15 |
+
A mix of F222 wih subreddit-v3 (many attempts were done to implement subreddit-v4 to v6 but all of them failed.)
|
| 16 |
|
| 17 |
# Recipe
|
| 18 |
|