Today's selection of cutting-edge AI news, enjoy reading 👇
🔍 Google releases Gemini prompt library, covering a variety of practical scenarios, along with an API guide.
🎨 Flux Gym: A simple and easy-to-use FLUX Lora training tool, with visual operations completed in three steps.
🎬 Generative Inbetweening: An open-source project that achieves insertion of keyframes to generate coherent videos.
🛠️ fscan: An open-source internal network scanning tool, enabling one-click automated and comprehensive vulnerability scanning.
📚 Awesome_GPT_Super_Prompting: A comprehensive collection of ChatGPT super prompts and learning resources.
Cutting-edge News
1. Discover Google's official prompt library.
It organizes various practical Gemini prompts, such as audio transcription, video Q&A, recipe generation, research assistant, article creation, sentiment analysis, and more.
Link: https://ai.google.dev/gemini-api/prompts?hl=zh-cn
You can click on the prompts to directly access Google AI Studio. If you're interested, feel free to give it a try.
Additionally, Google provides some code samples and a Gemini API Cookbook.
Link: https://ai.google.dev/gemini-api/cookbook?hl=zh-cn
AI Art
1. Share an easy-to-use tool for FLUX Lora training: Flux Gym.
It provides a super simple visual operation interface, and you can complete FLUX Lora training in three steps, requiring a minimum of 12G of VRAM.
GitHub: https://github.com/cocktailpeanut/fluxgym
It is recommended to use Pinokio for one-click installation, though local installation is also supported, which involves slightly more complex deployment steps.
Cutting-edge Technology
1. Another open-source project for generating videos with inserted image keyframes: Generative Inbetweening.
Based on SVD, by inputting the first and last frame of an image, it can generate intermediate keyframes and create a coherent video.
Detailed Introduction: https://svd-keyframe-interpolation.github.io/
Online Experience: https://huggingface.co/spaces/fffiloni/svd_keyframe_interpolation
The tested effect is quite good; those interested can try it out.
Open-source Projects
1. An open-source, free internal network comprehensive scanning tool: fscan.
It enables easy, one-click automated, comprehensive vulnerability scanning. After installing the tool, you can start scanning with just one command.
GitHub: https://github.com/shadow1ng/fscan
It supports host survival detection, brute-force attacks on common services, bulk Redis key writing, web fingerprint recognition, web vulnerability scanning, and more.
2. A collection of ChatGPT super prompts: Awesome_GPT_Super_Prompting, worth checking out!
It includes ChatGPT jailbreak prompts, GPT agent prompts, prompt injection and protection, various GPT prompts, and Prompt Engineering learning materials.
GitHub: https://github.com/CyberAlbSecOP/Awesome_GPT_Super_Prompting
The content is comprehensive and continues to be updated, making it worth following.