bingbangboom commited on
Commit
d76e322
·
1 Parent(s): 90fd9d8

first commit

Browse files
Files changed (14) hide show
  1. .gitattributes +1 -0
  2. .gitignore +23 -0
  3. README.md +60 -0
  4. WTRSCPE003.safetensors +3 -0
  5. extras/1.png +3 -0
  6. extras/2.png +3 -0
  7. extras/3.png +3 -0
  8. extras/4.png +3 -0
  9. images/1.png +3 -0
  10. images/2.png +3 -0
  11. images/3.png +3 -0
  12. images/4.png +3 -0
  13. images/5.png +3 -0
  14. 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

  • SHA256: 6b3e2ba834690e4f4a1cfbfd732473212dd7f2bc22835127a1e7365242d0ec0d
  • Pointer size: 131 Bytes
  • Size of remote file: 806 kB
extras/2.png ADDED

Git LFS Details

  • SHA256: 69c44c875b66eca9756da228b50c567aeb71f8d9ead8a01c173102dc52273534
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
extras/3.png ADDED

Git LFS Details

  • SHA256: 70e2f1a0f71ca1b8a401cfb216eb614c8ec52e9b48b413aea10e2ac361150e02
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
extras/4.png ADDED

Git LFS Details

  • SHA256: a59fcb2630a431ab5817cf7271ff1aaf5aa292f069e01c218efcf154de789aba
  • Pointer size: 131 Bytes
  • Size of remote file: 755 kB
images/1.png ADDED

Git LFS Details

  • SHA256: eeed652e4bb73545153da71eecf62e0969ccacc6cf118af82b8a9c3dc0bd0b07
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
images/2.png ADDED

Git LFS Details

  • SHA256: f9f3d946f3e2f88fa12620771632669c10fd7aeb9c9db883acdfedf326256a30
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/3.png ADDED

Git LFS Details

  • SHA256: 66ab6dcde2659a49f99c8e492af3cfe161f2d663be70b97defb8096a70d8c065
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
images/4.png ADDED

Git LFS Details

  • SHA256: 09145f56df4ab4458ebdde21f0d792fdb612e1de12ec05bf2492e93f424323ca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
images/5.png ADDED

Git LFS Details

  • SHA256: d68273d40587d717942da7448ce1a8b45bdc4ec6f7d16307a3ae4ca6381ebf46
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/6.png ADDED

Git LFS Details

  • SHA256: 83cf06f941642b50ba8d06b9b46b9c88cbe4c9a043c335b371046f5c08911d73
  • Pointer size: 131 Bytes
  • Size of remote file: 914 kB