stable-diffusion-tensorflow
stable-diffusion-tensorflow copied to clipboard
Adds an entry to __init__.py for StableDiffusion
This makes it possible to import:
from stable_diffusion_tf import StableDiffusion
Also, this is actually required for imports to work if you're working in an alternative directory.