sunhaha123
commited on
Commit
•
37dfbd4
1
Parent(s):
870a5e7
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ TensorArt Stable Diffusion 3.5 Medium Turbo (SD3.5M Turbo) is a high-performance
|
|
41 |
## How to Use
|
42 |
|
43 |
1. **Download the Model**
|
44 |
-
Download the latest versions of the model’s `ckpt` or `LoRA` files from the following links:
|
45 |
- [**(New)** SD3.5M LoRA 8Steps Finall, fix human and facial breakdown (Updated on 2024/12/24)](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/lora-s-8step-final.safetensors)
|
46 |
- [SD3.5M Checkpoint (Updated on 2024/12/16)](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/sd3.5m_turbo.safetensors)
|
47 |
|
@@ -64,7 +64,7 @@ TensorArt Stable Diffusion 3.5 Medium Turbo (SD3.5M Turbo) is a high-performance
|
|
64 |
---
|
65 |
|
66 |
## Example Output
|
67 |
-
|
68 |
|
69 |
```python
|
70 |
import torch
|
|
|
41 |
## How to Use
|
42 |
|
43 |
1. **Download the Model**
|
44 |
+
Download the latest versions of the model’s `ckpt` **or** `LoRA` files from the following links:
|
45 |
- [**(New)** SD3.5M LoRA 8Steps Finall, fix human and facial breakdown (Updated on 2024/12/24)](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/lora-s-8step-final.safetensors)
|
46 |
- [SD3.5M Checkpoint (Updated on 2024/12/16)](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/sd3.5m_turbo.safetensors)
|
47 |
|
|
|
64 |
---
|
65 |
|
66 |
## Example Output
|
67 |
+
Using ckpt:
|
68 |
|
69 |
```python
|
70 |
import torch
|