Skip to content

Instantly share code, notes, and snippets.

View giftedunicorn's full-sized avatar
🤞
Lucky me

giftedunicorn367 giftedunicorn

🤞
Lucky me
View GitHub Profile
@giftedunicorn
giftedunicorn / agent loop
Created March 11, 2025 02:14 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@giftedunicorn
giftedunicorn / inpaint-person.py
Created August 7, 2023 10:10 — forked from Mason-McGough/inpaint-person.py
A simple script that removes people from photos using the stable-diffusion-webui API
"""
Remove a person from an image using a stable diffusion server
This short demo accompanies the Medium article "Stable Diffusion as an API: Make a Person-Removing Microservice".
The full article can be found here: https://towardsdatascience.com/stable-diffusion-as-an-api-5e381aec1f6
Example usage:
python inpaint-person.py my-image.jpg -W 768 -H 768 -o my-output.png
"""