File size: 3,817 Bytes
eae6aac
 
 
 
 
 
 
 
 
 
 
 
 
 
c02290c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eae6aac
 
c02290c
eae6aac
c02290c
eae6aac
c02290c
eae6aac
c02290c
 
 
 
eae6aac
 
 
c02290c
 
 
 
 
 
 
 
eae6aac
 
 
 
 
 
 
 
 
 
 
 
 
c02290c
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
language:
- en
tags:
- flux
- diffusers
- lora
- replicate
base_model: "black-forest-labs/FLUX.1-dev"
pipeline_tag: text-to-image
instance_prompt: TOK
widget:
- text: A TOK composite photo of a person posing at different angles, wearing a leather black jacket and graphic t-shirt, long black flaming cargo pants, blond hair, 90s, Y2K, dark eyeshadow, black boots, white background with geometric shapes sparkles, expressive emotion, different perspectives
  output:
    url: images/example1.webp
- text: A TOK composite photo of a person posing at different angles, wearing a crop top graphic t-shirt, red baggy pants, dark eyeshadow, red converse shoes, white background with geometric shapes grunge pattern black and white color theme 
  output:
    url: images/example2.webp
- text: A TOK composite photo of a person posing at different angles, wearing a cropped blazer with exaggerated lapels and low-slung wide-leg trousers, chunky platform sneakers, sleek high ponytail with cyber falls, Y2K tech-wear, metallic face decals, LED-embedded collar, pure white background with floating 3D geometric shapes, confident smirk, dynamic action poses
  output:
    url: images/example3.webp
- text: A TOK composite photo a person posing at multiple angles wearing a purple and yellow puffy jacket jacket with floral flame design, New York City, illustrated elements, Y2K, 90s, hiphop aesthetic, colorful, expressive emotion, blue hair 
  output:
    url: images/example5.webp
- text: A TOK photo collage of the same person posing at multiple angles, showcasing a vibrant evolution of 90s-Y2K fashion. The central figure wears baggy JNCO-style jeans paired with a neon green crop top, transitioning to a holographic silver mini dress with platform boots. Their hair morphs from crimped pigtails to spiky frosted tips. The background explodes with geometric shapes in bold purple and teal, interspersed with bursts of glitter and floating butterfly clips. Retro tech gadgets like a transparent landline phone and a bulky laptop hover around the edges.
  output:
    url: images/example7.webp
---

# Create unique multi angle composite photos with Y2K and 90s vibes

<Gallery />

## Model description 

Use "TOK" to trigger style, multiple angle portraits, with 90s and Y2K and throwback nostalgia.

You can also run the model on Replicate.
https://replicate.com/davisbrown/flux-multi-angle

## Trigger words

It would help if you used `in the style of TOK` for better style preservation. It is best to place the trigger words first and describe 90s or Y2K elements in your scene like clothing or expressive elements.

Or prefix your prompts with `A TOK composite photo of a person posing at different angles` for better results. Experiment with other prompting approaches to get wacky and experiment.

# Flux Multi Angle

Trained on Replicate using:
https://replicate.com/ostris/flux-dev-lora-trainer/train

## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('davisbro/flux-multi-angle', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
```

For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)

## License

Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).