lfischbe commited on
Commit
958b9ba
·
verified ·
1 Parent(s): e42f762

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,23 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ image-0.png filter=lfs diff=lfs merge=lfs -text
37
+ image-1.png filter=lfs diff=lfs merge=lfs -text
38
+ image-10.png filter=lfs diff=lfs merge=lfs -text
39
+ image-11.png filter=lfs diff=lfs merge=lfs -text
40
+ image-12.png filter=lfs diff=lfs merge=lfs -text
41
+ image-13.png filter=lfs diff=lfs merge=lfs -text
42
+ image-14.png filter=lfs diff=lfs merge=lfs -text
43
+ image-15.png filter=lfs diff=lfs merge=lfs -text
44
+ image-16.png filter=lfs diff=lfs merge=lfs -text
45
+ image-17.png filter=lfs diff=lfs merge=lfs -text
46
+ image-18.png filter=lfs diff=lfs merge=lfs -text
47
+ image-19.png filter=lfs diff=lfs merge=lfs -text
48
+ image-2.png filter=lfs diff=lfs merge=lfs -text
49
+ image-3.png filter=lfs diff=lfs merge=lfs -text
50
+ image-4.png filter=lfs diff=lfs merge=lfs -text
51
+ image-5.png filter=lfs diff=lfs merge=lfs -text
52
+ image-6.png filter=lfs diff=lfs merge=lfs -text
53
+ image-7.png filter=lfs diff=lfs merge=lfs -text
54
+ image-8.png filter=lfs diff=lfs merge=lfs -text
55
+ image-9.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stable-diffusion-xl
4
+ - stable-diffusion-xl-diffusers
5
+ - text-to-image
6
+ - diffusers
7
+ - lora
8
+ - template:sd-lora
9
+ widget:
10
+ - text: a circular design with red, yellow and blue triangles in the style of <s0><s1>
11
+ output:
12
+ url: image-0.png
13
+ - text: a circular pattern with red, yellow and blue squares in the style of <s0><s1>
14
+ output:
15
+ url: image-1.png
16
+ - text: a circular red and blue pattern in the style of <s0><s1>
17
+ output:
18
+ url: image-2.png
19
+ - text: a circular design with red, yellow and blue squares in the style of <s0><s1>
20
+ output:
21
+ url: image-3.png
22
+ - text: a circular pattern with red, yellow and blue circles in the style of <s0><s1>
23
+ output:
24
+ url: image-4.png
25
+ - text: a red and yellow circular pattern in the style of <s0><s1>
26
+ output:
27
+ url: image-5.png
28
+ - text: a circular pattern with colorful squares on it in the style of <s0><s1>
29
+ output:
30
+ url: image-6.png
31
+ - text: a circular blue and white design with a pattern in the style of <s0><s1>
32
+ output:
33
+ url: image-7.png
34
+ - text: a circular pattern with red, yellow and blue squares in the style of <s0><s1>
35
+ output:
36
+ url: image-8.png
37
+ - text: a circular pattern with red and blue dots in the style of <s0><s1>
38
+ output:
39
+ url: image-9.png
40
+ - text: a circular pattern with red and yellow dots in the style of <s0><s1>
41
+ output:
42
+ url: image-10.png
43
+ - text: a blue and red ball with a yellow and blue pattern in the style of <s0><s1>
44
+ output:
45
+ url: image-11.png
46
+ - text: a circular pattern with yellow and red squares in the style of <s0><s1>
47
+ output:
48
+ url: image-12.png
49
+ - text: a circular pattern with red and yellow dots in the style of <s0><s1>
50
+ output:
51
+ url: image-13.png
52
+ - text: a red, yellow and blue ball with a square pattern in the style of <s0><s1>
53
+ output:
54
+ url: image-14.png
55
+ - text: a circular pattern with red, yellow and blue squares in the style of <s0><s1>
56
+ output:
57
+ url: image-15.png
58
+ - text: a circular pattern with many different colored balls in the style of <s0><s1>
59
+ output:
60
+ url: image-16.png
61
+ - text: a circular pattern with many different colored balls in the style of <s0><s1>
62
+ output:
63
+ url: image-17.png
64
+ - text: a circular pattern with red and yellow squares in the style of <s0><s1>
65
+ output:
66
+ url: image-18.png
67
+ - text: a colorful, geometric pattern in a circle in the style of <s0><s1>
68
+ output:
69
+ url: image-19.png
70
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
71
+ instance_prompt: in the style of <s0><s1>
72
+ license: openrail++
73
+ ---
74
+
75
+ # SDXL LoRA DreamBooth - lfischbe/p3nr0s3
76
+
77
+ <Gallery />
78
+
79
+ ## Model description
80
+
81
+ ### These are lfischbe/p3nr0s3 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
82
+
83
+ ## Download model
84
+
85
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
86
+
87
+ - **LoRA**: download **[`p3nr0s3.safetensors` here 💾](/lfischbe/p3nr0s3/blob/main/p3nr0s3.safetensors)**.
88
+ - Place it on your `models/Lora` folder.
89
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:p3nr0s3:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
90
+ - *Embeddings*: download **[`p3nr0s3_emb.safetensors` here 💾](/lfischbe/p3nr0s3/blob/main/p3nr0s3_emb.safetensors)**.
91
+ - Place it on it on your `embeddings` folder
92
+ - Use it by adding `p3nr0s3_emb` to your prompt. For example, `in the style of p3nr0s3_emb`
93
+ (you need both the LoRA and the embeddings as they were trained together for this LoRA)
94
+
95
+
96
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
97
+
98
+ ```py
99
+ from diffusers import AutoPipelineForText2Image
100
+ import torch
101
+ from huggingface_hub import hf_hub_download
102
+ from safetensors.torch import load_file
103
+
104
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
105
+ pipeline.load_lora_weights('lfischbe/p3nr0s3', weight_name='pytorch_lora_weights.safetensors')
106
+ embedding_path = hf_hub_download(repo_id='lfischbe/p3nr0s3', filename='p3nr0s3_emb.safetensors' repo_type="model")
107
+ state_dict = load_file(embedding_path)
108
+ pipeline.load_textual_inversion(state_dict["clip_l"], token=["<s0>", "<s1>"], text_encoder=pipeline.text_encoder, tokenizer=pipeline.tokenizer)
109
+ pipeline.load_textual_inversion(state_dict["clip_g"], token=["<s0>", "<s1>"], text_encoder=pipeline.text_encoder_2, tokenizer=pipeline.tokenizer_2)
110
+
111
+ image = pipeline('in the style of <s0><s1>').images[0]
112
+ ```
113
+
114
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
115
+
116
+ ## Trigger words
117
+
118
+ To trigger image generation of trained concept(or concepts) replace each concept identifier in you prompt with the new inserted tokens:
119
+
120
+ to trigger concept `TOK` → use `<s0><s1>` in your prompt
121
+
122
+
123
+
124
+ ## Details
125
+ All [Files & versions](/lfischbe/p3nr0s3/tree/main).
126
+
127
+ The weights were trained using [🧨 diffusers Advanced Dreambooth Training Script](https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py).
128
+
129
+ LoRA for the text encoder was enabled. False.
130
+
131
+ Pivotal tuning was enabled: True.
132
+
133
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
134
+
image-0.png ADDED

