End of training
Browse files- .ipynb_checkpoints/training_params-checkpoint.json +60 -0
- README.md +38 -1
- prompt.txt +1 -0
- pytorch_lora_weights.safetensors +3 -0
- pytorch_lora_weights_kohya.safetensors +3 -0
- training_params.json +1 -0
.ipynb_checkpoints/training_params-checkpoint.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "stabilityai/stable-diffusion-xl-base-1.0",
|
3 |
+
"vae_model": null,
|
4 |
+
"revision": null,
|
5 |
+
"tokenizer": null,
|
6 |
+
"image_path": "dreambooth-project-jkcg/autotrain-data",
|
7 |
+
"class_image_path": null,
|
8 |
+
"prompt": "jkcgchry",
|
9 |
+
"class_prompt": null,
|
10 |
+
"num_class_images": 100,
|
11 |
+
"class_labels_conditioning": null,
|
12 |
+
"prior_preservation": false,
|
13 |
+
"prior_loss_weight": 1.0,
|
14 |
+
"project_name": "dreambooth-project-jkcg",
|
15 |
+
"seed": 42,
|
16 |
+
"resolution": 1024,
|
17 |
+
"center_crop": false,
|
18 |
+
"train_text_encoder": false,
|
19 |
+
"batch_size": 1,
|
20 |
+
"sample_batch_size": 4,
|
21 |
+
"epochs": 1,
|
22 |
+
"num_steps": 3000,
|
23 |
+
"checkpointing_steps": 100000,
|
24 |
+
"resume_from_checkpoint": null,
|
25 |
+
"gradient_accumulation": 4,
|
26 |
+
"disable_gradient_checkpointing": false,
|
27 |
+
"lr": 0.0001,
|
28 |
+
"scale_lr": false,
|
29 |
+
"scheduler": "constant",
|
30 |
+
"warmup_steps": 0,
|
31 |
+
"num_cycles": 1,
|
32 |
+
"lr_power": 1.0,
|
33 |
+
"dataloader_num_workers": 0,
|
34 |
+
"use_8bit_adam": false,
|
35 |
+
"adam_beta1": 0.9,
|
36 |
+
"adam_beta2": 0.999,
|
37 |
+
"adam_weight_decay": 0.01,
|
38 |
+
"adam_epsilon": 1e-8,
|
39 |
+
"max_grad_norm": 1.0,
|
40 |
+
"allow_tf32": false,
|
41 |
+
"prior_generation_precision": null,
|
42 |
+
"local_rank": -1,
|
43 |
+
"xformers": false,
|
44 |
+
"pre_compute_text_embeddings": false,
|
45 |
+
"tokenizer_max_length": null,
|
46 |
+
"text_encoder_use_attention_mask": false,
|
47 |
+
"rank": 4,
|
48 |
+
"xl": true,
|
49 |
+
"mixed_precision": "fp16",
|
50 |
+
"token": "",
|
51 |
+
"repo_id": "jkcg/dreambooth-sdxl-jkcg",
|
52 |
+
"push_to_hub": true,
|
53 |
+
"username": null,
|
54 |
+
"validation_prompt": null,
|
55 |
+
"num_validation_images": 4,
|
56 |
+
"validation_epochs": 50,
|
57 |
+
"checkpoints_total_limit": null,
|
58 |
+
"validation_images": null,
|
59 |
+
"logging": false
|
60 |
+
}
|
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- stable-diffusion-xl
|
6 |
+
- stable-diffusion-xl-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
- template:sd-lora
|
11 |
+
|
12 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
13 |
+
instance_prompt: jkcgchry
|
14 |
+
license: openrail++
|
15 |
---
|
16 |
+
|
17 |
+
# AutoTrain SDXL LoRA DreamBooth - jkcg/dreambooth-sdxl-jkcg
|
18 |
+
|
19 |
+
<Gallery />
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
These are jkcg/dreambooth-sdxl-jkcg LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
24 |
+
|
25 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
26 |
+
|
27 |
+
LoRA for the text encoder was enabled: False.
|
28 |
+
|
29 |
+
Special VAE used for training: None.
|
30 |
+
|
31 |
+
## Trigger words
|
32 |
+
|
33 |
+
You should use jkcgchry to trigger the image generation.
|
34 |
+
|
35 |
+
## Download model
|
36 |
+
|
37 |
+
Weights for this model are available in Safetensors format.
|
38 |
+
|
39 |
+
[Download](jkcg/dreambooth-sdxl-jkcg/tree/main) them in the Files & versions tab.
|
40 |
+
|
prompt.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
jkcgchry
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acfc325a8db68351397e95fb93bb84045a690def1f5fe74dbf564d4942f794eb
|
3 |
+
size 23390424
|
pytorch_lora_weights_kohya.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1197bc706465cf43cf87901e5702ea4f88e3a2a852a90583e86ed583ba788aaa
|
3 |
+
size 23473224
|
training_params.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model": "stabilityai/stable-diffusion-xl-base-1.0", "vae_model": null, "revision": null, "tokenizer": null, "image_path": "dreambooth-project-jkcg/autotrain-data", "class_image_path": null, "prompt": "jkcgchry", "class_prompt": null, "num_class_images": 100, "class_labels_conditioning": null, "prior_preservation": false, "prior_loss_weight": 1.0, "project_name": "dreambooth-project-jkcg", "seed": 42, "resolution": 1024, "center_crop": false, "train_text_encoder": false, "batch_size": 1, "sample_batch_size": 4, "epochs": 1, "num_steps": 3000, "checkpointing_steps": 100000, "resume_from_checkpoint": null, "gradient_accumulation": 4, "disable_gradient_checkpointing": false, "lr": 0.0001, "scale_lr": false, "scheduler": "constant", "warmup_steps": 0, "num_cycles": 1, "lr_power": 1.0, "dataloader_num_workers": 0, "use_8bit_adam": false, "adam_beta1": 0.9, "adam_beta2": 0.999, "adam_weight_decay": 0.01, "adam_epsilon": 1e-08, "max_grad_norm": 1.0, "allow_tf32": false, "prior_generation_precision": null, "local_rank": -1, "xformers": false, "pre_compute_text_embeddings": false, "tokenizer_max_length": null, "text_encoder_use_attention_mask": false, "rank": 4, "xl": true, "mixed_precision": "fp16", "repo_id": "jkcg/dreambooth-sdxl-jkcg", "push_to_hub": true, "username": null, "validation_prompt": null, "num_validation_images": 4, "validation_epochs": 50, "checkpoints_total_limit": null, "validation_images": null, "logging": false}
|