yehiaa commited on
Commit
33791b5
1 Parent(s): 1662baf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ library_name: diffusers
4
+ tags:
5
+ - text-to-image
6
+ - text-to-image
7
+ - diffusers-training
8
+ - diffusers
9
+ - lora
10
+ - template:sd-lora
11
+ - stable-diffusion-xl
12
+ - stable-diffusion-xl-diffusers
13
+ base_model: SG161222/RealVisXL_V4.0
14
+ instance_prompt: a headshot of a sks person
15
+ widget:
16
+ - text: closeup portrait photo of a sks person in dark clothes, city street, neon, fog, volumetric
17
+ wearing business outfit, grey background
18
+ output:
19
+ url: image_0.png
20
+ - text: closeup portrait photo of a sks person in dark clothes, city street, neon, fog, volumetric
21
+ wearing business outfit, grey background
22
+ output:
23
+ url: image_1.png
24
+ - text: closeup portrait photo of a sks person in dark clothes, city street, neon, fog, volumetric
25
+ wearing business outfit, grey background
26
+ output:
27
+ url: image_2.png
28
+ - text: closeup portrait photo of a sks person in dark clothes, city street, neon, fog, volumetric
29
+ wearing business outfit, grey background
30
+ output:
31
+ url: image_3.png
32
+ ---
33
+
34
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
35
+ should probably proofread and complete it, then remove this comment. -->
36
+
37
+
38
+ # SDXL LoRA DreamBooth - yehiaa/lora-trained-xl-drew
39
+
40
+ <Gallery />
41
+
42
+ ## Model description
43
+
44
+ These are yehiaa/lora-trained-xl-drew LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
45
+
46
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
47
+
48
+ LoRA for the text encoder was enabled: False.
49
+
50
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
51
+
52
+ ## Trigger words
53
+
54
+ You should use a headshot of a sks person to trigger the image generation.
55
+
56
+ ## Download model
57
+
58
+ Weights for this model are available in Safetensors format.
59
+
60
+ [Download](yehiaa/lora-trained-xl-drew/tree/main) them in the Files & versions tab.
61
+
62
+
63
+
64
+ ## Intended uses & limitations
65
+
66
+ #### How to use
67
+
68
+ ```python
69
+ # TODO: add an example code snippet for running this diffusion pipeline
70
+ ```
71
+
72
+ #### Limitations and bias
73
+
74
+ [TODO: provide examples of latent issues and potential remediations]
75
+
76
+ ## Training details
77
+
78
+ [TODO: describe the data used to train the model]