Instructions to use OpenGenerativeAI/SYNTHWAVE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OpenGenerativeAI/SYNTHWAVE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("OpenGenerativeAI/SYNTHWAVE") prompt = "SYNTHWAVE: A lone biker in a leather jacket with illuminated circuitry tattoos, roaring down an elevated highway under a full neon moon." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ license_link: LICENSE
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |

|
| 30 |
|
|
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
| 28 |
+
neon-soaked, synth-powered aesthetics of 1980s retro-futurism.
|
| 29 |
|
| 30 |

|
| 31 |
|