Skip to content

Commit 9d96be3

Browse files
author
Chris Maunder
committed
Removing setuptools workaround
1 parent 851bb2c commit 9d96be3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stable_diffusion_adapter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
import time
33
from typing import Dict
44

5-
# SetupTools replaces DistUtils, but if a package imports distutils before
6-
# setuptools then setuptools will chuck a wobbly. This is a prophylactic.
7-
import setuptools
8-
95
# Import CodeProject.AI SDK
106
from codeproject_ai_sdk import RequestData, ModuleOptions, ModuleRunner, JSON
117

0 commit comments

Comments
 (0)