gerver commited on
Commit
8f91f5d
·
verified ·
1 Parent(s): 11cfb48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -1,17 +1,20 @@
1
  ---
2
  tags:
3
- - text-to-image
4
- - stable-diffusion
5
- - lora
6
- - diffusers
7
- - template:sd-lora
8
- - inference
9
  widget:
10
- - text: 'A photo of a woman in a floral dress'
11
- output:
12
- url: images/2024-07-04_17-42-32_3003-enhanced (1).jpg
13
  base_model: XLabs-AI/flux-RealismLora
14
- instance_prompt: "A high-resolution photo of a woman standing in a city street at night, wearing a floral dress"
 
 
 
15
  ---
16
 
17
  # Keyli
@@ -46,5 +49,4 @@ pipeline.load_lora_weights("gerver/keyli")
46
 
47
  # Example prompt to generate an image
48
  image = pipeline("A high-resolution photo of a woman standing in a city street at night, wearing a floral dress").images[0]
49
- image.save("generated_image.png")
50
-
 
1
  ---
2
  tags:
3
+ - text-to-image
4
+ - stable-diffusion
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - inference
9
  widget:
10
+ - text: A photo of a woman in a floral dress
11
+ output:
12
+ url: images/2024-07-04_17-42-32_3003-enhanced (1).jpg
13
  base_model: XLabs-AI/flux-RealismLora
14
+ instance_prompt: >-
15
+ A high-resolution photo of a woman standing in a city street at night, wearing
16
+ a floral dress
17
+ license: apache-2.0
18
  ---
19
 
20
  # Keyli
 
49
 
50
  # Example prompt to generate an image
51
  image = pipeline("A high-resolution photo of a woman standing in a city street at night, wearing a floral dress").images[0]
52
+ image.save("generated_image.png")