nroggendorff commited on
Commit
a49d74c
·
verified ·
1 Parent(s): 2ab2d94

End of training

Browse files
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: glides/bluepencilxl
3
+ library_name: diffusers
4
+ license: creativeml-openrail-m
5
+ inference: true
6
+ tags:
7
+ - stable-diffusion-xl
8
+ - stable-diffusion-xl-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - diffusers-training
12
+ - lora
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+
19
+ # LoRA text2image fine-tuning - nroggendorff/fry-lora
20
+
21
+ These are LoRA adaption weights for glides/bluepencilxl. The weights were fine-tuned on the nroggendorff/fries dataset. You can find some example images in the following.
22
+
23
+
24
+
25
+ LoRA for the text encoder was enabled: False.
26
+
27
+ Special VAE used for training: None.
28
+
29
+
30
+ ## Intended uses & limitations
31
+
32
+ #### How to use
33
+
34
+ ```python
35
+ # TODO: add an example code snippet for running this diffusion pipeline
36
+ ```
37
+
38
+ #### Limitations and bias
39
+
40
+ [TODO: provide examples of latent issues and potential remediations]
41
+
42
+ ## Training details
43
+
44
+ [TODO: describe the data used to train the model]
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a089ae8e9d0ca1084bfc0222d28e1b641c9d9cb05482fb19dc2735b3cf23645b
3
+ size 47393347
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d1e3bffa66c3f4e26395f0f0d31d93272b75e1b77f467e144faf6dbe69c7aa4
3
+ size 23390424
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d1e25b4d046733eb1b6b9810ee3d398cfc6b9a127970375bc5e7da3fffc4ca
3
+ size 14757
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77569c2e850b04af982cc8c1389f1430851448915c593b69e5da36ce05b71d7
3
+ size 1383
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67e7e344c152f4b6f4bdff904ca5d5f5b9206503465f42b42356cb864e6cb963
3
+ size 1401
logs/text2image-fine-tune/1751913390.5190005/events.out.tfevents.1751913390.r-nroggendorff-train-lora-q1pwl846-c77fb-or5up.134.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec10bf2caec557c6daaf31c9a0fc263c8d803a067f5dbe5ba62a79f49e8e73e
3
+ size 2254
logs/text2image-fine-tune/1751913390.5203774/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ cache_dir: null
7
+ caption_column: text
8
+ center_crop: true
9
+ checkpointing_steps: 500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: nroggendorff/fries
14
+ debug_loss: false
15
+ enable_xformers_memory_efficient_attention: false
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 0.0001
22
+ local_rank: -1
23
+ logging_dir: logs
24
+ lr_scheduler: constant
25
+ lr_warmup_steps: 0
26
+ max_grad_norm: 1.0
27
+ max_train_samples: null
28
+ max_train_steps: 500
29
+ mixed_precision: fp16
30
+ noise_offset: 0
31
+ num_train_epochs: 63
32
+ num_validation_images: 4
33
+ output_dir: fry-lora
34
+ prediction_type: null
35
+ pretrained_model_name_or_path: glides/bluepencilxl
36
+ pretrained_vae_model_name_or_path: null
37
+ push_to_hub: true
38
+ random_flip: true
39
+ rank: 4
40
+ report_to: tensorboard
41
+ resolution: 1024
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ scale_lr: false
45
+ seed: null
46
+ snr_gamma: null
47
+ train_batch_size: 8
48
+ train_data_dir: null
49
+ train_text_encoder: false
50
+ use_8bit_adam: false
51
+ validation_epochs: 1
52
+ validation_prompt: null
53
+ variant: null
logs/text2image-fine-tune/events.out.tfevents.1751913390.r-nroggendorff-train-lora-q1pwl846-c77fb-or5up.134.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a747291dc7dc70bbf906f592d7976aee7aaca625be331a204f610f8768201f3
3
+ size 24461
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d1e3bffa66c3f4e26395f0f0d31d93272b75e1b77f467e144faf6dbe69c7aa4
3
+ size 23390424