Git LFS Details

  • SHA256: 35881e2107b3e73facd58372e1a6be58c578c9d4fc2faae9680aa56af52a82e0
  • Pointer size: 132 Bytes
  • Size of remote file: 2.03 MB
image-1.png ADDED

Git LFS Details

  • SHA256: b8d7988c45eb2c8f19773f24be61aa18c5e430145d0881193956d8f8dd53c60b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
image-10.png ADDED

Git LFS Details

  • SHA256: db834689d03ddfe26c2dde490f269443052ab761f0a94a6bbdee156f3b65f725
  • Pointer size: 132 Bytes
  • Size of remote file: 1.95 MB
image-11.png ADDED

Git LFS Details

  • SHA256: 427163f11856812904edc858631c2d9f6dc852ff22e14a422dbb0aec82b9be75
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
image-12.png ADDED

Git LFS Details

  • SHA256: 0c87f59306654e1d39e26569882dd9fb814678ef4c328c961f8aa29b74bb17a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.98 MB
image-13.png ADDED

Git LFS Details

  • SHA256: 11e9876e2e9f8abceeb80c2817153de8bc9f7ec1afb44065cb515cf015759fe8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
image-14.png ADDED

Git LFS Details

  • SHA256: 1727057dc93682f02807f7991464430a60ba10f69b73e75e7d62318a2688f046
  • Pointer size: 132 Bytes
  • Size of remote file: 2.01 MB
image-15.png ADDED

Git LFS Details

  • SHA256: 9f7aec794a43399adf1cd5ef07bae6bee057c7184ae5bb1b27c8c98936d0f1d4
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
image-16.png ADDED

Git LFS Details

  • SHA256: 2ed848a6d6a1f4396a14dacd4f17ee5ecddac98eb601784d62c8f058bc6d9477
  • Pointer size: 132 Bytes
  • Size of remote file: 1.94 MB
image-17.png ADDED

Git LFS Details

  • SHA256: 95eaea0bff86f1d580999b4b1b38e3a8bfd1a613f785232d3298d0138630ceeb
  • Pointer size: 132 Bytes
  • Size of remote file: 2.24 MB
image-18.png ADDED

Git LFS Details

  • SHA256: 603a7fe496ab52c6a94f614307adb203fe3923d0e080af90cb540d1fab2eb142
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
image-19.png ADDED

Git LFS Details

  • SHA256: 0511f4bb23b1dba1e360b531a6d27346451415804a9a1a1bf88b3440fce35249
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
image-2.png ADDED

Git LFS Details

  • SHA256: bfd6a649ab41cbc2a2a34cb0d4f2662d64d1eabf65639114661717a5885de6cf
  • Pointer size: 132 Bytes
  • Size of remote file: 2.14 MB
image-3.png ADDED

