sakshamjoshi129 commited on
Commit
8598808
·
verified ·
1 Parent(s): 124fda2

End of training

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
3
+ library_name: diffusers
4
+ license: creativeml-openrail-m
5
+ tags:
6
+ - stable-diffusion-xl
7
+ - stable-diffusion-xl-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - diffusers-training
11
+ - lora
12
+ inference: true
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+
19
+ # LoRA text2image fine-tuning - sakshamjoshi129/sdxl_coco_lora
20
+
21
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the None dataset. You can find some example images in the following.
22
+
23
+
24
+
25
+ LoRA for the text encoder was enabled: False.
26
+
27
+ Special VAE used for training: None.
28
+
29
+
30
+ ## Intended uses & limitations
31
+
32
+ #### How to use
33
+
34
+ ```python
35
+ # TODO: add an example code snippet for running this diffusion pipeline
36
+ ```
37
+
38
+ #### Limitations and bias
39
+
40
+ [TODO: provide examples of latent issues and potential remediations]
41
+
42
+ ## Training details
43
+
44
+ [TODO: describe the data used to train the model]