abdhamsid commited on
Commit
ed4eba2
·
verified ·
1 Parent(s): f029abe

End of training

Browse files
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - stable-diffusion-xl
6
+ - stable-diffusion-xl-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - lora
10
+ - template:sd-lora
11
+
12
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
13
+ instance_prompt: <nyx>
14
+ license: openrail++
15
+ ---
16
+
17
+ # AutoTrain SDXL LoRA DreamBooth - abdhamsid/NYX
18
+
19
+ <Gallery />
20
+
21
+ ## Model description
22
+
23
+ These are abdhamsid/NYX LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
24
+
25
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
26
+
27
+ LoRA for the text encoder was enabled: False.
28
+
29
+ Special VAE used for training: None.
30
+
31
+ ## Trigger words
32
+
33
+ You should use <nyx> to trigger the image generation.
34
+
35
+ ## Download model
36
+
37
+ Weights for this model are available in Safetensors format.
38
+
39
+ [Download](abdhamsid/NYX/tree/main) them in the Files & versions tab.
40
+
checkpoint-700/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07f19c5c9faf279802e6920b1c5740e5a7c2135f94e0e9e94616cf848d79c839
3
+ size 47392882
checkpoint-700/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d31c769c1ec110593943beaa393e4de88556ccf6e6f97ff90933f1ae565d6b7
3
+ size 23390424
checkpoint-700/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f193a571e8531d879ecaf1ad5e3f2c6493f6bceabf0dbc89e65add777a20f6a4
3
+ size 14344
checkpoint-700/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505a91911fb8ccee9350e8b45dae027ccb2ce212fded6633928a707560a44397
3
+ size 988
checkpoint-700/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3939d184fc0d84c3ff1ad6bb785b8ec64e70c88bce964c6ef0a6fda4ec96c44f
3
+ size 1000
prompt.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ <nyx>
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d31c769c1ec110593943beaa393e4de88556ccf6e6f97ff90933f1ae565d6b7
3
+ size 23390424
pytorch_lora_weights_kohya.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad39773b8104abe670b965337adb34f9e80316d64b183bd2589d11eee95e591
3
+ size 23473224
training_params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model": "stabilityai/stable-diffusion-xl-base-1.0", "vae_model": "", "revision": null, "tokenizer": null, "image_path": "NYX/autotrain-data", "class_image_path": null, "prompt": "<nyx>", "class_prompt": null, "num_class_images": 100, "class_labels_conditioning": null, "prior_preservation": false, "prior_loss_weight": 1.0, "project_name": "NYX", "seed": 42, "resolution": 1024, "center_crop": false, "train_text_encoder": false, "batch_size": 1, "sample_batch_size": 4, "epochs": 1, "num_steps": 700, "checkpointing_steps": 700, "resume_from_checkpoint": null, "gradient_accumulation": 4, "disable_gradient_checkpointing": false, "lr": 0.0006, "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": "abdhamsid", "validation_prompt": null, "num_validation_images": 4, "validation_epochs": 50, "checkpoints_total_limit": null, "validation_images": null, "logging": false}