Instructions to use StrategyAI/strategy-neon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use StrategyAI/strategy-neon 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("StrategyAI/strategy-neon") prompt = "A dark futuristic background with a glowing neon pathway leading into the horizon illuminated with radiant orange and subtle blue neon lights. The pathway appears three dimensional surrounded by abstract digital light effects and faint glowing grids. Inspirational and motivational theme elegant and professional high resolution" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 7 files
Browse files- images/neon1.jpg +3 -0
- images/neon2.jpg +3 -0
- images/neon3.jpg +3 -0
- images/neon4.jpg +3 -0
- images/neon5.jpg +3 -0
- images/neon6.jpg +3 -0
- strategy-neon.safetensors +3 -0
images/neon1.jpg
ADDED
|
Git LFS Details
|
images/neon2.jpg
ADDED
|
Git LFS Details
|
images/neon3.jpg
ADDED
|
Git LFS Details
|
images/neon4.jpg
ADDED
|
Git LFS Details
|
images/neon5.jpg
ADDED
|
Git LFS Details
|
images/neon6.jpg
ADDED
|
Git LFS Details
|
strategy-neon.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4ea10453ab6e667f08057da4c30ae2ad1bbae5d3504cf643c75e8cbfe372227
|
| 3 |
+
size 89745224
|