Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model: segmind/Segmind-Vega
|
|
4 |
tags:
|
5 |
- lora
|
6 |
- text-to-image
|
7 |
-
license:
|
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 |
+
```
|