Linoy Tsaban commited on
Commit
2316ce8
1 Parent(s): 1df2d9b

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: 'a <s0><s1> webpage about the movie Mean Girls'
12
+ output:
13
+ url:
14
+ "image_0.png"
15
+
16
+ - text: 'a <s0><s1> webpage about the movie Mean Girls'
17
+ output:
18
+ url:
19
+ "image_1.png"
20
+
21
+ - text: 'a <s0><s1> webpage about the movie Mean Girls'
22
+ output:
23
+ url:
24
+ "image_2.png"
25
+
26
+ - text: 'a <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 <s0><s1> webpage
33
+ license: openrail++
34
+ ---
35
+
36
+ # SDXL LoRA DreamBooth - LinoyTsaban/web_y2k_v8
37
+
38
+ <Gallery />
39
+
40
+ ## Model description
41
+
42
+ ### These are LinoyTsaban/web_y2k_v8 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_v8', weight_name='pytorch_lora_weights.safetensors')
62
+ embedding_path = hf_hub_download(repo_id='LinoyTsaban/web_y2k_v8', 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('a <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_v8/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_v8/blob/main/embeddings.safetensors). Rename it and place it on it on your embeddings folder.
78
+
79
+ All [Files & versions](/LinoyTsaban/web_y2k_v8/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: c03deba63f2d5b9b811787338838e862c36670e6a601734aa5219115be3eb584
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
image_1.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9874dc9453d4116c2a97a914d1c772d3193519dd1f4b667eafa861b72d307951
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
image_3.png ADDED

Git LFS Details

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