Upload 4 files
Browse files- README.md +33 -11
- dataset.toml +14 -0
- memphis1016-000004.safetensors +3 -0
- sample_prompts.txt +1 -0
README.md
CHANGED
@@ -1,11 +1,33 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- fluxgym
|
9 |
+
widget:
|
10 |
+
- output:
|
11 |
+
url: sample/memphis6-4_000300_00_20241220214057.png
|
12 |
+
text: memphis
|
13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
14 |
+
instance_prompt: memphis
|
15 |
+
license: other
|
16 |
+
license_name: flux-1-dev-non-commercial-license
|
17 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
18 |
+
---
|
19 |
+
|
20 |
+
# memphis6_4
|
21 |
+
|
22 |
+
A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
|
23 |
+
|
24 |
+
<Gallery />
|
25 |
+
|
26 |
+
## Trigger words
|
27 |
+
|
28 |
+
You should use `memphis` to trigger the image generation.
|
29 |
+
|
30 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
|
31 |
+
|
32 |
+
Weights for this model are available in Safetensors format.
|
33 |
+
|
dataset.toml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[general]
|
2 |
+
shuffle_caption = false
|
3 |
+
caption_extension = '.txt'
|
4 |
+
keep_tokens = 1
|
5 |
+
|
6 |
+
[[datasets]]
|
7 |
+
resolution = 1024
|
8 |
+
batch_size = 1
|
9 |
+
keep_tokens = 1
|
10 |
+
|
11 |
+
[[datasets.subsets]]
|
12 |
+
image_dir = 'C:\pinokio\api\fluxgym.git\datasets\memphis6-4'
|
13 |
+
class_tokens = 'memphis'
|
14 |
+
num_repeats = 6
|
memphis1016-000004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f23b723c75b694a7623c5d0809b5b9bbe0024fb361553e456ef6b01d4f12521c
|
3 |
+
size 39765920
|
sample_prompts.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
memphis
|