dpreciado3 commited on
Commit
5da8d0b
1 Parent(s): c52a06a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -2,7 +2,7 @@
2
  ---
3
  license: creativeml-openrail-m
4
  base_model: stabilityai/stable-diffusion-xl-base-1.0
5
- dataset: ../../../dataset_v2/
6
  tags:
7
  - stable-diffusion-xl
8
  - stable-diffusion-xl-diffusers
@@ -14,7 +14,7 @@ inference: true
14
 
15
  # LoRA text2image fine-tuning - dpreciado3/caramex-v7-sdxl
16
 
17
- These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the ../../../dataset_v2/ dataset. You can find some example images in the following.
18
 
19
  ![img_0](./image_0.png)
20
  ![img_1](./image_1.png)
@@ -22,6 +22,6 @@ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. Th
22
  ![img_3](./image_3.png)
23
 
24
 
25
- LoRA for the text encoder was enabled: True.
26
 
27
- Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
 
2
  ---
3
  license: creativeml-openrail-m
4
  base_model: stabilityai/stable-diffusion-xl-base-1.0
5
+ dataset: caramex
6
  tags:
7
  - stable-diffusion-xl
8
  - stable-diffusion-xl-diffusers
 
14
 
15
  # LoRA text2image fine-tuning - dpreciado3/caramex-v7-sdxl
16
 
17
+ Estos son los pesos de adaptación LoRA para stabilityai/stable-diffusion-xl-base-1.0. Los pesos fueron ajustados con la base de datos caramex. A continuación puedes encontrar algunas imágenes de ejemplo.
18
 
19
  ![img_0](./image_0.png)
20
  ![img_1](./image_1.png)
 
22
  ![img_3](./image_3.png)
23
 
24
 
25
+ Se activó LoRA para el codificador de texto: Verdadero.
26
 
27
+ VAE especial usado para el entrenamiento: madebyollin/sdxl-vae-fp16-fix.