sunhaha123 commited on
Commit
75f5dfc
1 Parent(s): 30c9dec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -100,11 +100,8 @@ TensorArt Stable Diffusion 3.5 Medium Turbo (SD3.5M Turbo) is a high-performance
100
  lora_weights_dir = 'tensorart/stable-diffusion-3.5-medium-turbo/lora_sd3.5m_turbo_8steps.safetensors'
101
  pcm_lora_weight = load_file(lora_weights_dir)
102
 
103
- alpha = 1.0
104
- pcm_lora_weight = {
105
- key: value * np.sqrt(alpha) for key, value in pcm_lora_weight.items()
106
- }
107
- pipe.load_lora_weights(lora_weights_dir)
108
  pipe = pipe.to("cuda")
109
 
110
  image = pipe(
 
100
  lora_weights_dir = 'tensorart/stable-diffusion-3.5-medium-turbo/lora_sd3.5m_turbo_8steps.safetensors'
101
  pcm_lora_weight = load_file(lora_weights_dir)
102
 
103
+
104
+
 
 
 
105
  pipe = pipe.to("cuda")
106
 
107
  image = pipe(