hgh
#1
by
kyle991212
- opened
- .gitattributes +0 -2
- README.md +0 -50
- flux-hasui-lora-d4-sigmoid-raw-gs1.0.safetensors +0 -3
- joyo-kanji-lora-bw-v1-fp16.safetensors +0 -3
- penguin.png +0 -3
- sdxl-negprompt8-v1.safetensors +0 -3
- sdxl-negprompt8-v1m.safetensors +0 -3
- shrine.png +0 -3
- stable-cascade-c-lora-hasui-v01.safetensors +0 -3
- stable-cascade-c-lora-hasui-v02.safetensors +0 -3
- wd15b3-bad-v1.safetensors +0 -3
- wd15b3-neg-v1.safetensors +0 -3
.gitattributes
CHANGED
@@ -32,5 +32,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
-
penguin.png filter=lfs diff=lfs merge=lfs -text
|
36 |
-
shrine.png filter=lfs diff=lfs merge=lfs -text
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
README.md
DELETED
@@ -1,50 +0,0 @@
|
|
1 |
-
## flux-hasui-lora-d4-sigmoid-raw-gs1.0.safetensors
|
2 |
-
Experimental LoRA for FLUX.1 dev.
|
3 |
-
|
4 |
-
Trained with `sd-scripts` (Aug. 11) `sd3` branch. __NOTE:__ This settings requires > 26GB VRAM. Please add `--fp8_base` to enable fp8 training to reduce VRAM usage.
|
5 |
-
|
6 |
-
```
|
7 |
-
accelerate launch --mixed_precision bf16 --num_cpu_threads_per_process 1 flux_train_network.py --pretrained_model_name_or_path flux1/flux1-dev.sft --clip_l sd3/clip_l.safetensors --t5xxl sd3/t5xxl_fp16.safetensors --ae flux1/ae_dev.sft --cache_latents_to_disk --save_model_as safetensors --sdpa --persistent_data_loader_workers --max_data_loader_n_workers 2 --seed 42 --gradient_checkpointing --mixed_precision bf16 --save_precision bf16 --network_module networks.lora_flux --network_dim 4 --optimizer_type adamw8bit --learning_rate 1e-3 --network_train_unet_only --cache_text_encoder_outputs --cache_text_encoder_outputs_to_disk --highvram --max_train_epochs 4 --save_every_n_epochs 1 --dataset_config hasui_1024_bs1.toml --output_dir flux/lora --output_name lora-name --timestep_sampling sigmoid --model_prediction_type raw --guidance_scale 1.0
|
8 |
-
```
|
9 |
-
|
10 |
-
.toml is below.
|
11 |
-
```.toml
|
12 |
-
[general]
|
13 |
-
flip_aug = true
|
14 |
-
color_aug = false
|
15 |
-
|
16 |
-
[[datasets]]
|
17 |
-
enable_bucket = true
|
18 |
-
resolution = [1024,1024]
|
19 |
-
bucket_reso_steps = 64
|
20 |
-
max_bucket_reso = 2048
|
21 |
-
min_bucket_reso = 128
|
22 |
-
bucket_no_upscale = false
|
23 |
-
batch_size = 1
|
24 |
-
random_crop = false
|
25 |
-
shuffle_caption = false
|
26 |
-
|
27 |
-
[[datasets.subsets]]
|
28 |
-
image_dir = "path/to/train/images"
|
29 |
-
num_repeats = 1
|
30 |
-
caption_extension = ".txt"
|
31 |
-
```
|
32 |
-
|
33 |
-
|
34 |
-
## sdxl-negprompt8-v1m.safetensors
|
35 |
-
Negative embeddings for sdxl. Num vectors per token = 8
|
36 |
-
|
37 |
-
## stable-cascade-c-lora-hasui-v02.safetensors
|
38 |
-
Sample of LoRA for Stable Cascade Stage C.
|
39 |
-
|
40 |
-
Feb 22, 2024 Update: Fixed a bug that LoRA is not applied to some modules (to_q/k/v and to_out) in Attention.
|
41 |
-
|
42 |
-
__This is an experimental model, so the format of the weights may change in the future.__
|
43 |
-
|
44 |
-
- a painting of an anthropomorphic penguin sitting in a cafe reading a book and having a coffee --w 1024 --h 1024 --d 1
|
45 |
-
![sample1](penguin.png)
|
46 |
-
|
47 |
-
- a painting of japanese shrine in winter with snowfall --w 832 --h 1152 --d 1234
|
48 |
-
![sample2](shrine.png)
|
49 |
-
|
50 |
-
This model is trained with 169 images with captions. U-Net only, dim=4, conv_dim=4, alpha=1, lr=1e-3, 4 epochs, mixed precision bf16, 8bit AdamW, batch size 8, resolution 1024x1024 with aspect ratio bucketing. VRAM usage is approximately 22 GB.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flux-hasui-lora-d4-sigmoid-raw-gs1.0.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:449077320fe1aebcd481e180f629bb97acf80f867e9e1c70fae5654eff72c1a8
|
3 |
-
size 38583056
|
|
|
|
|
|
|
|
joyo-kanji-lora-bw-v1-fp16.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c5f8747caa1c7653daf10a90b887c737c7c7547418bce9fc8cd067a75e66432c
|
3 |
-
size 155886190
|
|
|
|
|
|
|
|
penguin.png
DELETED
Git LFS Details
|
sdxl-negprompt8-v1.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0c6f673292d047973ceab165880d15eb6800c247b749ee93c19b79384f1a27a6
|
3 |
-
size 33280
|
|
|
|
|
|
|
|
sdxl-negprompt8-v1m.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:24350b43a034f2cd3249ba381c555a9487c192d7d6bd83b144821adb5278bdbe
|
3 |
-
size 32920
|
|
|
|
|
|
|
|
shrine.png
DELETED
Git LFS Details
|
stable-cascade-c-lora-hasui-v01.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:53f0bb9f62a9e8287afe033c20a02219e3fed996e6f09f87ed227a6c61aa1e07
|
3 |
-
size 19424494
|
|
|
|
|
|
|
|
stable-cascade-c-lora-hasui-v02.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c49faf55d75935b512237e737ffb006b3f249b8a63e1b7b42e0074ea925ed139
|
3 |
-
size 27911702
|
|
|
|
|
|
|
|
wd15b3-bad-v1.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:512a7fe6bafc9280d07df227f1c408f17f7e2624c10d0d75b32c1bdf4248cb64
|
3 |
-
size 16464
|
|
|
|
|
|
|
|
wd15b3-neg-v1.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f25be3cbdef4d90e0297d7fccdc152d2f6c4514ed6b0f14001c8dac2fff07ca6
|
3 |
-
size 16464
|
|
|
|
|
|
|
|