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
#9
by aiPhone13 - opened
- README.md +14 -0
- images/example_zyox6rgfy.png +3 -0
README.md
CHANGED
|
@@ -180,6 +180,20 @@ widget:
|
|
| 180 |
portrayal
|
| 181 |
output:
|
| 182 |
url: images/example_vd1kax5wv.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
base_model: black-forest-labs/FLUX.1-dev
|
| 184 |
instance_prompt: null
|
| 185 |
|
|
|
|
| 180 |
portrayal
|
| 181 |
output:
|
| 182 |
url: images/example_vd1kax5wv.png
|
| 183 |
+
- text: >-
|
| 184 |
+
<Tina_ti>. Tina, 45-year-old woman, and <ai_Phone>. Sasha, 40-year-old man,
|
| 185 |
+
are immersed in a hauntingly captivating bust portrait reminiscent of
|
| 186 |
+
"American Horror Story." Tina, with her small frame and blonde hair, wears a
|
| 187 |
+
vintage black velvet dress with intricate lace detailing, its darkness
|
| 188 |
+
contrasting sharply with the eerie, cinematic lighting. Sasha's buzz cut and
|
| 189 |
+
intense blue eyes are accentuated by a tailored dark suit, adding to his
|
| 190 |
+
enigmatic aura, with subtle hints of worn elegance. The hyper-realistic
|
| 191 |
+
texture of their attire and skin contrasts with the unsettling ambiance. The
|
| 192 |
+
background, layered with shadowy elements and a faint, ominous glow,
|
| 193 |
+
embodies a gothic, mysterious atmosphere, enveloping them in an uncanny yet
|
| 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 |
|
images/example_zyox6rgfy.png
ADDED
|
Git LFS Details
|