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", torch_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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,12 @@ widget:
|
|
| 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 |
|
|
|
|
| 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 |
+
- output:
|
| 21 |
+
url: images/mosaic5.jpg
|
| 22 |
+
text: 'Data flowing down image similar to the background of the Matrix movie. The background should be black and the characters and numbers should be orange. Inspirational in theme'
|
| 23 |
+
- output:
|
| 24 |
+
url: images/mosaic6.jpg
|
| 25 |
+
text: 'A man in a sleek orange and black outfit wearing dark sunglasses in a kung fu stance that suggests challenge or invitation inspired by Neo in the Matric. His posture is strong and iconic emphasizing his central role in the scene against an opponent. To transform the background is an abstract digital landscape inspired by The Matrix flowing green code forming geometric patterns with floating holographic panels sleek and professional high resolution and a futuristic corporate vibe. Represent otherworldly cyberpunk atmosphere perfectly blending the futuristic coding aesthetic with the character’s commanding presence.'
|
| 26 |
base_model: black-forest-labs/FLUX.1-dev
|
| 27 |
instance_prompt: MosaicPainter
|
| 28 |
|