awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
NVIDIA avatar

NVIDIA/FastPhotoStyle

0
View on GitHub↗
11,179 stars·1,190 forks·Python·22 views

FastPhotoStyle

FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a feature-based image transformer that applies the artistic visual characteristics of a reference image to a target photograph using deep neural networks.

The project implements real-time image stylization by utilizing a feed-forward network. This allows the system to execute transformations in a single pass rather than using iterative optimization.

The framework covers AI photo editing and deep learning visual effects, specifically focusing on the transformation of image textures and colors to merge photographic content with artistic styles.

Features

  • Artistic Style Transfers - Transforms photographs by merging their content with the artistic characteristics of a reference image.
  • AI Image Editing - Provides AI-driven image editing by automating the transformation of aesthetic and stylistic elements.
  • CNN Image Stylizers - Implements a CNN-based stylizer to process artistic style transfers in real-time.
  • Feed-Forward Neural Networks - Uses a feed-forward neural network to achieve real-time style transfer in a single processing pass.
  • Neural Style Transfer - Employs deep feature maps from pre-trained networks to separate and transfer artistic style from content.
  • Style Transfer Frameworks - Provides a comprehensive framework for applying artistic reference styles to target photographs.
  • Artistic Style Transfer - Applies the visual characteristics of reference paintings to photographs using deep learning models.
  • Adaptive Instance Normalization - Implements Adaptive Instance Normalization to align content and style feature statistics for artistic appearance transfer.
  • Convolutional Neural Network Architectures - Utilizes a deep convolutional neural network architecture to learn hierarchical visual patterns for image transformation.
  • Feature-Based Image Transformers - Implements a feature-based transformer that separates and recombines content and style maps.
  • Feature Extractors - Uses a fixed pre-trained encoder to extract semantic feature maps necessary for the style transfer process.
  • Single-Pass Inference Models - Provides a single-pass inference model to enable real-time image stylization without iterative optimization.
  • Deep Learning Visual Effects - Creates creative visual effects by using neural networks to transform image textures and colors.
  • Computer Vision Models - Closed-form solution for photorealistic image stylization.
  • Model Implementations - Photorealistic image stylization.

Star history

Star history chart for nvidia/fastphotostyleStar history chart for nvidia/fastphotostyle

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with FastPhotoStyle

These projects share indexed features with FastPhotoStyle. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • luanfujun/deep-photo-styletransferluanfujun avatar

    luanfujun/deep-photo-styletransfer

    9,994View on GitHub↗

    This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It functions as a photorealistic image stylizer that merges the content of one image with the visual characteristics of another while maintaining the original geometry and structural details. The system distinguishes itself through the use of matting Laplacian matrices and semantic segmentation masks to prevent distortion and preserve edge fidelity. These capabilities allow for region-specific styling, where different aesthetics can be applied to distinct objects or areas within a single

    Matlab
    View on GitHub↗9,994
  • jcjohnson/neural-stylejcjohnson avatar

    jcjohnson/neural-style

    18,288View on GitHub↗

    This is a PyTorch implementation of a neural style transfer system. It functions as a convolutional neural network image stylizer and artistic style blender designed to combine the content of one image with the artistic style of another. The system supports blending multiple style sources and adjusting the relative weights between content and style reconstruction. It includes capabilities for preserving the original color palette of the content image and adjusting style scales to determine which artistic patterns are transferred. The pipeline enables high-resolution image processing by distr

    Lua
    View on GitHub↗18,288
  • lengstrom/fast-style-transferlengstrom avatar

    lengstrom/fast-style-transfer

    10,963View on GitHub↗

    This project is a TensorFlow-based neural style transfer framework designed to apply the artistic textures and colors of a painting to images and videos. It utilizes a feed-forward image stylizer that transforms visual appearance in a single pass, avoiding the need for iterative optimization. The system includes a deep learning training pipeline that teaches convolutional neural networks to replicate specific styles using perceptual loss functions. It also features a video frame processor that decomposes video files into individual images for sequential stylization and reassembly. The softwa

    Pythondeep-learningneural-networksneural-style
    View on GitHub↗10,963
  • jcjohnson/fast-neural-stylejcjohnson avatar

    jcjohnson/fast-neural-style

    4,354View on GitHub↗

    This project is a neural style transfer framework that provides a suite of computer vision tools for applying artistic styles to images and video. It functions as a system for training feedforward neural networks, an iterative style optimizer, and a real-time video stylizer. The framework supports two primary methods of stylization: a feedforward model that applies styles in a single pass and an iterative optimization method that generates stylized images by minimizing content and style loss without a pre-trained model. It also enables real-time processing of live webcam feeds using trained m

    Lua
    View on GitHub↗4,354
Compare all 30 related projects→

Frequently asked questions

What does nvidia/fastphotostyle do?

FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a feature-based image transformer that applies the artistic visual characteristics of a reference image to a target photograph using deep neural networks.

What are the main features of nvidia/fastphotostyle?

The main features of nvidia/fastphotostyle are: Artistic Style Transfers, AI Image Editing, CNN Image Stylizers, Feed-Forward Neural Networks, Neural Style Transfer, Style Transfer Frameworks, Artistic Style Transfer, Adaptive Instance Normalization.

Which projects share features with nvidia/fastphotostyle?

Projects with overlapping indexed features include: luanfujun/deep-photo-styletransfer — This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It… jcjohnson/neural-style — This is a PyTorch implementation of a neural style transfer system. It functions as a convolutional neural network… lengstrom/fast-style-transfer — This project is a TensorFlow-based neural style transfer framework designed to apply the artistic textures and colors… jcjohnson/fast-neural-style — This project is a neural style transfer framework that provides a suite of computer vision tools for applying artistic… afshinea/stanford-cs-230-deep-learning — This repository collects illustrated single-page cheat sheets that compress the core topics of Stanford's CS 230 deep… anishathalye/neural-style — This project is a TensorFlow-based neural style transfer tool and deep learning image processor. It uses convolutional…