fastsdcpu / app.py
rupeshs's picture
Updated to latest FastSD
c7f95a6
raw
history blame
133 Bytes
from frontend.webui.hf_demo import start_demo_text_to_image
print("Starting HF demo text to image")
start_demo_text_to_image(False)