n8n
๐ค
n8n workflow automation hosted on HuggingFace
Generate Taiwanese Hakka speech from text
thought that reasoning into LLMs without modification
Expand and resize images with prompts
Generate a talking-head video from a photo and audio
Convert text to natural-sounding speech audio
What happened in open-source AI this year, and whatโs next?
Generate images using custom LoRA styles with FLUX model
import time
from askui import VisionAgent
with VisionAgent() as agent:
agent.tools.webbrowser.open_new("http://www.google.com")
time.sleep(0.5)
agent.click("search field in the center of the screen", model_name="Qwen/Qwen2-VL-7B-Instruct")
agent.type("cats")
agent.keyboard("enter")
time.sleep(0.5)
agent.click("text 'Images'", model_name="AskUI/PTA-1")
time.sleep(0.5)
agent.click("second cat image", model_name="OS-Copilot/OS-Atlas-Base-7B")