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
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,16 +7,16 @@ tags:
|
|
| 7 |
widget:
|
| 8 |
- output:
|
| 9 |
url: images/mosaic1.jpg
|
| 10 |
-
text: '
|
| 11 |
- output:
|
| 12 |
url: images/mosaic2.jpg
|
| 13 |
-
text: '
|
| 14 |
- output:
|
| 15 |
url: images/mosaic3.jpg
|
| 16 |
-
text: '
|
| 17 |
- output:
|
| 18 |
url: images/mosaic4.jpg
|
| 19 |
-
text: '
|
| 20 |
base_model: black-forest-labs/FLUX.1-dev
|
| 21 |
instance_prompt: MosaicPainter
|
| 22 |
|
|
@@ -27,7 +27,6 @@ instance_prompt: MosaicPainter
|
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
| 30 |
-
# Model Description
|
| 31 |
strategy-mosaic is a Flux.1-dev LoRA based on Strategy Mosaic imagery.
|
| 32 |
|
| 33 |
# License
|
|
|
|
| 7 |
widget:
|
| 8 |
- output:
|
| 9 |
url: images/mosaic1.jpg
|
| 10 |
+
text: 'Inspirational image of an interconnected business system and technology ecosystem themed around the movie the Matrix. Orange should be the primary color. '
|
| 11 |
- output:
|
| 12 |
url: images/mosaic2.jpg
|
| 13 |
+
text: 'a circular frame made of an intricate array of gray blocks with orange lights around it, against a white background, in a technological style, a c4d rendering, and with a geometric composition. the center is an open door leading to another world.'
|
| 14 |
- output:
|
| 15 |
url: images/mosaic3.jpg
|
| 16 |
+
text: 'A man in a sleek black outfit wearing dark sunglasses standing confidently with one arm extended forward in a gesture that suggests challenge or invitation. His posture is strong and iconic emphasizing his central role in the scene. To transform the background is the streams of glowing orange digital code the signature Matrix effect flowing vertically like endless data rain against a dark backdrop. The glowing symbols illuminate the scene with an otherworldly cyberpunk atmosphere perfectly blending the futuristic coding aesthetic with the character’s commanding presence.'
|
| 17 |
- output:
|
| 18 |
url: images/mosaic4.jpg
|
| 19 |
+
text: 'A team of people based on the movie "The Matrix." The scene has modern, thoughtful, and intense people working to problem solve and looking at a modern dashboard. The background is dark with a technology feel. The people should be wearing orange and black and look confident and making a choice.'
|
| 20 |
base_model: black-forest-labs/FLUX.1-dev
|
| 21 |
instance_prompt: MosaicPainter
|
| 22 |
|
|
|
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 30 |
strategy-mosaic is a Flux.1-dev LoRA based on Strategy Mosaic imagery.
|
| 31 |
|
| 32 |
# License
|