End of training
Browse files
README.md
CHANGED
|
@@ -11,6 +11,11 @@ tags:
|
|
| 11 |
- diffusers-training
|
| 12 |
- stable-diffusion
|
| 13 |
- stable-diffusion-diffusers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 11 |
- diffusers-training
|
| 12 |
- stable-diffusion
|
| 13 |
- stable-diffusion-diffusers
|
| 14 |
+
- text-to-image
|
| 15 |
+
- dreambooth
|
| 16 |
+
- diffusers-training
|
| 17 |
+
- stable-diffusion
|
| 18 |
+
- stable-diffusion-diffusers
|
| 19 |
---
|
| 20 |
|
| 21 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
logs/dreambooth/1736872696.617217/events.out.tfevents.1736872696.gpu022.2619639.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01129247537cccd79523886a05ebef826a54f238c70a4b5a0432879fa6b9fcb8
|
| 3 |
+
size 3006
|
logs/dreambooth/1736872696.6305594/hparams.yml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.01
|
| 5 |
+
allow_tf32: false
|
| 6 |
+
center_crop: false
|
| 7 |
+
checkpointing_steps: 500
|
| 8 |
+
checkpoints_total_limit: null
|
| 9 |
+
class_data_dir: VISA/custom/normal
|
| 10 |
+
class_labels_conditioning: null
|
| 11 |
+
class_prompt: a photo of candle, a photo of capsule, a photo of cashew
|
| 12 |
+
dataloader_num_workers: 0
|
| 13 |
+
enable_xformers_memory_efficient_attention: false
|
| 14 |
+
gradient_accumulation_steps: 1
|
| 15 |
+
gradient_checkpointing: false
|
| 16 |
+
hub_model_id: null
|
| 17 |
+
hub_token: null
|
| 18 |
+
instance_data_dir: VISA/custom/anomaly
|
| 19 |
+
instance_prompt: a photo of <sks_candle> candle, a photo of <sks_capsule> capsule,
|
| 20 |
+
a photo of <sks_cashew> cashew
|
| 21 |
+
learning_rate: 5.0e-06
|
| 22 |
+
local_rank: -1
|
| 23 |
+
logging_dir: logs
|
| 24 |
+
lr_num_cycles: 1
|
| 25 |
+
lr_power: 1.0
|
| 26 |
+
lr_scheduler: constant
|
| 27 |
+
lr_warmup_steps: 0
|
| 28 |
+
max_grad_norm: 1.0
|
| 29 |
+
max_train_steps: 400
|
| 30 |
+
mixed_precision: null
|
| 31 |
+
num_class_images: 18
|
| 32 |
+
num_train_epochs: 23
|
| 33 |
+
num_validation_images: 4
|
| 34 |
+
offset_noise: false
|
| 35 |
+
output_dir: results/VISA/custom_cond
|
| 36 |
+
pre_compute_text_embeddings: false
|
| 37 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
| 38 |
+
prior_generation_precision: null
|
| 39 |
+
prior_loss_weight: 1.0
|
| 40 |
+
push_to_hub: true
|
| 41 |
+
report_to: tensorboard
|
| 42 |
+
resolution: 512
|
| 43 |
+
resume_from_checkpoint: null
|
| 44 |
+
revision: null
|
| 45 |
+
sample_batch_size: 4
|
| 46 |
+
scale_lr: false
|
| 47 |
+
seed: null
|
| 48 |
+
set_grads_to_none: false
|
| 49 |
+
skip_save_text_encoder: false
|
| 50 |
+
snr_gamma: null
|
| 51 |
+
text_encoder_use_attention_mask: false
|
| 52 |
+
tokenizer_max_length: null
|
| 53 |
+
tokenizer_name: null
|
| 54 |
+
train_batch_size: 1
|
| 55 |
+
train_text_encoder: false
|
| 56 |
+
use_8bit_adam: false
|
| 57 |
+
validation_prompt: null
|
| 58 |
+
validation_scheduler: DPMSolverMultistepScheduler
|
| 59 |
+
validation_steps: 100
|
| 60 |
+
variant: null
|
| 61 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1736872696.gpu022.2619639.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8c9505cfec65c29af7f5bd181f5a3bf59f0c77b7662366b240aa4f18210f6c1
|
| 3 |
+
size 33434
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438167536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52c512d317b3b9c208b8519ecb206fdce2c6547d266b8adff4192f751e896696
|
| 3 |
size 3438167536
|