Upload folder using huggingface_hub
Browse files- README.md +4 -40
- config.yaml +5 -5
- lora.safetensors +2 -2
README.md
CHANGED
@@ -12,48 +12,17 @@ tags:
|
|
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: multi-angle-examples/2.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: multi-angle-examples/1.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: multi-angle-examples/3.png
|
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: multi-angle-examples/4.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: multi-angle-examples/5.webp
|
31 |
---
|
32 |
|
33 |
-
#
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
## Model description
|
39 |
-
|
40 |
-
Use "TOK" to trigger style, multiple angle portraits, with 90s and Y2K and throwback nostalgia.
|
41 |
|
42 |
-
|
43 |
-
https://replicate.com/davisbrown/flux-multi-angle
|
44 |
|
45 |
|
46 |
## Trigger words
|
47 |
-
|
48 |
-
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.
|
49 |
-
|
50 |
-
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.
|
51 |
-
|
52 |
-
|
53 |
-
# Model training
|
54 |
-
|
55 |
-
Trained on Replicate using:
|
56 |
-
https://replicate.com/ostris/flux-dev-lora-trainer/train
|
57 |
|
58 |
|
59 |
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
@@ -68,8 +37,3 @@ image = pipeline('your prompt').images[0]
|
|
68 |
```
|
69 |
|
70 |
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)
|
71 |
-
|
72 |
-
|
73 |
-
## License
|
74 |
-
|
75 |
-
Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
|
|
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)
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
config.yaml
CHANGED
@@ -8,11 +8,11 @@ config:
|
|
8 |
trigger_word: TOK
|
9 |
network:
|
10 |
type: lora
|
11 |
-
linear:
|
12 |
-
linear_alpha:
|
13 |
save:
|
14 |
dtype: float16
|
15 |
-
save_every:
|
16 |
max_step_saves_to_keep: 1
|
17 |
datasets:
|
18 |
- folder_path: input_images
|
@@ -26,7 +26,7 @@ config:
|
|
26 |
- 1024
|
27 |
train:
|
28 |
batch_size: 1
|
29 |
-
steps:
|
30 |
gradient_accumulation_steps: 1
|
31 |
train_unet: true
|
32 |
train_text_encoder: false
|
@@ -45,7 +45,7 @@ config:
|
|
45 |
quantize: true
|
46 |
sample:
|
47 |
sampler: flowmatch
|
48 |
-
sample_every:
|
49 |
width: 1024
|
50 |
height: 1024
|
51 |
prompts: []
|
|
|
8 |
trigger_word: TOK
|
9 |
network:
|
10 |
type: lora
|
11 |
+
linear: 32
|
12 |
+
linear_alpha: 32
|
13 |
save:
|
14 |
dtype: float16
|
15 |
+
save_every: 1001
|
16 |
max_step_saves_to_keep: 1
|
17 |
datasets:
|
18 |
- folder_path: input_images
|
|
|
26 |
- 1024
|
27 |
train:
|
28 |
batch_size: 1
|
29 |
+
steps: 1000
|
30 |
gradient_accumulation_steps: 1
|
31 |
train_unet: true
|
32 |
train_text_encoder: false
|
|
|
45 |
quantize: true
|
46 |
sample:
|
47 |
sampler: flowmatch
|
48 |
+
sample_every: 1001
|
49 |
width: 1024
|
50 |
height: 1024
|
51 |
prompts: []
|
lora.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d838a63a88aeb2a7eba5034abaf1b243abc2a93681a4fc97f1187be987b593b
|
3 |
+
size 343805456
|