Skip to content

Commit 1c36a12

Browse files
[Docs] Improve safetensors (#2508)
* [Docs] Improve safetensors * Apply suggestions from code review
1 parent 48a2eb3 commit 1c36a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/en/using-diffusers/using_safetensors.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ torch.load = lambda *args, **kwargs: _raise()
6565

6666
# I want to use model X but it doesn't have safetensors weights.
6767

68-
Just go to this [space](https://huggingface.co/spaces/safetensors/convert).
68+
Just go to this [space](https://huggingface.co/spaces/diffusers/convert).
6969
This will create a new PR with the weights, let's say `refs/pr/22`.
7070

7171
This space will download the pickled version, convert it, and upload it on the hub as a PR.
@@ -80,8 +80,8 @@ from diffusers import StableDiffusionPipeline
8080
pipe = StableDiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1", revision="refs/pr/22")
8181
```
8282

83+
or you can test it directly online with this [space](https://huggingface.co/spaces/diffusers/check_pr).
84+
8385
And that's it !
8486

8587
Anything unclear, concerns, or found a bugs ? [Open an issue](https://github.com/huggingface/diffusers/issues/new/choose)
86-
87-

0 commit comments

Comments
 (0)