Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Style
Synthwave
Art
Render
Lineart
PublicPrompts
WarAnakin
RunDiffusion
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Crystalwave with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Crystalwave 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/Crystalwave", 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
|
@@ -48,6 +48,8 @@ Bottom right: table with cassette tape with sunglasses on it, table with cassett
|
|
| 48 |
|
| 49 |

|
| 50 |
|
|
|
|
|
|
|
| 51 |
Top left: (tank) driving down the street to the sunset, outrun, snthwve style wallpaper, 8k, highly detailed, cinematic lighting, conceptmento, very realistic, clear, super detailed, colorful accents, detailed and intricate, trending on artstation, in the style in the style of artstation, highly realistic, very detailed, 4k, 8k, octane
|
| 52 |
|
| 53 |
Top right: pretty cute girl sitting on motorcycle, (facing the camera_1.2), (looking at camera_1.1), neon lines, snthwve style, HD wallpaper, detailed eyes, very beautiful, elegant, cinematic, artstation, octane render, art by art by artgerm and greg rutkowski and magali villeneuve, portrait, elegant, d ho
|
|
|
|
| 48 |
|
| 49 |

|
| 50 |
|
| 51 |
+
(Click for larger)
|
| 52 |
+
|
| 53 |
Top left: (tank) driving down the street to the sunset, outrun, snthwve style wallpaper, 8k, highly detailed, cinematic lighting, conceptmento, very realistic, clear, super detailed, colorful accents, detailed and intricate, trending on artstation, in the style in the style of artstation, highly realistic, very detailed, 4k, 8k, octane
|
| 54 |
|
| 55 |
Top right: pretty cute girl sitting on motorcycle, (facing the camera_1.2), (looking at camera_1.1), neon lines, snthwve style, HD wallpaper, detailed eyes, very beautiful, elegant, cinematic, artstation, octane render, art by art by artgerm and greg rutkowski and magali villeneuve, portrait, elegant, d ho
|