Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,7 @@ widget:
|
|
34 |
|
35 |
<Gallery />
|
36 |
|
|
|
37 |
## Model description
|
38 |
|
39 |
Use "TOK" to trigger style, multiple angle portraits, with 90s and Y2K and throwback nostalgia.
|
@@ -41,17 +42,20 @@ Use "TOK" to trigger style, multiple angle portraits, with 90s and Y2K and throw
|
|
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 |
-
|
|
|
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 |
|
57 |
```py
|
@@ -65,6 +69,7 @@ image = pipeline('your prompt').images[0]
|
|
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).
|
|
|
34 |
|
35 |
<Gallery />
|
36 |
|
37 |
+
|
38 |
## Model description
|
39 |
|
40 |
Use "TOK" to trigger style, multiple angle portraits, with 90s and Y2K and throwback nostalgia.
|
|
|
42 |
You can also run the model on Replicate.
|
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)
|
60 |
|
61 |
```py
|
|
|
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).
|