ligen.lab commited on
Commit
4780f98
1 Parent(s): 0a786b2

add model Readme.MD

Browse files
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - conan
13
+ inference: true
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+
20
+ # LoRA text2image fine-tuning - jugg1024/sdxl-lora-conan
21
+
22
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the jugg1024/conan-gpt4-captions dataset.
23
+
24
+ LoRA for the text encoder was enabled.
25
+
26
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix
27
+
28
+
29
+ ## Intended uses & limitations
30
+
31
+ #### How to use
32
+
33
+ ```python
34
+ # TODO: add an example code snippet for running this diffusion pipeline
35
+ ```
36
+
37
+ #### Limitations and bias
38
+
39
+ [TODO: provide examples of latent issues and potential remediations]
40
+
41
+ ## Training details
42
+
43
+ [TODO: describe the data used to train the model]
gen_res/prompt1-lora1.png ADDED
gen_res/prompt1-lora2.png ADDED
gen_res/prompt1-lora3.png ADDED
gen_res/prompt1-lora4.png ADDED
gen_res/prompt1-sdxl.png ADDED
gen_res/prompt2-lora1.png ADDED
gen_res/prompt2-lora2.png ADDED
gen_res/prompt2-lora3.png ADDED
gen_res/prompt2-lora4.png ADDED
gen_res/prompt2-sdxl.png ADDED