Update README.md
Browse files
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("./
|
| 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("./
|
| 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 |
```
|