"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "9e57b994ca27738c019c798294b581fc8fdc8722"
Commit f740d357 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

make style

parent 5e746753
...@@ -57,11 +57,11 @@ There are several reasons for using safetensors: ...@@ -57,11 +57,11 @@ There are several reasons for using safetensors:
The time it takes to load the entire pipeline: The time it takes to load the entire pipeline:
```py ```py
from diffusers import StableDiffusionPipeline from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1") pipeline = StableDiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1")
"Loaded in safetensors 0:00:02.033658" "Loaded in safetensors 0:00:02.033658"
"Loaded in PyTorch 0:00:02.663379" "Loaded in PyTorch 0:00:02.663379"
``` ```
But the actual time it takes to load 500MB of the model weights is only: But the actual time it takes to load 500MB of the model weights is only:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment