12 lines
152 B
Python
12 lines
152 B
Python
from __future__ import annotations
|
|
|
|
from txt2img import StableDiffusion
|
|
|
|
|
|
def main():
|
|
StableDiffusion
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main.local()
|