akash-guptag commited on
Commit
779ef29
·
verified ·
1 Parent(s): 31996b1

End of training

Browse files
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: Lykon/DreamShaper
13
+ instance_prompt: material, mahogany, floor, interior, living room,
14
+ license: openrail++
15
+ ---
16
+
17
+ # AutoTrain LoRA DreamBooth - stablediffusionapi/my-stablediffusion-lora-5478
18
+
19
+ These are LoRA adaption weights for Lykon/DreamShaper. The weights were trained on material, mahogany, floor, interior, living room, using [DreamBooth](https://dreambooth.github.io/).
20
+ LoRA for the text encoder was enabled: False.
prompt.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ material, mahogany, floor, interior, living room,
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:672d7879dd96e194a9220a4268dd3029ff6d4683966b1b052b25aaf1b8a0bda8
3
+ size 12792952
pytorch_lora_weights_kohya.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7142c59205912cd63880a4b75f0c57e08f69e8880dbaaf1eb8ad7e4c82d723
3
+ size 12811664
training_params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model": "Lykon/DreamShaper", "vae_model": null, "revision": null, "tokenizer": null, "image_path": "my-stablediffusion-lora-5478/autotrain-data", "class_image_path": null, "prompt": "material, mahogany, floor, interior, living room,", "class_prompt": null, "num_class_images": 100, "class_labels_conditioning": null, "prior_preservation": false, "prior_loss_weight": 1.0, "project_name": "my-stablediffusion-lora-5478", "seed": 42, "resolution": 512, "center_crop": false, "train_text_encoder": false, "batch_size": 4, "sample_batch_size": 4, "epochs": 1, "num_steps": 20, "checkpointing_steps": 500, "resume_from_checkpoint": null, "gradient_accumulation": 4, "disable_gradient_checkpointing": false, "lr": 0.0005, "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": 16, "xl": false, "mixed_precision": "fp16", "push_to_hub": true, "username": "stablediffusionapi", "hf_private": false, "validation_prompt": null, "num_validation_images": 4, "validation_epochs": 50, "checkpoints_total_limit": null, "validation_images": null, "logging": false}