bingbangboom
commited on
Commit
·
d76e322
1
Parent(s):
90fd9d8
first commit
Browse files- .gitattributes +1 -0
- .gitignore +23 -0
- README.md +60 -0
- WTRSCPE003.safetensors +3 -0
- extras/1.png +3 -0
- extras/2.png +3 -0
- extras/3.png +3 -0
- extras/4.png +3 -0
- images/1.png +3 -0
- images/2.png +3 -0
- images/3.png +3 -0
- images/4.png +3 -0
- images/5.png +3 -0
- images/6.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Virtual environment
|
2 |
+
.venv/
|
3 |
+
venv/
|
4 |
+
env/
|
5 |
+
|
6 |
+
# Python bytecode
|
7 |
+
__pycache__/
|
8 |
+
*.py[cod]
|
9 |
+
|
10 |
+
# Distribution / packaging
|
11 |
+
*.egg-info/
|
12 |
+
dist/
|
13 |
+
build/
|
14 |
+
|
15 |
+
# IDEs and editors
|
16 |
+
.vscode/
|
17 |
+
.idea/
|
18 |
+
*.swp
|
19 |
+
*~
|
20 |
+
|
21 |
+
# OS generated files
|
22 |
+
.DS_Store
|
23 |
+
Thumbs.db
|
README.md
CHANGED
@@ -2,4 +2,64 @@
|
|
2 |
license: other
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- flux
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
- replicate
|
12 |
+
base_model: black-forest-labs/FLUX.1-dev
|
13 |
+
pipeline_tag: text-to-image
|
14 |
+
instance_prompt: watercolor illustration in the style of WTRSCPE003
|
15 |
+
widget:
|
16 |
+
- text: "a cat in a field of lavender flowers, watercolor illustration in the style of WTRSCPE003"
|
17 |
+
output:
|
18 |
+
url: images/1.png
|
19 |
+
- text: "a girl wearing a flower crown, standing in a garden ,watercolor illustration in the style of WTRSCPE003"
|
20 |
+
output:
|
21 |
+
url: images/2.png
|
22 |
+
- text: "a white-haired young woman wearing a flower crown, a very large fiery dragon, castle in the background ,watercolor illustration in the style of WTRSCPE003"
|
23 |
+
output:
|
24 |
+
url: images/3.png
|
25 |
+
- text: "a big ferocious tiger, jungle, sunset, watercolor illustration in the style of WTRSCPE0033"
|
26 |
+
output:
|
27 |
+
url: images/4.png
|
28 |
+
- text: "a robot eating ramen in a busy cafe ,watercolor illustration in the style of WTRSCPE003"
|
29 |
+
output:
|
30 |
+
url: images/5.png
|
31 |
+
- text: "a seal holding a beach ball in a pool ,watercolor illustration in the style of WTRSCPE003"
|
32 |
+
output:
|
33 |
+
url: images/6.png
|
34 |
---
|
35 |
+
# flux_geopop
|
36 |
+
|
37 |
+
<Gallery />
|
38 |
+
<table>
|
39 |
+
<tr>
|
40 |
+
<td><img src="./extras/1.png" alt="Example 1" style="width:100%;"></td>
|
41 |
+
<td><img src="./extras/2.png" alt="Example 2" style="width:100%;"></td>
|
42 |
+
<td><img src="./extras/3.png" alt="Example 3" style="width:100%;"></td>
|
43 |
+
<td><img src="./extras/4.png" alt="Example 4" style="width:100%;"></td>
|
44 |
+
</tr>
|
45 |
+
</table>
|
46 |
+
|
47 |
+
## Model description
|
48 |
+
|
49 |
+
Flux LoRA for creating watercolor styled illustrations. Use 'watercolor illustration in the style of WTRSCPE003' to trigger the model. Best with DEV (works well even with fp8). To use with flux1-dev-bnb-nf4 try increasing the LoRA strength (to say 1.3 and then adjust accordingly)
|
50 |
+
|
51 |
+
|
52 |
+
## Trigger words
|
53 |
+
|
54 |
+
You should use `watercolor illustration in the style of WTRSCPE003` to trigger the image generation.
|
55 |
+
|
56 |
+
|
57 |
+
## Download model
|
58 |
+
|
59 |
+
Weights for this model are available in Safetensors format.
|
60 |
+
|
61 |
+
[Download](/bingbangboom/flux-waterscape/tree/main) them in the Files & versions tab.
|
62 |
+
|
63 |
+
## Training at Replicate
|
64 |
+
|
65 |
+
Trained at Replicate using: https://replicate.com/ostris/flux-dev-lora-trainer/train
|
WTRSCPE003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18bf4b57aecdd1555d9eb90ec245a6a511d22f3bf6dfe329583e3a3dd2646f5d
|
3 |
+
size 171969424
|
extras/1.png
ADDED
Git LFS Details
|
extras/2.png
ADDED
Git LFS Details
|
extras/3.png
ADDED
Git LFS Details
|
extras/4.png
ADDED
Git LFS Details
|
images/1.png
ADDED
Git LFS Details
|
images/2.png
ADDED
Git LFS Details
|
images/3.png
ADDED
Git LFS Details
|
images/4.png
ADDED
Git LFS Details
|
images/5.png
ADDED
Git LFS Details
|
images/6.png
ADDED
Git LFS Details
|