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
|
@@ -39,8 +39,11 @@ sitting elementary girl, Pretty CUTE, gorgeous hair, DETAILED CHIBI EYES, Magazi
|
|
| 39 |
(Click for larger)
|
| 40 |
|
| 41 |
Top left: snthwve wireframe neon lines, (dark colors_1.2) with (lines polygonal mountain_1.2) in background, (saturn with ring behind the mountain), (background is (white) starry night)!!, babel in the, tower, (((, barren, realistic minimalistic, intricate, highly detailed, sharp focus, 3D, digital painting, illustration, vaporwave,
|
|
|
|
| 42 |
Top right: (neon circle floating_1.2) (with palm tree inside it_1.1), above ocean, neon lights, snthwve style wallpaper featured on artstation, artwork by Greg Rutkowski and Beksinski, Esao Andrews, guisser, character design, very coherent symmetrical artwork, by anton fadeev dzimirsky and albrecht anker
|
|
|
|
| 43 |
Bottom left: (retro volkswagen van_1.1) (attached to hot air balloon_1.2), (dark colors_1.2), snthwve style wallpaper. graffiti on black canvas, digital art, concept art, trending on artstation, HD, 8K, highly detailed, good lighting,lighthouse, epic, masterpiece, surreal, detailed, sharp, 1980s
|
|
|
|
| 44 |
Bottom right: table with cassette tape with sunglasses on it, (dark colors_1.2), snthwve style wallpaper. Polaroid, photography, 4k, photoreal, highly detailed, cinematic lightning, sharp focus, art by Evgeny gorpcore and David lynch, art by beksinski and Moebius hyperrealism, full color, excellent composition, photo realistic, dynamic lighting
|
| 45 |
|
| 46 |
# Recipe:
|
|
|
|
| 39 |
(Click for larger)
|
| 40 |
|
| 41 |
Top left: snthwve wireframe neon lines, (dark colors_1.2) with (lines polygonal mountain_1.2) in background, (saturn with ring behind the mountain), (background is (white) starry night)!!, babel in the, tower, (((, barren, realistic minimalistic, intricate, highly detailed, sharp focus, 3D, digital painting, illustration, vaporwave,
|
| 42 |
+
|
| 43 |
Top right: (neon circle floating_1.2) (with palm tree inside it_1.1), above ocean, neon lights, snthwve style wallpaper featured on artstation, artwork by Greg Rutkowski and Beksinski, Esao Andrews, guisser, character design, very coherent symmetrical artwork, by anton fadeev dzimirsky and albrecht anker
|
| 44 |
+
|
| 45 |
Bottom left: (retro volkswagen van_1.1) (attached to hot air balloon_1.2), (dark colors_1.2), snthwve style wallpaper. graffiti on black canvas, digital art, concept art, trending on artstation, HD, 8K, highly detailed, good lighting,lighthouse, epic, masterpiece, surreal, detailed, sharp, 1980s
|
| 46 |
+
|
| 47 |
Bottom right: table with cassette tape with sunglasses on it, (dark colors_1.2), snthwve style wallpaper. Polaroid, photography, 4k, photoreal, highly detailed, cinematic lightning, sharp focus, art by Evgeny gorpcore and David lynch, art by beksinski and Moebius hyperrealism, full color, excellent composition, photo realistic, dynamic lighting
|
| 48 |
|
| 49 |
# Recipe:
|