davisbro commited on
Commit
c02290c
1 Parent(s): eae6aac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -4
README.md CHANGED
@@ -12,18 +12,45 @@ tags:
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
  instance_prompt: TOK
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
- # Flux Multi Angle
18
 
19
- Trained on Replicate using:
20
 
21
- https://replicate.com/ostris/flux-dev-lora-trainer/train
22
 
 
 
 
 
23
 
24
  ## Trigger words
25
- You should use `TOK` to trigger the image generation.
26
 
 
 
 
 
 
 
 
 
27
 
28
  ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
29
 
@@ -37,3 +64,7 @@ image = pipeline('your prompt').images[0]
37
  ```
38
 
39
  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)
 
 
 
 
 
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
  instance_prompt: TOK
15
+ widget:
16
+ - 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
17
+ output:
18
+ url: images/example1.webp
19
+ - 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
20
+ output:
21
+ url: images/example2.webp
22
+ - 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
23
+ output:
24
+ url: images/example3.webp
25
+ - 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
26
+ output:
27
+ url: images/example5.webp
28
+ - 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.
29
+ output:
30
+ url: images/example7.webp
31
  ---
32
 
33
+ # Create unique multi angle composite photos with Y2K and 90s vibes
34
 
35
+ <Gallery />
36
 
37
+ ## Model description
38
 
39
+ Use "TOK" to trigger style, multiple angle portraits, with 90s and Y2K and throwback nostalgia.
40
+
41
+ You can also run the model on Replicate.
42
+ https://replicate.com/davisbrown/flux-multi-angle
43
 
44
  ## Trigger words
 
45
 
46
+ 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.
47
+
48
+ 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.
49
+
50
+ # Flux Multi Angle
51
+
52
+ Trained on Replicate using:
53
+ https://replicate.com/ostris/flux-dev-lora-trainer/train
54
 
55
  ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
56
 
 
64
  ```
65
 
66
  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)
67
+
68
+ ## License
69
+
70
+ Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).