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
#6
by aiPhone13 - opened
- README.md +14 -0
- images/example_1fke58y5e.png +3 -0
README.md
CHANGED
|
@@ -138,6 +138,20 @@ widget:
|
|
| 138 |
and the whimsical in this hyper-stylized portrait.
|
| 139 |
output:
|
| 140 |
url: images/example_kbebi65d9.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
base_model: black-forest-labs/FLUX.1-dev
|
| 142 |
instance_prompt: null
|
| 143 |
|
|
|
|
| 138 |
and the whimsical in this hyper-stylized portrait.
|
| 139 |
output:
|
| 140 |
url: images/example_kbebi65d9.png
|
| 141 |
+
- text: >-
|
| 142 |
+
<Tina_ti>. Tina, 45-year-old woman, and <ai_Phone>. Sasha, 40-year-old man,
|
| 143 |
+
are depicted in a fascinating bust portrait that merges the unsettling charm
|
| 144 |
+
of "American Horror Story" with a whimsical cartoon flair. Tina, with her
|
| 145 |
+
short blonde hair, is dressed in a playful red and black polka dot dress
|
| 146 |
+
that contrasts with the eerie undertones, adding a quirky twist. Sasha, with
|
| 147 |
+
his buzz cut and expressive blue eyes, wears a comical dark suit, its
|
| 148 |
+
exaggerated features lending a caricatured touch. The background is a
|
| 149 |
+
surreal blend of cartoonish haunted house elements—the crooked windows and
|
| 150 |
+
distorted silhouettes illuminated by cinematic lighting.Shadows dance
|
| 151 |
+
playfully across their faces, creating a unique harmony between the macabre
|
| 152 |
+
and the whimsical in this hyper-stylized portrait.
|
| 153 |
+
output:
|
| 154 |
+
url: images/example_1fke58y5e.png
|
| 155 |
base_model: black-forest-labs/FLUX.1-dev
|
| 156 |
instance_prompt: null
|
| 157 |
|
images/example_1fke58y5e.png
ADDED
|
Git LFS Details
|