Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- template:sd-lora
|
7 |
+
- flux
|
8 |
+
- lora
|
9 |
+
- flux dev
|
10 |
+
- image-generation
|
11 |
+
- diffusers
|
12 |
+
- photo
|
13 |
+
pipeline_tag: text-to-image
|
14 |
+
emoji: 🔜
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
base_model: black-forest-labs/FLUX.1-dev
|
18 |
+
|
19 |
+
instance_prompt: HST style photo
|
20 |
+
|
21 |
+
|
22 |
+
---
|
23 |
+
# ASSA LoRA by A.C.T. SOON®
|
24 |
+
A Dev version of a style LoRA for [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-Dev).
|
25 |
+
Trained on 100 manually screenshotted stills from the 1987 Perestoika-era cult late-Soviet lightly avant-garde movie "Assa" by the late great Sergey Solovyev.
|
26 |
+
|
27 |
+
## Trigger words
|
28 |
+
You should use `HST` or 'HST style' to trigger the image generation.
|
29 |
+
|
30 |
+
- base model: [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)
|
31 |
+
|
32 |
+
|
33 |
+
## Download model
|
34 |
+
|
35 |
+
Weights for this model are available in Safetensors format.
|
36 |
+
[Download](/AlekseyCalvin/ASSA_lora/tree/main) them in the Files & versions tab.
|
37 |
+
|
38 |
+
|
39 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|