Linoy Tsaban commited on
Commit
05c9f80
1 Parent(s): 7e447be

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
11
+ - text: '<s0><s1> webpage about the movie Mean Girls'
12
+ output:
13
+ url:
14
+ "image_0.png"
15
+
16
+ - text: '<s0><s1> webpage about the movie Mean Girls'
17
+ output:
18
+ url:
19
+ "image_1.png"
20
+
21
+ - text: '<s0><s1> webpage about the movie Mean Girls'
22
+ output:
23
+ url:
24
+ "image_2.png"
25
+
26
+ - text: '<s0><s1> webpage about the movie Mean Girls'
27
+ output:
28
+ url:
29
+ "image_3.png"
30
+
31
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
32
+ instance_prompt: a webpage in the style of <s0><s1>
33
+ license: openrail++
34
+ ---
35
+
36
+ # SDXL LoRA DreamBooth - LinoyTsaban/web_y2k_v6
37
+
38
+ <Gallery />
39
+
40
+ ## Model description
41
+
42
+ ### These are LinoyTsaban/web_y2k_v6 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
43
+
44
+ ## Trigger words
45
+
46
+ To trigger image generation of trained concept(or concepts) replace each concept identifier in you prompt with the new inserted tokens:
47
+
48
+ to trigger concept `TOK` → use `<s0><s1>` in your prompt
49
+
50
+
51
+
52
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
53
+
54
+ ```py
55
+ from diffusers import AutoPipelineForText2Image
56
+ import torch
57
+ from huggingface_hub import hf_hub_download
58
+ from safetensors.torch import load_file
59
+
60
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
61
+ pipeline.load_lora_weights('LinoyTsaban/web_y2k_v6', weight_name='pytorch_lora_weights.safetensors')
62
+ embedding_path = hf_hub_download(repo_id='LinoyTsaban/web_y2k_v6', filename="embeddings.safetensors", repo_type="model")
63
+ state_dict = load_file(embedding_path)
64
+ pipeline.load_textual_inversion(state_dict["clip_l"], token=["<s0>", "<s1>"], text_encoder=pipe.text_encoder, tokenizer=pipe.tokenizer)
65
+ pipeline.load_textual_inversion(state_dict["clip_g"], token=["<s0>", "<s1>"], text_encoder=pipe.text_encoder_2, tokenizer=pipe.tokenizer_2)
66
+
67
+ image = pipeline('<s0><s1> webpage about the movie Mean Girls').images[0]
68
+ ```
69
+
70
+ 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)
71
+
72
+ ## Download model
73
+
74
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
75
+
76
+ - Download the LoRA *.safetensors [here](/LinoyTsaban/web_y2k_v6/blob/main/pytorch_lora_weights.safetensors). Rename it and place it on your Lora folder.
77
+ - Download the text embeddings *.safetensors [here](/LinoyTsaban/web_y2k_v6/blob/main/embeddings.safetensors). Rename it and place it on it on your embeddings folder.
78
+
79
+ All [Files & versions](/LinoyTsaban/web_y2k_v6/tree/main).
80
+
81
+ ## Details
82
+
83
+ 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).
84
+
85
+ LoRA for the text encoder was enabled. False.
86
+
87
+ Pivotal tuning was enabled: True.
88
+
89
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
90
+
embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8707994599a5702845dde85d517d54cde8b10b0d35824590ea49bbe84200642a
3
+ size 8344
image_0.png ADDED

Git LFS Details

  • SHA256: 4758e7bcd8b4179f9eb092913e54235951eb636d09532929769d7e55f222ba8a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
image_1.png ADDED

Git LFS Details

  • SHA256: eb1036960034071522afa77660c0da2008f28b3373ec921d910d908d2dce3766
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
image_2.png ADDED

Git LFS Details

  • SHA256: e0523f902c9024d8f003abf883f5d4dd548b1a5c737165ad403ef7de4c037c28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
image_3.png ADDED

Git LFS Details

  • SHA256: 4492ab14fef33ce43e9fd5d7de0822ec5a39282977633937a487e96645ffbe19
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1e8498b13b7c1da98351da8d904ac23f60c121f17f79a8d0db2ce75c78f27f
3
+ size 185969368