wangfuyun commited on
Commit
def27ed
1 Parent(s): 46ce5d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -9,6 +9,14 @@ LoRA weights of Stable Diffusion XL for fast text-to-image generation.
9
 
10
  ## Update
11
 
 
 
 
 
 
 
 
 
12
  - [2024.06.03]: Converted all LoRA weights and merge the repo of Stable Diffusion v1-5 and Stable Diffusion XL. Add LCM-Like PCM LoRAs, which functions just like LCM but works better at low-step regime. Note LoRA is not sufficient for one-step generation.
13
 
14
  ## Important Usage Guidance
 
9
 
10
  ## Update
11
 
12
+ - [2024.06.19]: Upload the initial version of PCM LoRA weights of Stable Diffusion 3.
13
+
14
+ - pcm_deterministic_2step_shift1.safetensors
15
+ - pcm_deterministic_4step_shift3.safetensors
16
+ - pcm_deterministic_4step_shift1.safetensors
17
+ - pdm_stochastic_shift3.safetensors
18
+ - See our Github Code base for proper lora loading and scheduler usage.
19
+
20
  - [2024.06.03]: Converted all LoRA weights and merge the repo of Stable Diffusion v1-5 and Stable Diffusion XL. Add LCM-Like PCM LoRAs, which functions just like LCM but works better at low-step regime. Note LoRA is not sufficient for one-step generation.
21
 
22
  ## Important Usage Guidance