mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-05-06 20:09:06 +08:00
7 lines
177 B
Python
7 lines
177 B
Python
from modules import script_callbacks, shared
|
|
|
|
def on_app_started(demo, app):
|
|
print("Pollinations.AI API extension loaded!")
|
|
|
|
script_callbacks.on_app_started(on_app_started)
|