Warlord-K commited on
Commit
3162e91
1 Parent(s): cda96d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ base_model: segmind/Segmind-Vega
4
  tags:
5
  - lora
6
  - text-to-image
7
- license: openrail++
8
  inference: false
9
  ---
10
  # Segmind-VegaRT - Latent Consistency Model (LCM) LoRA of Segmind-Vega
@@ -75,4 +75,4 @@ prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
75
 
76
  # disable guidance_scale by passing 0
77
  image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
78
- ```
 
4
  tags:
5
  - lora
6
  - text-to-image
7
+ license: apache-2.0
8
  inference: false
9
  ---
10
  # Segmind-VegaRT - Latent Consistency Model (LCM) LoRA of Segmind-Vega
 
75
 
76
  # disable guidance_scale by passing 0
77
  image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
78
+ ```