update
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ tags:
|
|
22 |
|
23 |
|
24 |
|
25 |
-
# KOALA-Lightning-
|
26 |
|
27 |
### Summary
|
28 |
- Trained using a **self-attention-based knowledge distillation** method
|
@@ -123,7 +123,8 @@ pipe.scheduler = EulerDiscreteScheduler.from_config(
|
|
123 |
|
124 |
prompt = "A portrait painting of a Golden Retriever like Leonard da Vinci"
|
125 |
negative = "worst quality, low quality, illustration, low resolution"
|
126 |
-
image = pipe(prompt=prompt, negative_prompt=negative).images[0]
|
|
|
127 |
```
|
128 |
|
129 |
|
|
|
22 |
|
23 |
|
24 |
|
25 |
+
# KOALA-Lightning-1B Model Card
|
26 |
|
27 |
### Summary
|
28 |
- Trained using a **self-attention-based knowledge distillation** method
|
|
|
123 |
|
124 |
prompt = "A portrait painting of a Golden Retriever like Leonard da Vinci"
|
125 |
negative = "worst quality, low quality, illustration, low resolution"
|
126 |
+
image = pipe(prompt=prompt, negative_prompt=negative, guidance_scale=3.5, num_inference_steps=10).images[0]
|
127 |
+
|
128 |
```
|
129 |
|
130 |
|