Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Base Model
General
Fun
playgroundai
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Playground with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Playground 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/Playground", 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 .gitattributes
Browse files- .gitattributes +4 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
blobs/11bc15ceb385823b4adb68bd5bdd7568d0c706c3de5ea9ebcb0b807092fc9030 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
blobs/16d28f2b37109f222cdc33620fdd262102ac32112be0352a7f77e9614b35a394 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
blobs/6a34f30098988d85dc0fb0fc272a842ebcf552e2ebc6ce4adbcf3695d08e8a90 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
blobs/faf13219eaf04c36f860f0f5942642405e283db86d9f4fd787114239386c49c4 filter=lfs diff=lfs merge=lfs -text
|