Instructions to use aiPhone13/Tinati3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aiPhone13/Tinati3 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/Tinati3") prompt = "<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair, stands beside <ai_Phone>. Sasha, a 40-year-old man with a buzz cut hairstyle, blue eyes, and a dimple on his chin. There are some faint facial scars adding a rugged appeal to his visage. Both are dressed elegantly; Tina is wearing a deep green velvet dress with intricate lace detailing on the sleeves, and Sasha sports a tailored navy blue suit with a crisp white shirt. The background features a softly blurred cityscape at dusk, where the cinematic lighting casts gentle shadows, highlighting their features with a photorealistic touch. documentary film still, backlit, lifestyle photography, candid, realistic, epic realism " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model aiPhone13/Tinati3.
Prompt: <Tina_ti>. Tina, 45-year-old woman, and <ai_Phone>. Sasha, 40-year-old man, appear in a striking bust portrait that intricately combines the unsettling aura of "American Horror Story" with the raw authenticity of documentary photography. Tina, with her short blonde hair, is dressed in a classic, understated black blouse that captures the somber mood, with subtle details accentuated by the soft cinematic lighting. Sasha's distinct buzz cut and vigilant blue eyes are highlighted by a simple, worn gray T-shirt, enhancing the realism of the scene. The backdrop is minimalist, with shadowy hints of an old, decrepit interior setting, invoking a sense of mystery and unease. This fusion of horror and reality crafts an intense yet authentic visual story, capturing the essence of character through a lens of truth and intrigue.
- README.md +15 -0
- images/example_af8vih8o5.png +3 -0
|
@@ -194,6 +194,21 @@ widget:
|
|
| 194 |
mesmerizing scene.
|
| 195 |
output:
|
| 196 |
url: images/example_zyox6rgfy.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
base_model: black-forest-labs/FLUX.1-dev
|
| 198 |
instance_prompt: null
|
| 199 |
|
|
|
|
| 194 |
mesmerizing scene.
|
| 195 |
output:
|
| 196 |
url: images/example_zyox6rgfy.png
|
| 197 |
+
- text: >-
|
| 198 |
+
<Tina_ti>. Tina, 45-year-old woman, and <ai_Phone>. Sasha, 40-year-old man,
|
| 199 |
+
appear in a striking bust portrait that intricately combines the unsettling
|
| 200 |
+
aura of "American Horror Story" with the raw authenticity of documentary
|
| 201 |
+
photography. Tina, with her short blonde hair, is dressed in a classic,
|
| 202 |
+
understated black blouse that captures the somber mood, with subtle details
|
| 203 |
+
accentuated by the soft cinematic lighting. Sasha's distinct buzz cut and
|
| 204 |
+
vigilant blue eyes are highlighted by a simple, worn gray T-shirt, enhancing
|
| 205 |
+
the realism of the scene. The backdrop is minimalist, with shadowy hints of
|
| 206 |
+
an old, decrepit interior setting, invoking a sense of mystery and unease.
|
| 207 |
+
This fusion of horror and reality crafts an intense yet authentic visual
|
| 208 |
+
story, capturing the essence of character through a lens of truth and
|
| 209 |
+
intrigue.
|
| 210 |
+
output:
|
| 211 |
+
url: images/example_af8vih8o5.png
|
| 212 |
base_model: black-forest-labs/FLUX.1-dev
|
| 213 |
instance_prompt: null
|
| 214 |
|
|
Git LFS Details
|