Bexiiii commited on
Commit
8825818
·
verified ·
1 Parent(s): 2e087b4

Update README.md

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