muhilan-a commited on
Commit
f8e770a
·
verified ·
1 Parent(s): 363ab9b

End of training

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stable-diffusion-xl
4
+ - stable-diffusion-xl-diffusers
5
+ - diffusers-training
6
+ - text-to-image
7
+ - diffusers
8
+ - dora
9
+ - template:sd-lora
10
+ widget:
11
+
12
+ - text: '2d computer aided design image of a tyre tread with 5RIBS'
13
+
14
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
15
+ instance_prompt: 2d computer aided design image of a tyre tread with 5RIBS
16
+ license: openrail++
17
+ ---
18
+
19
+ # SDXL LoRA DreamBooth - muhilan-a/tyre-thread-generation-with-lora
20
+
21
+ <Gallery />
22
+
23
+ ## Model description
24
+
25
+ ### These are muhilan-a/tyre-thread-generation-with-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
26
+
27
+ ## Download model
28
+
29
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
30
+
31
+ - **LoRA**: download **[`tyre-thread-generation-with-lora.safetensors` here 💾](/muhilan-a/tyre-thread-generation-with-lora/blob/main/tyre-thread-generation-with-lora.safetensors)**.
32
+ - Place it on your `models/Lora` folder.
33
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:tyre-thread-generation-with-lora:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
34
+
35
+
36
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
37
+
38
+ ```py
39
+ from diffusers import AutoPipelineForText2Image
40
+ import torch
41
+
42
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
43
+ pipeline.load_lora_weights('muhilan-a/tyre-thread-generation-with-lora', weight_name='pytorch_lora_weights.safetensors')
44
+
45
+ image = pipeline('2d computer aided design image of a tyre tread with 5RIBS with a different design in the image ').images[0]
46
+ ```
47
+
48
+ 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)
49
+
50
+ ## Trigger words
51
+
52
+ You should use 2d computer aided design image of a tyre tread with 5RIBS to trigger the image generation.
53
+
54
+ ## Details
55
+ All [Files & versions](/muhilan-a/tyre-thread-generation-with-lora/tree/main).
56
+
57
+ 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).
58
+
59
+ LoRA for the text encoder was enabled. False.
60
+
61
+ Pivotal tuning was enabled: False.
62
+
63
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
64
+
65
+
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a62b8eb0d4710127e993e3c1a930a0323078616644f093963f004a4e801f70b1
3
+ size 23390424
tyre-thread-generation-with-lora_emb.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685f4281cd630176846a1ad031260413c8d062c9c8c77d3d24d3c75e08c75996
3
+ size 16536