saikrishna6491
commited on
End of training
Browse files- README.md +1 -1
- prompt.txt +1 -1
- pytorch_lora_weights.safetensors +1 -1
- training_params.json +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
---
|
3 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
4 |
-
instance_prompt: photo of
|
5 |
tags:
|
6 |
- text-to-image
|
7 |
- diffusers
|
|
|
1 |
|
2 |
---
|
3 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
4 |
+
instance_prompt: photo of SKKB
|
5 |
tags:
|
6 |
- text-to-image
|
7 |
- diffusers
|
prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
photo of
|
|
|
1 |
+
photo of SKKB
|
pytorch_lora_weights.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 23401064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2f253a3b3a1502ad53d60d11b1b034edeceaa253e7d4231acbdeba989c25fdd
|
3 |
size 23401064
|
training_params.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"model": "stabilityai/stable-diffusion-xl-base-1.0", "revision": null, "tokenizer": null, "image_path": "sai_pro_photobooth/autotrain-data", "class_image_path": null, "prompt": "photo of
|
|
|
1 |
+
{"model": "stabilityai/stable-diffusion-xl-base-1.0", "revision": null, "tokenizer": null, "image_path": "sai_pro_photobooth/autotrain-data", "class_image_path": null, "prompt": "photo of SKKB", "class_prompt": null, "num_class_images": 100, "class_labels_conditioning": null, "prior_preservation": false, "prior_loss_weight": 1.0, "project_name": "sai_pro_photobooth", "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": 100000, "resume_from_checkpoint": null, "gradient_accumulation": 8, "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": true, "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, "fp16": true, "bf16": false, "repo_id": "saikrishna6491/stable-diffusion-finetuned-v1", "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}
|