Instructions to use StrategyAI/strategy-mosaic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use StrategyAI/strategy-mosaic 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-mosaic") prompt = "Inspirational image of an interconnected business system and technology ecosystem themed around the movie the Matrix. Orange should be the primary color. " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 5 files
Browse files- images/mosaic1.jpg +3 -0
- images/mosaic2.jpg +3 -0
- images/mosaic3.jpg +3 -0
- images/mosaic4.jpg +3 -0
- strategy-mosaic.safetensors +3 -0
images/mosaic1.jpg
ADDED
|
Git LFS Details
|
images/mosaic2.jpg
ADDED
|
Git LFS Details
|
images/mosaic3.jpg
ADDED
|
Git LFS Details
|
images/mosaic4.jpg
ADDED
|
Git LFS Details
|
strategy-mosaic.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d0c55c3bc54df8ad4d367320d29263ffe3f0809cea3043dea47ef7e88da119e
|
| 3 |
+
size 89745224
|