divamgupta / stable-diffusion-tensorflow

Stable Diffusion in TensorFlow / Keras
Other
1.57k stars 227 forks source link

Adds an entry to __init__.py for StableDiffusion #39

Open LukeWood opened 1 year ago

LukeWood commented 1 year ago

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.