awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Janspiry avatar

Janspiry/Image-Super-Resolution-via-Iterative-Refinement

0
View on GitHub↗
3,920 星标·483 分支·Python·Apache-2.0·3 次浏览

Image Super Resolution Via Iterative Refinement

这是一个用于 AI 图像超分辨率和面部合成的深度学习框架。它提供了一个扩散模型图像放大器和生成式面部图像合成器,能够使用预训练模型权重将低分辨率图像转换为高分辨率输出。

该系统利用迭代扩散细化和低分辨率引导采样来恢复精细细节和清晰度。它支持无条件图像生成(从零开始创建图像)和用于高保真面部重建的引导分辨率增强。

该仓库包括一个带有多 GPU 分布式训练和预训练权重初始化的扩散模型训练管道。该环境由模型实验追踪、外部指标记录和基于检查点的模型恢复功能支持。

Features

  • Resolution Upscaling - Increases image resolution and clarity using iterative latent diffusion processes.
  • Diffusion Image Restoration Frameworks - Integrates diffusion models into a framework specifically for reconstructing low-resolution images.
  • Diffusion Refinement - Uses a diffusion-based iterative refinement process to progressively increase image resolution and detail.
  • Image Super Resolution Models - Provides a deep learning framework to reconstruct fine details and increase resolution of low-quality images.
  • High-Resolution Synthesis - Synthesizes high-fidelity facial images using pretrained diffusion models.
  • Facial Synthesis - Generates high-fidelity synthetic faces using deep learning encoders and generators.
  • Image Resolution Reconstruction - Reconstructs fine details in high-resolution images using low-resolution inputs as structural priors.
  • AI Upscaling - Increases the resolution and clarity of low-quality images using AI-driven upscaling.
  • Distributed GPU Training - Distributes the computational load of model weight optimization across multiple GPUs.
  • Diffusion Model Training - Implements a training workflow for diffusion models featuring U-Net architectures and time embeddings.
  • Unconditional Generation - Generates new images from scratch based on learned distributions without external guidance.
  • Pretrained Weight Initializers - Accelerates model convergence by initializing training with existing pretrained weights.
  • Super Resolution - Iterative refinement for image super-resolution.
  • Generation - Listed in the “Generation” section of the Awesome Diffusion Models awesome list.

Star 历史

janspiry/image-super-resolution-via-iterative-refinement 的 Star 历史图表janspiry/image-super-resolution-via-iterative-refinement 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Image Super Resolution Via Iterative Refinement 的开源替代方案

相似的开源项目,按与 Image Super Resolution Via Iterative Refinement 的功能重合度排序。
  • spipm/depixelization_pocspipm 的头像

    spipm/Depixelization_poc

    4,535在 GitHub 上查看↗

    This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels from low-resolution inputs. It functions as a super-resolution reconstruction system that transforms pixelated images into high-resolution versions by restoring high-frequency details and sharpening edges. The system utilizes a convolutional neural network pipeline to analyze pixel data and perform digital image restoration. It employs pixel-shuffle upsampling to rearrange channel dimensions into spatial dimensions, which increases resolution while reducing checkerboard artif

    Python
    在 GitHub 上查看↗4,535
  • lucidrains/dalle2-pytorchlucidrains 的头像

    lucidrains/DALLE2-pytorch

    11,310在 GitHub 上查看↗

    This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural language descriptions. It utilizes a diffusion image generator to transform latent embeddings into visual data through an iterative denoising process. The system employs a two-stage latent mapping process, using a CLIP-based latent prior to map text embeddings to image embeddings before decoding them into pixels. It features a cascading diffusion decoder that produces high-resolution imagery by passing low-resolution outputs through a sequence of models at increasing scales.

    Pythonartificial-intelligencedeep-learningtext-to-image
    在 GitHub 上查看↗11,310
  • openai/guided-diffusionopenai 的头像

    openai/guided-diffusion

    7,395在 GitHub 上查看↗

    This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion pipeline that chains a base diffusion model with a dedicated upsampler to progressively increase image resolution in stages, and uses classifier-guided diffusion sampling to steer the reverse diffusion process toward higher-quality outputs. The framework provides tools for training diffusion models from scratch using distributed processes with gradient accumulation, as well as training classifier models that provide gradient-based guidance during sampling. It supports both un

    Python
    在 GitHub 上查看↗7,395
  • sanster/iopaintSanster 的头像

    Sanster/IOPaint

    23,244在 GitHub 上查看↗

    IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and replacing image content. It utilizes latent diffusion image processing to synthesize high-resolution replacements for erased sections of an image. The project features a specialized AI background remover for isolating subjects and an AI image upscaler that employs super-resolution models for general photos and anime artwork. The software covers a broad range of capabilities including image segmentation for object isolation, face restoration for improving facial details, and t

    Pythoninpaintinglamalatent-diffusion
    在 GitHub 上查看↗23,244
查看 Image Super Resolution Via Iterative Refinement 的所有 30 个替代方案→

常见问题解答

janspiry/image-super-resolution-via-iterative-refinement 是做什么的?

这是一个用于 AI 图像超分辨率和面部合成的深度学习框架。它提供了一个扩散模型图像放大器和生成式面部图像合成器,能够使用预训练模型权重将低分辨率图像转换为高分辨率输出。

janspiry/image-super-resolution-via-iterative-refinement 的主要功能有哪些?

janspiry/image-super-resolution-via-iterative-refinement 的主要功能包括:Resolution Upscaling, Diffusion Image Restoration Frameworks, Diffusion Refinement, Image Super Resolution Models, High-Resolution Synthesis, Facial Synthesis, Image Resolution Reconstruction, AI Upscaling。

janspiry/image-super-resolution-via-iterative-refinement 有哪些开源替代品?

janspiry/image-super-resolution-via-iterative-refinement 的开源替代品包括: spipm/depixelization_poc — This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels… lucidrains/dalle2-pytorch — This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural… openai/guided-diffusion — This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion… sanster/iopaint — IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and… xpixelgroup/diffbir — DiffBIR is a diffusion-based image restoration framework designed for blind image reconstruction. It utilizes… xinntao/esrgan — ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative…