Instructions to use aiPhone13/Tiai2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aiPhone13/Tiai2 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("aiPhone13/Tiai2") prompt = "Tinati i aiPhone " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model aiPhone13/Tiai2.
Prompt: <Tina_ti> and <ai_Phone> are reimagined in the high-tech and intense universe of "StarCraft," presented with photorealistic detail and dynamic cinematic lighting that brings out the drama of their encounter. Tina, a 45-year-old woman with her distinctive blonde hair, is outfitted in a sleek, futuristic exosuit, adorned with glowing interfaces and metallic textures that reflect her role as a fearless commander. Sasha, a 40-year-old man with a buzz cut and piercing blue eyes, is portrayed in an armored combat suit, equipped with advanced tech and tactical gear, highlighting his readiness for battle. His dimple and facial scars add depth to his determined expression. The background features the stark and expansive landscape of an alien world, with towering structures and a sky filled with distant stars, creating a sense of scale and urgency that captures the epic and strategic essence of the StarCraft universe.
- README.md +20 -4
- images/example_k2o84vxt3.png +3 -0
|
@@ -1,13 +1,29 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
widget:
|
| 8 |
- text: 'Tinati i aiPhone '
|
| 9 |
output:
|
| 10 |
url: images/IMG_1155.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-dev
|
| 12 |
instance_prompt: null
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- text: 'Tinati i aiPhone '
|
| 9 |
output:
|
| 10 |
url: images/IMG_1155.png
|
| 11 |
+
- text: >-
|
| 12 |
+
<Tina_ti> and <ai_Phone> are reimagined in the high-tech and intense
|
| 13 |
+
universe of "StarCraft," presented with photorealistic detail and dynamic
|
| 14 |
+
cinematic lighting that brings out the drama of their encounter. Tina, a
|
| 15 |
+
45-year-old woman with her distinctive blonde hair, is outfitted in a sleek,
|
| 16 |
+
futuristic exosuit, adorned with glowing interfaces and metallic textures
|
| 17 |
+
that reflect her role as a fearless commander. Sasha, a 40-year-old man with
|
| 18 |
+
a buzz cut and piercing blue eyes, is portrayed in an armored combat suit,
|
| 19 |
+
equipped with advanced tech and tactical gear, highlighting his readiness
|
| 20 |
+
for battle. His dimple and facial scars add depth to his determined
|
| 21 |
+
expression. The background features the stark and expansive landscape of an
|
| 22 |
+
alien world, with towering structures and a sky filled with distant stars,
|
| 23 |
+
creating a sense of scale and urgency that captures the epic and strategic
|
| 24 |
+
essence of the StarCraft universe.
|
| 25 |
+
output:
|
| 26 |
+
url: images/example_k2o84vxt3.png
|
| 27 |
base_model: black-forest-labs/FLUX.1-dev
|
| 28 |
instance_prompt: null
|
| 29 |
|
|
Git LFS Details
|