Skip to content

Commit 0996215

Browse files
committed
remove unneeded os import
1 parent 212ef6d commit 0996215

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/research_projects/promptdiffusion/convert_original_promptdiffusion_to_diffusers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"""Conversion script for stable diffusion checkpoints which _only_ contain a controlnet."""
1616

1717
import argparse
18-
import os
1918
import re
2019
from contextlib import nullcontext
2120
from io import BytesIO

0 commit comments

Comments
 (0)