Skip to content

Commit be0afc4

Browse files
committed
conflicts
1 parent a743941 commit be0afc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/diffusers/models/controlnet.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
from ..utils import deprecate
15-
from .controlnets.controlnet import ControlNetConditioningEmbedding, ControlNetModel, ControlNetOutput
15+
from .controlnets.controlnet import (
16+
ControlNetConditioningEmbedding,
17+
ControlNetModel,
18+
ControlNetOutput,
19+
)
1620

1721

1822
class ControlNetOutput(ControlNetOutput):

0 commit comments

Comments
 (0)