bingbangboom
commited on
Commit
•
5e57916
1
Parent(s):
d40bf83
first commit
Browse files- .gitattributes +2 -0
- README.md +51 -2
- extras/1.jpg +3 -0
- extras/2.jpg +3 -0
- extras/3.jpg +3 -0
- images/1.jpg +3 -0
- images/2.jpg +3 -0
- images/3.jpg +3 -0
- images/4.jpg +3 -0
- images/5.jpg +3 -0
- images/6.jpg +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ 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
|
37 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -11,5 +11,54 @@ tags:
|
|
11 |
- replicate
|
12 |
base_model: black-forest-labs/FLUX.1-dev
|
13 |
pipeline_tag: text-to-image
|
14 |
-
instance_prompt: NWGMTRCPOPV01
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
- replicate
|
12 |
base_model: black-forest-labs/FLUX.1-dev
|
13 |
pipeline_tag: text-to-image
|
14 |
+
instance_prompt: illustration in the style of NWGMTRCPOPV01
|
15 |
+
widget:
|
16 |
+
- text: "a cat in a field of purple flowers, illustration in the style of NWGMTRCPOPV01"
|
17 |
+
output:
|
18 |
+
url: images/1.jpg
|
19 |
+
- text: "a girl wearing a flower crown, standing in a garden, illustration in the style of NWGMTRCPOPV01"
|
20 |
+
output:
|
21 |
+
url: images/2.jpg
|
22 |
+
- text: "a cat taking a nap on a work table, illustration in the style of NWGMTRCPOPV01"
|
23 |
+
output:
|
24 |
+
url: images/3.jpg
|
25 |
+
- text: "a majestic beautiful flamingo, in a pink pond, illustration in the style of NWGMTRCPOPV01"
|
26 |
+
output:
|
27 |
+
url: images/4.jpg
|
28 |
+
- text: "a white-haired young woman wearing a flower crown, a very large fiery dragon, castle in the background, illustration in the style of NWGMTRCPOPV01"
|
29 |
+
output:
|
30 |
+
url: images/5.jpg
|
31 |
+
- text: "a big ferocious tiger, jungle, sunset, illustration in the style of NWGMTRCPOPV01"
|
32 |
+
output:
|
33 |
+
url: images/6.jpg
|
34 |
+
---
|
35 |
+
# flux_geopop
|
36 |
+
|
37 |
+
<Gallery />
|
38 |
+
<table>
|
39 |
+
<tr>
|
40 |
+
<td><img src="./extras/1.jpg" alt="Example 1" style="width:100%;"></td>
|
41 |
+
<td><img src="./extras/2.jpg" alt="Example 2" style="width:100%;"></td>
|
42 |
+
<td><img src="./extras/3.jpg" alt="Example 3" style="width:100%;"></td>
|
43 |
+
</tr>
|
44 |
+
</table>
|
45 |
+
|
46 |
+
## Model description
|
47 |
+
|
48 |
+
Flux LoRA for creating geometrically styled illustrations. Use 'illustration in the style of NWGMTRCPOPV01' 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)
|
49 |
+
|
50 |
+
|
51 |
+
## Trigger words
|
52 |
+
|
53 |
+
You should use `illustration in the style of NWGMTRCPOPV01` to trigger the image generation.
|
54 |
+
|
55 |
+
|
56 |
+
## Download model
|
57 |
+
|
58 |
+
Weights for this model are available in Safetensors format.
|
59 |
+
|
60 |
+
[Download](/bingbangboom/flux_geopop/tree/main) them in the Files & versions tab.
|
61 |
+
|
62 |
+
## Training at Replicate
|
63 |
+
|
64 |
+
Trained at Replicate using: https://replicate.com/ostris/flux-dev-lora-trainer/train
|
extras/1.jpg
ADDED
Git LFS Details
|
extras/2.jpg
ADDED
Git LFS Details
|
extras/3.jpg
ADDED
Git LFS Details
|
images/1.jpg
ADDED
Git LFS Details
|
images/2.jpg
ADDED
Git LFS Details
|
images/3.jpg
ADDED
Git LFS Details
|
images/4.jpg
ADDED
Git LFS Details
|
images/5.jpg
ADDED
Git LFS Details
|
images/6.jpg
ADDED
Git LFS Details
|