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
#4
by aiPhone13 - opened
- README.md +15 -0
- images/example_go7820f8q.png +3 -0
README.md
CHANGED
|
@@ -109,6 +109,21 @@ widget:
|
|
| 109 |
Sasha in an electrifying atmosphere.
|
| 110 |
output:
|
| 111 |
url: images/example_3n2os46y2.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
base_model: black-forest-labs/FLUX.1-dev
|
| 113 |
instance_prompt: null
|
| 114 |
|
|
|
|
| 109 |
Sasha in an electrifying atmosphere.
|
| 110 |
output:
|
| 111 |
url: images/example_3n2os46y2.png
|
| 112 |
+
- text: >-
|
| 113 |
+
<Tina_ti>. Tina, 45-year-old woman, and <ai_Phone>. Sasha, 40-year-old man,
|
| 114 |
+
are presented in an extraordinary bust portrait that blends the dark allure
|
| 115 |
+
of "American Horror Story" with the vibrant, mind-bending aesthetics of
|
| 116 |
+
cyberdelic art. Tina, with her short blonde hair, is adorned in a sleek,
|
| 117 |
+
iridescent dress that reflects flashes of neon in the cinematic lighting,
|
| 118 |
+
giving her an otherworldly glow. Sasha's compelling blue eyes and buzz cut
|
| 119 |
+
are enhanced by a futuristic, metallic jacket, its surface pulsating with
|
| 120 |
+
luminescent digital patterns. The background is a psychedelic blend of
|
| 121 |
+
swirling neon colors and geometric shapes, casting an eerie yet hypnotic
|
| 122 |
+
atmosphere. This fusion of the macabre and cybernetic elements creates a
|
| 123 |
+
portrait that is both unsettling and mesmerizing, balancing the darkness
|
| 124 |
+
with a vivid, digital brilliance.
|
| 125 |
+
output:
|
| 126 |
+
url: images/example_go7820f8q.png
|
| 127 |
base_model: black-forest-labs/FLUX.1-dev
|
| 128 |
instance_prompt: null
|
| 129 |
|
images/example_go7820f8q.png
ADDED
|
Git LFS Details
|