Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# LoRA: InScene
|
@@ -36,4 +43,4 @@ The model may struggle with:
|
|
36 |
The `InScene` LoRA was trained on 394 image pairs. This dataset was created by extracting and enriching frames from the WebVid dataset.
|
37 |
|
38 |
You can find the public dataset used for training here:
|
39 |
-
[https://huggingface.co/datasets/peteromallet/InScene-Dataset](https://huggingface.co/datasets/peteromallet/InScene-Dataset)
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- peteromallet/InScene-Dataset
|
5 |
+
base_model:
|
6 |
+
- black-forest-labs/FLUX.1-Kontext-dev
|
7 |
+
tags:
|
8 |
+
- image
|
9 |
+
- editing
|
10 |
---
|
11 |
|
12 |
# LoRA: InScene
|
|
|
43 |
The `InScene` LoRA was trained on 394 image pairs. This dataset was created by extracting and enriching frames from the WebVid dataset.
|
44 |
|
45 |
You can find the public dataset used for training here:
|
46 |
+
[https://huggingface.co/datasets/peteromallet/InScene-Dataset](https://huggingface.co/datasets/peteromallet/InScene-Dataset)
|