sunhaha123 commited on
Commit
870a5e7
·
verified ·
1 Parent(s): b3b94c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -42,16 +42,17 @@ TensorArt Stable Diffusion 3.5 Medium Turbo (SD3.5M Turbo) is a high-performance
42
 
43
  1. **Download the Model**
44
  Download the latest versions of the model’s `ckpt` or `LoRA` files from the following links:
 
45
  - [SD3.5M Checkpoint (Updated on 2024/12/16)](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/sd3.5m_turbo.safetensors)
46
- - [SD3.5M New LoRA (Updated on 2024/12/24)](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/lora-s-8step-final.safetensors)
47
 
48
- 2. **Environment Setup**
49
  Ensure that your environment meets the following requirements:
50
  - Python 3.8+
51
  - PyTorch 2.0+
52
  - Required libraries such as `diffusers`
53
 
54
- 3. **Model Loading**
55
  Load and use the model following the detailed instructions provided in the repository. And you can also use them in comfyui by the workflows provided by us: [comfyui_ckpt](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/contrast_ckpt_.json), [comfyui_lora](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/contrast_lora_.json).
56
 
57
  ---
 
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
+
48
 
49
+ 3. **Environment Setup**
50
  Ensure that your environment meets the following requirements:
51
  - Python 3.8+
52
  - PyTorch 2.0+
53
  - Required libraries such as `diffusers`
54
 
55
+ 4. **Model Loading**
56
  Load and use the model following the detailed instructions provided in the repository. And you can also use them in comfyui by the workflows provided by us: [comfyui_ckpt](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/contrast_ckpt_.json), [comfyui_lora](https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/blob/main/contrast_lora_.json).
57
 
58
  ---