coinatur commited on
Commit
8c0b6ce
1 Parent(s): f7fff91

End of training

Browse files
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: stablediffusionapi/animagine-xl-31
13
+ instance_prompt: shiroi_sakura_style
14
+ license: openrail++
15
+ ---
16
+
17
+ # AutoTrain SDXL LoRA DreamBooth - coinatur/shiroi-sakura-style
18
+
19
+ <Gallery />
20
+
21
+ ## Model description
22
+
23
+ These are coinatur/shiroi-sakura-style LoRA adaption weights for stablediffusionapi/animagine-xl-31.
24
+
25
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
26
+
27
+ LoRA for the text encoder was enabled: True.
28
+
29
+ Special VAE used for training: None.
30
+
31
+ ## Trigger words
32
+
33
+ You should use shiroi_sakura_style to trigger the image generation.
34
+
35
+ ## Download model
36
+
37
+ Weights for this model are available in Safetensors format.
38
+
39
+ [Download](coinatur/shiroi-sakura-style/tree/main) them in the Files & versions tab.
40
+
checkpoint-250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140258e75d5d7fa84693b62b0ffc8b118b0f9f39b1447098c238642429a3c45a
3
+ size 60332346
checkpoint-250/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835494096c3d123d4464345b03f12b52682450f6a4d8e593bd1a0068e6866f77
3
+ size 29868864
checkpoint-250/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a28db8a66d0f9045d8b2ce54e9acf50b460b1ce65772bd6a00ba246069ae60
3
+ size 14604
checkpoint-250/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccec82ecb1db9fee8431a9924525ac42c65eba373a478c5528e653b68744a6a9
3
+ size 988
checkpoint-250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad9290d03171de6c85ddf1426089c9aec3e200954609d293620a5284b9216c2
3
+ size 1064
prompt.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ shiroi_sakura_style
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835494096c3d123d4464345b03f12b52682450f6a4d8e593bd1a0068e6866f77
3
+ size 29868864
pytorch_lora_weights_kohya.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e179b6b2b1cf95fc0250d7ca98a590354055122db6e07aa4f088715f3eb0e760
3
+ size 29889672
training_params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model": "stablediffusionapi/animagine-xl-31", "vae_model": "", "revision": null, "tokenizer": null, "image_path": "shiroi-sakura-style/autotrain-data", "class_image_path": null, "prompt": "shiroi_sakura_style", "class_prompt": null, "num_class_images": 100, "class_labels_conditioning": null, "prior_preservation": false, "prior_loss_weight": 1.0, "project_name": "shiroi-sakura-style", "seed": 42, "resolution": 1024, "center_crop": false, "train_text_encoder": true, "batch_size": 1, "sample_batch_size": 4, "epochs": 1, "num_steps": 250, "checkpointing_steps": 250, "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": false, "mixed_precision": "fp16", "repo_id": "coinatur/shiroi-sakura-style", "push_to_hub": true, "username": "coinatur", "validation_prompt": null, "num_validation_images": 4, "validation_epochs": 50, "checkpoints_total_limit": null, "validation_images": null, "logging": false}