Git LFS Details

  • SHA256: 55f63bd658aa30a119344859f7c65adc9d261dcf2a703f23693e0f8cb5c29e81
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
image-4.png ADDED

Git LFS Details

  • SHA256: c11268d0b588824ef93df1220c7333cdb0c0e8ed37874a75d647f7a49b3ed464
  • Pointer size: 132 Bytes
  • Size of remote file: 1.97 MB
image-5.png ADDED

Git LFS Details

  • SHA256: 8fec8268c29a221bda9651ca8a369c7b5e64dd841967dffba2d5c8ba89406ef1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.09 MB
image-6.png ADDED

Git LFS Details

  • SHA256: 49ac84f3aaef9b14d8c3c0569cacf50688bcac901f1f61125c42531ca5a511de
  • Pointer size: 132 Bytes
  • Size of remote file: 2.15 MB
image-7.png ADDED

Git LFS Details

  • SHA256: f3bdb1fb228e6829d519223b56b3ccfdb89f3af2cffb32f17a78c1c30bc0850d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
image-8.png ADDED

Git LFS Details

  • SHA256: eadc6ebe1d569b41ff9226ac83b578340f66a45a5293439f69d911c81f3c86ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
image-9.png ADDED

Git LFS Details

  • SHA256: 5a1949aafefc8fc757602781417f8ef538b7e6b5c23f088f974ff4d3222d307f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.02 MB
logs/dreambooth-lora-sd-xl/1730951302.253571/events.out.tfevents.1730951302.r-lfischbe-autotrain-p3nr0s3-u90mqc6f-57220-t44dv.212.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17eda393a10e9cf3cfb1a75ead105bfde6d0bed82fc41baac358b392d75d9a2b
3
+ size 3570
logs/dreambooth-lora-sd-xl/1730951302.2550256/hparams.yml ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.0001
5
+ adam_weight_decay_text_encoder: null
6
+ allow_tf32: false
7
+ cache_dir: null
8
+ cache_latents: true
9
+ caption_column: prompt
10
+ center_crop: false
11
+ checkpointing_steps: 100000
12
+ checkpoints_total_limit: null
13
+ class_data_dir: null
14
+ class_prompt: null
15
+ crops_coords_top_left_h: 0
16
+ crops_coords_top_left_w: 0
17
+ dataloader_num_workers: 0
18
+ dataset_config_name: null
19
+ dataset_name: ./70916095-b9d0-4654-8195-bc83451a6cca
20
+ enable_xformers_memory_efficient_attention: false
21
+ gradient_accumulation_steps: 1
22
+ gradient_checkpointing: true
23
+ hub_model_id: null
24
+ hub_token: null
25
+ image_column: image
26
+ instance_data_dir: null
27
+ instance_prompt: in the style of <s0><s1>
28
+ learning_rate: 1.0
29
+ local_rank: -1
30
+ logging_dir: logs
31
+ lr_num_cycles: 1
32
+ lr_power: 1.0
33
+ lr_scheduler: constant
34
+ lr_warmup_steps: 0
35
+ max_grad_norm: 1.0
36
+ max_train_steps: 1500
37
+ mixed_precision: bf16
38
+ noise_offset: 0
39
+ num_class_images: 100
40
+ num_new_tokens_per_abstraction: 2
41
+ num_train_epochs: 75
42
+ num_validation_images: 4
43
+ optimizer: prodigy
44
+ output_dir: p3nr0s3
45
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
46
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
47
+ prior_generation_precision: null
48
+ prior_loss_weight: 1.0
49
+ prodigy_beta3: null
50
+ prodigy_decouple: true
51
+ prodigy_safeguard_warmup: true
52
+ prodigy_use_bias_correction: true
53
+ push_to_hub: false
54
+ rank: 32
55
+ repeats: 2
56
+ report_to: tensorboard
57
+ resolution: 1024
58
+ resume_from_checkpoint: null
59
+ revision: null
60
+ sample_batch_size: 4
61
+ scale_lr: false
62
+ seed: 42
63
+ snr_gamma: null
64
+ text_encoder_lr: 1.0
65
+ token_abstraction: TOK
66
+ train_batch_size: 2
67
+ train_text_encoder: false
68
+ train_text_encoder_frac: 1.0
69
+ train_text_encoder_ti: true
70
+ train_text_encoder_ti_frac: 0.5
71
+ use_8bit_adam: false
72
+ validation_epochs: 50
73
+ validation_prompt: null
74
+ variant: null
75
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1730951302.r-lfischbe-autotrain-p3nr0s3-u90mqc6f-57220-t44dv.212.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42ff71655c65cfd98c08eee440e73c739ddd6f5eacecb608c8b923f60f32a6f
3
+ size 125834
p3nr0s3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03861390506e6fa14387af2ecb5465ac8ba26a7428d663f46343a3415a7a870e
3
+ size 186046568
p3nr0s3_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f85e6e466f3e762a396a6e7d9a76173f6fdda293885f0efaccb29fd8c0c551
3
+ size 16536
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7d163acdfbaf97808e245a052024dcc678811dd357d6412a372124442af7044
3
+ size 185963768