Commit 49609768 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

make style

parent 9062b284
...@@ -14,9 +14,10 @@ ...@@ -14,9 +14,10 @@
# limitations under the License. # limitations under the License.
""" Conversion script for the LDM checkpoints. """ """ Conversion script for the LDM checkpoints. """
import torch
import argparse import argparse
import torch
from diffusers.pipelines.stable_diffusion.convert_from_ckpt import download_from_original_stable_diffusion_ckpt from diffusers.pipelines.stable_diffusion.convert_from_ckpt import download_from_original_stable_diffusion_ckpt
......
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