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
#1
by aiPhone13 - opened
- README.md +18 -4
- images/example_0h4yy6kep.png +3 -0
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
widget:
|
| 8 |
- text: >-
|
| 9 |
<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair,
|
|
@@ -66,6 +66,20 @@ widget:
|
|
| 66 |
photorealistic touch.
|
| 67 |
output:
|
| 68 |
url: images/IMG_1173.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
base_model: black-forest-labs/FLUX.1-dev
|
| 70 |
instance_prompt: null
|
| 71 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- text: >-
|
| 9 |
<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair,
|
|
|
|
| 66 |
photorealistic touch.
|
| 67 |
output:
|
| 68 |
url: images/IMG_1173.png
|
| 69 |
+
- text: >-
|
| 70 |
+
<Tina_ti>. Tina, a 45-year-old woman with her signature short stature and
|
| 71 |
+
radiant blonde hair, appears alongside <ai_Phone>. Sasha, a 40-year-old man
|
| 72 |
+
with a buzz cut, deep blue eyes, and a charming dimple on his chin. His face
|
| 73 |
+
bears gentle scars that add to his enigma. Tina is adorned in a flowing,
|
| 74 |
+
ethereal white gown trimmed with soft lace, while a halo-like glow surrounds
|
| 75 |
+
her, enhancing the angelcore aesthetic. Sasha, in a pristine ivory suit,
|
| 76 |
+
exudes grace and serenity. The background is a celestial dreamscape with
|
| 77 |
+
soft clouds and a hint of heavenly light filtering through, casting an
|
| 78 |
+
ambient glow that elevates the photorealism to a hyper-realistic depiction.
|
| 79 |
+
The cinematic lighting creates an aura of divine elegance, encapsulating a
|
| 80 |
+
surreal yet tangible beauty.
|
| 81 |
+
output:
|
| 82 |
+
url: images/example_0h4yy6kep.png
|
| 83 |
base_model: black-forest-labs/FLUX.1-dev
|
| 84 |
instance_prompt: null
|
| 85 |
|
images/example_0h4yy6kep.png
ADDED
|
Git LFS Details
|