alfredplpl
commited on
Commit
•
7381fe3
1
Parent(s):
c608274
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ diffusersなどを使ってダウンロードしてください。
|
|
59 |
from diffusers import StableDiffusionXLPipeline
|
60 |
import torch
|
61 |
|
62 |
-
pipe = StableDiffusionXLPipeline.from_single_file('/path/to/
|
63 |
pipe.save_pretrained('/path/to/sd-0')
|
64 |
```
|
65 |
|
|
|
59 |
from diffusers import StableDiffusionXLPipeline
|
60 |
import torch
|
61 |
|
62 |
+
pipe = StableDiffusionXLPipeline.from_single_file('/path/to/sdxl_0_n.safetensors')
|
63 |
pipe.save_pretrained('/path/to/sd-0')
|
64 |
```
|
65 |
|