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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pkuliyi2015 avatar

pkuliyi2015/multidiffusion-upscaler-for-automatic1111

0
View on GitHub↗
5,002 estrellas·347 forks·Python·10 vistas

Multidiffusion Upscaler For Automatic1111

Este proyecto es una herramienta de escalado de imágenes (upscaling) y generación de alta resolución mediante IA. Utiliza difusión en mosaico (tiled diffusion) para crear imágenes ultra grandes procesándolas en regiones más pequeñas y superpuestas para evitar fallos de memoria en hardware limitado.

El sistema gestiona la composición espacial mediante prompting regional, que enruta prompts de texto específicos a áreas designadas de una imagen. Mantiene la estabilidad visual y la coherencia global durante el proceso de escalado utilizando inversión de ruido y guía estructural.

Las capacidades adicionales incluyen escalado de detalles en mosaico y optimización de memoria para las etapas de codificación y decodificación del autoencoder variacional. Estas características reducen el pico de memoria requerido para la reconstrucción de imágenes de alta resolución.

Features

  • Tiled Processing - Uses tiled processing to split large image generations into overlapping regions, preventing video memory overflow.
  • Tiled Decoding - Processes the variational autoencoder stage in small tiles to reduce peak memory during high-resolution reconstruction.
  • Tiled Latent Processing - Implements latent space tiling to enable the generation of ultra-large images without memory crashes.
  • High-Resolution Synthesis - Generates ultra-large, high-fidelity synthetic images by processing them in smaller tiles to prevent hardware crashes.
  • Tiled Synthesis - Creates ultra-large images from scratch using tiled diffusion and memory optimization.
  • Noise Inversion Techniques - Provides noise inversion on individual tiles to ensure visual stability and coherence during the upscaling process.
  • Guided Tiling - Combines tiled generation with external spatial maps to maintain global composition across multiple local processing tiles.
  • Tiled Upscaling - Increases image resolution and detail using a tile-based refinement process to maintain quality at scale.
  • VAE Memory Optimizations - Reduces peak memory consumption by processing the VAE encoding and decoding stages in small tiles.
  • Composition-Controlled Generators - Employs structural guides and tiled generation to manage the precise layout and composition of high-resolution outputs.
  • Regional Prompting - Allows assigning specific prompts to different designated areas of an image to control local composition.
  • Detail Refinement - Iteratively processes overlapping image segments to add high-resolution details without memory overflow.
  • Consistency Inversion - Performs noise inversion on tiles to maintain visual consistency during high-resolution processing.

Historial de estrellas

Gráfico del historial de estrellas de pkuliyi2015/multidiffusion-upscaler-for-automatic1111Gráfico del historial de estrellas de pkuliyi2015/multidiffusion-upscaler-for-automatic1111

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace pkuliyi2015/multidiffusion-upscaler-for-automatic1111?

Este proyecto es una herramienta de escalado de imágenes (upscaling) y generación de alta resolución mediante IA. Utiliza difusión en mosaico (tiled diffusion) para crear imágenes ultra grandes procesándolas en regiones más pequeñas y superpuestas para evitar fallos de memoria en hardware limitado.

¿Cuáles son las características principales de pkuliyi2015/multidiffusion-upscaler-for-automatic1111?

Las características principales de pkuliyi2015/multidiffusion-upscaler-for-automatic1111 son: Tiled Processing, Tiled Decoding, Tiled Latent Processing, High-Resolution Synthesis, Tiled Synthesis, Noise Inversion Techniques, Guided Tiling, Tiled Upscaling.

¿Qué alternativas de código abierto existen para pkuliyi2015/multidiffusion-upscaler-for-automatic1111?

Las alternativas de código abierto para pkuliyi2015/multidiffusion-upscaler-for-automatic1111 incluyen: lllyasviel/controlnet-v1-1-nightly — This project is a neural network extension for Stable Diffusion that provides spatial control and geometric… kohya-ss/sd-scripts — sd-scripts is a suite of utilities designed for fine-tuning generative models, preprocessing datasets, and converting… compvis/taming-transformers — Taming Transformers is a generative system for high-resolution image synthesis that combines a vector-quantized GAN… lucidrains/stylegan2-pytorch — This project is a PyTorch implementation of StyleGAN2, providing a library and research framework for training… lucidrains/dalle2-pytorch — This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural… janspiry/image-super-resolution-via-iterative-refinement — This project is a deep learning framework for AI image super-resolution and facial synthesis. It provides a diffusion…

Alternativas open-source a Multidiffusion Upscaler For Automatic1111

Proyectos open-source similares, clasificados según cuántas características comparten con Multidiffusion Upscaler For Automatic1111.
  • lllyasviel/controlnet-v1-1-nightlyAvatar de lllyasviel

    lllyasviel/ControlNet-v1-1-nightly

    5,156Ver en GitHub↗

    This project is a neural network extension for Stable Diffusion that provides spatial control and geometric consistency for text-to-image generation. It functions as an image structure controller and conditioning tool, enabling the use of external inputs to guide the layout and geometry of generated imagery. The framework is distinguished by its ability to transform input images into structural guides through various preprocessors. These include the extraction of depth maps, normal maps, and human pose landmarks, as well as the detection of Canny edges, anime lineart, and straight architectur

    Python
    Ver en GitHub↗5,156
  • kohya-ss/sd-scriptsAvatar de kohya-ss

    kohya-ss/sd-scripts

    7,133Ver en GitHub↗

    sd-scripts is a suite of utilities designed for fine-tuning generative models, preprocessing datasets, and converting model weights. It provides a collection of scripts for executing Stable Diffusion training through methods such as DreamBooth, textual inversion, and full fine-tuning, alongside a framework for creating and managing Low-Rank Adaptation weights. The project features specialized capabilities for model weight conversion between different architectures and precision formats. It includes tools for merging adaptation weights into base models, extracting weights from trained models,

    Python
    Ver en GitHub↗7,133
  • compvis/taming-transformersAvatar de CompVis

    CompVis/taming-transformers

    6,510Ver en GitHub↗

    Taming Transformers is a generative system for high-resolution image synthesis that combines a vector-quantized GAN image encoder with an autoregressive transformer. It utilizes a discrete latent space to represent images as codebook tokens, enabling the production of high-fidelity visuals through a hybrid architecture. The project provides specialized capabilities for layout-based scene synthesis, allowing for the creation of complex images by placing objects according to defined bounding box coordinates. It also includes tools for image inpainting to fill missing sections of an image by ana

    Jupyter Notebook
    Ver en GitHub↗6,510
  • lucidrains/stylegan2-pytorchAvatar de lucidrains

    lucidrains/stylegan2-pytorch

    3,783Ver en GitHub↗

    This project is a PyTorch implementation of StyleGAN2, providing a library and research framework for training style-based generative adversarial networks. It serves as a toolkit for high-resolution image synthesis, utilizing competitive minimax optimization to create realistic synthetic visual content. The framework incorporates specialized architectural components such as style-based latent mapping, multi-scale feature modulation, and self-attention layers to improve structural coherence. It distinguishes itself with advanced training stability techniques, including exponential moving avera

    Pythonartificial-intelligencegenerative-adversarial-networkgenerative-model
    Ver en GitHub↗3,783
Ver las 26 alternativas a Multidiffusion Upscaler For Automatic1111→