bingbangboom
commited on
Commit
•
d40bf83
1
Parent(s):
01ed8cf
first commit
Browse files- .gitignore +23 -0
- README.md +11 -1
- geopop_NWGMTRCPOPV01.safetensors +3 -0
.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,14 @@
|
|
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: NWGMTRCPOPV01
|
15 |
+
---
|
geopop_NWGMTRCPOPV01.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7141a54d916a933ed3f6ee9fdaebd3f9b79270fc9c3fd75440f6948fd65865f9
|
3 |
+
size 171969432
|