style-transfer
Professional artistic style transfer via OpenAI Images API. Transform images into specific art styles, eras, and visual aesthetics. Use when user needs to convert an existing image into different artistic styles, apply famous art movements, or transform visual content with
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Professional artistic style transfer via OpenAI Images API. Transform images into specific art styles, eras, and visual aesthetics. Use when user needs to convert an existing image into different artistic styles, apply famous art movements, or transform visual content with specific stylistic parameters (e.g., \
How to use
Przygotuj klucz API OpenAI i ustaw go jako zmienną środowiskową OPENAI_API_KEY – bez niego skill nie będzie działać.
Przygotuj źródłowy obraz – może to być publiczny adres URL (np. https://example.com/photo.jpg) lub dane w formacie base64 data URI.
Wybierz styl artystyczny z biblioteki (np. impressionist-oil, watercolor-dream, cyberpunk-neon, vintage-sepia, film-noir, anime-studio) lub podaj własny opis stylu jako tekst (np. "olej na płótnie, pędzle impresjonisty, tekstura van gogha").
Uruchom skrypt transferu, podając ścieżkę do obrazu i wybrany styl – system wygeneruje nową wersję obrazu w zadanym stylu artystycznym.
Aby zastosować wiele stylów jednocześnie, powtórz parametr --style dla każdego żądanego stylu – skill przetworzy obraz dla wszystkich wybranych estetyk w jednym przebiegu.