End of training
Browse files- README.md +20 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.bin +3 -0
- prompt.txt +1 -0
- pytorch_lora_weights.safetensors +3 -0
- training_params.json +1 -0
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- stable-diffusion
|
6 |
+
- stable-diffusion-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
- template:sd-lora
|
11 |
+
|
12 |
+
base_model: runwayml/stable-diffusion-v1-5
|
13 |
+
instance_prompt: <1girl, 24 years old Latina fitness girl called Rishi. oblong face shape, Almond-shaped, brown, medium-sized, with a slight upward tilt, Thin and arched eyebrows, curved nose, natural lips>
|
14 |
+
license: openrail++
|
15 |
+
---
|
16 |
+
|
17 |
+
# AutoTrain LoRA DreamBooth - AmilaUvaz/autotrain-w7ckn-wbqd2
|
18 |
+
|
19 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were trained on <1girl, 24 years old Latina fitness girl called Rishi. oblong face shape, Almond-shaped, brown, medium-sized, with a slight upward tilt, Thin and arched eyebrows, curved nose, natural lips> using [DreamBooth](https://dreambooth.github.io/).
|
20 |
+
LoRA for the text encoder was enabled: False.
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c8ddeb159d06f70ec085ba34509c484d296bacbef4b2bcef97b08ed5bcc3b10
|
3 |
+
size 6592122
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b708f5031403b48277cce523368f1eabf944418922f7fb212eee0721d5314aa8
|
3 |
+
size 3226184
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517ec56980bdc70ebb86aec15888104b87d2f229146024cb8f135e729b7886ae
|
3 |
+
size 14344
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cf34ac8dd2addc454aeb1ee4eaba3267c2841857e117be40ac2ed02cf581c9c
|
3 |
+
size 1000
|
prompt.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<1girl, 24 years old Latina fitness girl called Rishi. oblong face shape, Almond-shaped, brown, medium-sized, with a slight upward tilt, Thin and arched eyebrows, curved nose, natural lips>
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b708f5031403b48277cce523368f1eabf944418922f7fb212eee0721d5314aa8
|
3 |
+
size 3226184
|
training_params.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model": "runwayml/stable-diffusion-v1-5", "vae_model": "", "revision": null, "tokenizer": null, "image_path": "autotrain-w7ckn-wbqd2/autotrain-data", "class_image_path": null, "prompt": "<1girl, 24 years old Latina fitness girl called Rishi. oblong face shape, Almond-shaped, brown, medium-sized, with a slight upward tilt, Thin and arched eyebrows, curved nose, natural lips>", "class_prompt": null, "num_class_images": 100, "class_labels_conditioning": null, "prior_preservation": false, "prior_loss_weight": 1.0, "project_name": "autotrain-w7ckn-wbqd2", "seed": 42, "resolution": 1024, "center_crop": false, "train_text_encoder": false, "batch_size": 1, "sample_batch_size": 4, "epochs": 1, "num_steps": 500, "checkpointing_steps": 500, "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": "AmilaUvaz/autotrain-w7ckn-wbqd2", "push_to_hub": true, "username": "AmilaUvaz", "validation_prompt": null, "num_validation_images": 4, "validation_epochs": 50, "checkpoints_total_limit": null, "validation_images": null, "logging": false}
|