sunhaha123 commited on
Commit
13bc8a5
1 Parent(s): b45d335

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -69,7 +69,7 @@ Stable Diffusion 3.5 Medium Turbo (SD3.5M Turbo) is a high-performance text-to-i
69
  width=768
70
  ).images[0]
71
 
72
- image.save("./output_sd3.5m_turbo/test4-2.webp")
73
  ```
74
 
75
  Using lora:
@@ -101,5 +101,5 @@ Stable Diffusion 3.5 Medium Turbo (SD3.5M Turbo) is a high-performance text-to-i
101
  height=1024,
102
  width=768
103
  ).images[0]
104
- image.save("./output_sd3.5m_turbo_lora/test1.webp")
105
  ```
 
69
  width=768
70
  ).images[0]
71
 
72
+ image.save("./test4-2.webp")
73
  ```
74
 
75
  Using lora:
 
101
  height=1024,
102
  width=768
103
  ).images[0]
104
+ image.save("./test1.webp")
105
  ```