bingbangboom
commited on
Commit
•
d5204cc
1
Parent(s):
c1a8232
first commit
Browse files- .gitattributes +2 -0
- .gitignore +23 -0
- README.md +63 -0
- extras/1.png +3 -0
- extras/2.jpg +3 -0
- flux_MNTRWRLDS.safetensors +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
|
.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,67 @@
|
|
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 |
+
- glif
|
12 |
+
base_model: black-forest-labs/FLUX.1-dev
|
13 |
+
pipeline_tag: text-to-image
|
14 |
+
instance_prompt: image in the style of MNTRWRLDS
|
15 |
+
widget:
|
16 |
+
- text: "a cat in a field of lavender flowers. Image in the style of MNTRWRLDS."
|
17 |
+
output:
|
18 |
+
url: images/1.jpg
|
19 |
+
- text: "a penguin eating an ice cream, standing on ice floating on water. the words 'i love ice' is written at the top of the image. Image in the style of MNTRWRLDS."
|
20 |
+
output:
|
21 |
+
url: images/2.jpg
|
22 |
+
- text: "a dog playing with a ball in a park. Image in the style of MNTRWRLDS."
|
23 |
+
output:
|
24 |
+
url: images/3.jpg
|
25 |
+
- text: "a girl wearing glasses and a scarf, reading a book in a cafe. a burger and a cup is kept on the table. Image in the style of MNTRWRLDS."
|
26 |
+
output:
|
27 |
+
url: images/4.jpg
|
28 |
+
- text: "a cat taking a nap on a work table. the text 'at work' is written at the top. Image in the style of MNTRWRLDS."
|
29 |
+
output:
|
30 |
+
url: images/5.jpg
|
31 |
+
- text: "a boy and his pet monster watering a potted plant. the text 'do not melt' is written at the top. Image in the style of MNTRWRLDS."
|
32 |
+
output:
|
33 |
+
url: images/6.jpg
|
34 |
---
|
35 |
+
# miniature worlds
|
36 |
+
|
37 |
+
<Gallery />
|
38 |
+
<table>
|
39 |
+
<tr>
|
40 |
+
<td><img src="./extras/1.png" alt="Banner" style="width:100%;"></td>
|
41 |
+
</tr>
|
42 |
+
</table>
|
43 |
+
|
44 |
+
## Model description
|
45 |
+
|
46 |
+
Flux LoRA for creating miniature scenes. Use 'Image in the style of MNTRWRLDS' 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)
|
47 |
+
|
48 |
+
|
49 |
+
## Trigger words
|
50 |
+
|
51 |
+
You should use `Image in the style of MNTRWRLDS` to trigger the image generation.
|
52 |
+
|
53 |
+
|
54 |
+
## Download model
|
55 |
+
|
56 |
+
Weights for this model are available in Safetensors format.
|
57 |
+
|
58 |
+
[Download](/bingbangboom/flux-miniature-worlds/tree/main) them in the Files & versions tab.
|
59 |
+
|
60 |
+
## Training at Glif
|
61 |
+
|
62 |
+
Trained at Glif: https://glif.app/glifs Try easily at https://glif.app/@bingbangboomlab/glifs/cm2bs7pn1000aq4d1pwd5pfg4
|
63 |
+
<table>
|
64 |
+
<tr>
|
65 |
+
<td><img src="./extras/2.jpg" alt="Banner" style="width:100%;"></td>
|
66 |
+
</tr>
|
67 |
+
</table>
|
68 |
+
|
extras/1.png
ADDED
Git LFS Details
|
extras/2.jpg
ADDED
Git LFS Details
|
flux_MNTRWRLDS.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d432c1fed0395c1de69501fcc04806c3532c4d4ac44317da580f4e9142b89a87
|
3 |
+
size 451202712
|
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
|