alfredplpl commited on
Commit
7381fe3
1 Parent(s): c608274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/sdxl_0.safetensors')
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