Instructions to use StrategyAI/strategy-neon-krea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use StrategyAI/strategy-neon-krea 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-Krea-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("StrategyAI/strategy-neon-krea") prompt = "A dolphin glowing with neon orange light leaping gracefully from dark midnight waters under a starry sky. The sea reflects shimmering orange neon trails, symbolizing strategy and flow futuristic and mysterious." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 7 files
Browse files- images/neon-krea-1.jpg +3 -0
- images/neon-krea-2.jpg +3 -0
- images/neon-krea-3.jpg +3 -0
- images/neon-krea-4.jpg +3 -0
- images/neon-krea-5.jpg +3 -0
- images/neon-krea-6.jpg +3 -0
- strategy-neon-krea.safetensors +3 -0
images/neon-krea-1.jpg
ADDED
|
Git LFS Details
|
images/neon-krea-2.jpg
ADDED
|
Git LFS Details
|
images/neon-krea-3.jpg
ADDED
|
Git LFS Details
|
images/neon-krea-4.jpg
ADDED
|
Git LFS Details
|
images/neon-krea-5.jpg
ADDED
|
Git LFS Details
|
images/neon-krea-6.jpg
ADDED
|
Git LFS Details
|
strategy-neon-krea.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a500469a8b2e27420e4375eba4eef08a082a939d4582eb8b09e1a02361e548a
|
| 3 |
+
size 89745224
|