Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,17 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- flux
|
7 |
+
- diffusers
|
8 |
+
- lora
|
9 |
+
base_model: black-forest-labs/FLUX.1-dev
|
10 |
+
pipeline_tag: text-to-image
|
11 |
+
instance_prompt: MBSSTL
|
12 |
---
|
13 |
+
# Moebius Lora
|
14 |
+
Trained on local with FluxGym
|
15 |
+
|
16 |
+
## Trigger words
|
17 |
+
You should use `MBSSTL` to trigger the image generation.
|