Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Photorealistic
Base model
Abstract
Timeless
Film
Art
Fenn
Fusch
wildzzz
wavymulder
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/RealTime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/RealTime 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/RealTime", 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
- Draw Things
- DiffusionBee
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: creativeml-openrail-m
|
| 5 |
+
tags:
|
| 6 |
+
- Photorealistic
|
| 7 |
+
- Base model
|
| 8 |
+
- Abstract
|
| 9 |
+
- Timeless
|
| 10 |
+
- Film
|
| 11 |
+
- Art
|
| 12 |
+
- Fusch
|
| 13 |
+
- Fenn
|
| 14 |
+
- wildzzz
|
| 15 |
+
- wavymulder
|
| 16 |
+
- stable-diffusion
|
| 17 |
+
- stable-diffusion-diffusers
|
| 18 |
+
- text-to-image
|
| 19 |
+
- diffusers
|
| 20 |
+
inference: true
|
| 21 |
+
base_model: Yntec/RealLife
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
Work in progress.
|