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
Add 3 files
Browse files- images/out-0 (1).webp +3 -0
- synthwave.safetensors +3 -0
images/out-0 (1).webp
ADDED
|
Git LFS Details
|
synthwave.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bffa13521d4a3829440c9a6e60a8aa6f68407e217f15708c0be6bfe67bb92e1
|
| 3 |
+
size 171969920
|