End of training
Browse files- README.md +2 -2
- prompt.txt +1 -1
- pytorch_lora_weights.safetensors +1 -1
- pytorch_lora_weights_kohya.safetensors +1 -1
- training_params.json +1 -1
README.md
CHANGED
@@ -10,11 +10,11 @@ tags:
|
|
10 |
- template:sd-lora
|
11 |
|
12 |
base_model: stabilityai/stable-diffusion-2-1
|
13 |
-
instance_prompt:
|
14 |
license: openrail++
|
15 |
---
|
16 |
|
17 |
# AutoTrain LoRA DreamBooth - Danhearn/spectrogram
|
18 |
|
19 |
-
These are LoRA adaption weights for stabilityai/stable-diffusion-2-1. The weights were trained on
|
20 |
LoRA for the text encoder was enabled: True.
|
|
|
10 |
- template:sd-lora
|
11 |
|
12 |
base_model: stabilityai/stable-diffusion-2-1
|
13 |
+
instance_prompt: mel-spectrograms amen breakbeats
|
14 |
license: openrail++
|
15 |
---
|
16 |
|
17 |
# AutoTrain LoRA DreamBooth - Danhearn/spectrogram
|
18 |
|
19 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-2-1. The weights were trained on mel-spectrograms amen breakbeats using [DreamBooth](https://dreambooth.github.io/).
|
20 |
LoRA for the text encoder was enabled: True.
|
prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
mel-spectrograms amen breakbeats
|
pytorch_lora_weights.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6400736
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edce3f148322019921dda93748a4b9449a7ebac418a79dd0425a2ecac337daed
|
3 |
size 6400736
|
pytorch_lora_weights_kohya.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6410152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:487ebd38911a343d9747cde76a5266f5fe7f0fe9d7fc5223f17665e535d7e66e
|
3 |
size 6410152
|
training_params.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"model": "stabilityai/stable-diffusion-2-1", "vae_model": null, "revision": null, "tokenizer": null, "image_path": "spectrogram/autotrain-data", "class_image_path": null, "prompt": "
|
|
|
1 |
+
{"model": "stabilityai/stable-diffusion-2-1", "vae_model": null, "revision": null, "tokenizer": null, "image_path": "spectrogram/autotrain-data", "class_image_path": null, "prompt": "mel-spectrograms amen breakbeats", "class_prompt": null, "num_class_images": 100, "class_labels_conditioning": null, "prior_preservation": false, "prior_loss_weight": 1.0, "project_name": "spectrogram", "seed": 42, "resolution": 256, "center_crop": false, "train_text_encoder": true, "batch_size": 4, "sample_batch_size": 4, "epochs": 1, "num_steps": 5000, "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": false, "mixed_precision": "fp16", "push_to_hub": true, "username": "Danhearn", "validation_prompt": null, "num_validation_images": 4, "validation_epochs": 50, "checkpoints_total_limit": null, "validation_images": null, "logging": false}
|