Closed wyattjohnsonbro closed 1 year ago
This should not happen, we import StableDiffusionHandler
here:
try:
from diffusionserver import StableDiffusionHandler
except ImportError:
print(traceback.format_exc())
print('Could not import StableDiffusionHandler, can not run locally')
So if there is a failure importing it, there should be a message on the output.
The full traceback is: