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
#8
by aiPhone13 - opened
- README.md +14 -0
- images/example_vd1kax5wv.png +3 -0
README.md
CHANGED
|
@@ -166,6 +166,20 @@ widget:
|
|
| 166 |
portrayal.
|
| 167 |
output:
|
| 168 |
url: images/example_0i1kqu5rc.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
base_model: black-forest-labs/FLUX.1-dev
|
| 170 |
instance_prompt: null
|
| 171 |
|
|
|
|
| 166 |
portrayal.
|
| 167 |
output:
|
| 168 |
url: images/example_0i1kqu5rc.png
|
| 169 |
+
- text: >-
|
| 170 |
+
<Tina_ti>. Tina, 45-year-old woman, and <ai_Phone>. Sasha, 40-year-old man,
|
| 171 |
+
are enveloped in a spine-chilling yet captivating bust portrait, styled with
|
| 172 |
+
the eerie sophistication of "American Horror Story." Tina, with her petite
|
| 173 |
+
frame and blonde curls, dons a deep burgundy velvet dress, its rich texture
|
| 174 |
+
illuminated by the dramatic cinematic lighting. Intricate lace accents trace
|
| 175 |
+
her neckline, adding a touch of vintage allure. Sasha's buzz cut and
|
| 176 |
+
piercing blue eyes peer beneath a tailored black suit, the shadows deepening
|
| 177 |
+
his mysterious demeanor. The background, a tapestry of dimly lit gothic
|
| 178 |
+
motifs and flickering candlelight, casts an eerie glow that enhances the
|
| 179 |
+
cinematic ambiance, blending tension and intrigue into the hyper-realistic
|
| 180 |
+
portrayal
|
| 181 |
+
output:
|
| 182 |
+
url: images/example_vd1kax5wv.png
|
| 183 |
base_model: black-forest-labs/FLUX.1-dev
|
| 184 |
instance_prompt: null
|
| 185 |
|
images/example_vd1kax5wv.png
ADDED
|
Git LFS Details
|