File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/source/en/using-diffusers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ torch.load = lambda *args, **kwargs: _raise()
65
65
66
66
# I want to use model X but it doesn't have safetensors weights.
67
67
68
- Just go to this [ space] ( https://huggingface.co/spaces/safetensors /convert ) .
68
+ Just go to this [ space] ( https://huggingface.co/spaces/diffusers /convert ) .
69
69
This will create a new PR with the weights, let's say ` refs/pr/22 ` .
70
70
71
71
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
80
80
pipe = StableDiffusionPipeline.from_pretrained(" stabilityai/stable-diffusion-2-1" , revision = " refs/pr/22" )
81
81
```
82
82
83
+ or you can test it directly online with this [ space] ( https://huggingface.co/spaces/diffusers/check_pr ) .
84
+
83
85
And that's it !
84
86
85
87
Anything unclear, concerns, or found a bugs ? [ Open an issue] ( https://github.com/huggingface/diffusers/issues/new/choose )
86
-
87
-
You can’t perform that action at this time.
0 commit comments