awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bes-dev avatar

bes-dev/stable_diffusion.openvino

0
View on GitHub↗
1,535 estrellas·207 forks·Python·Apache-2.0·5 vistas

Stable Diffusion.openvino

Este proyecto es un framework de software integrado diseñado para facilitar la síntesis generativa de imágenes y la inferencia de modelos de alto rendimiento en procesadores y hardware gráfico de Intel. Proporciona un motor de inferencia especializado que ejecuta modelos de difusión latente para transformar descripciones en lenguaje natural en salidas visuales.

La librería se distingue por aprovechar el toolkit OpenVINO para optimizar modelos de machine learning para arquitecturas de hardware Intel específicas. Al utilizar aceleración de hardware a nivel de kernel y optimización de grafos estáticos, el framework mejora el rendimiento de ejecución y la eficiencia de recursos al ejecutar pipelines de redes neuronales complejas.

El software admite una gama de capacidades generativas, incluyendo generación de texto a imagen, transformación de imagen a imagen y relleno (inpainting) selectivo de imágenes. Estas características permiten a los usuarios crear nuevo contenido visual o modificar imágenes existentes manteniendo la composición y estructura original a través de procesos de difusión acelerados por hardware.

Features

  • Stable Diffusion Inference Engines - Provides a high-performance inference engine for running text-to-image diffusion models on Intel CPUs and integrated graphics hardware.
  • Text-to-Image Generators - Generates visual images from natural language descriptions using hardware-optimized diffusion models.
  • OpenVINO Inference Acceleration - Accelerates machine learning model inference on Intel hardware by leveraging specialized toolkit optimizations for improved speed and efficiency.
  • Diffusion Pipelines - Sequences multiple neural network stages including text encoding and iterative noise refinement to transform data into visual outputs.
  • Image Inpainting - Replaces specific areas of an existing image with new content derived from text prompts while maintaining surrounding visual context.
  • Image-to-Image Translation - Modifies existing source images based on text prompts to change artistic style or content while preserving original composition.
  • Hardware Acceleration Kernels - Executes high-performance tensor computations directly on integrated graphics and central processing units using specialized hardware kernels.
  • Model Intermediate Representations - Provides standardized intermediate representations to decouple neural network architectures from specific hardware-optimized execution backends.
  • Static Graph Compilations - Analyzes and fuses neural network layers at compile time to reduce redundant memory access and improve execution throughput.
  • Intel Hardware Acceleration - Implements software optimizations specifically designed for executing deep learning models on Intel processor architectures and graphics units.

Historial de estrellas

Gráfico del historial de estrellas de bes-dev/stable_diffusion.openvinoGráfico del historial de estrellas de bes-dev/stable_diffusion.openvino

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

Colecciones destacadas con Stable Diffusion.openvino

Colecciones seleccionadas manualmente donde aparece Stable Diffusion.openvino.
  • Herramientas de generación de imágenes con Stable Diffusion

Preguntas frecuentes

¿Qué hace bes-dev/stable_diffusion.openvino?

Este proyecto es un framework de software integrado diseñado para facilitar la síntesis generativa de imágenes y la inferencia de modelos de alto rendimiento en procesadores y hardware gráfico de Intel. Proporciona un motor de inferencia especializado que ejecuta modelos de difusión latente para transformar descripciones en lenguaje natural en salidas visuales.

¿Cuáles son las características principales de bes-dev/stable_diffusion.openvino?

Las características principales de bes-dev/stable_diffusion.openvino son: Stable Diffusion Inference Engines, Text-to-Image Generators, OpenVINO Inference Acceleration, Diffusion Pipelines, Image Inpainting, Image-to-Image Translation, Hardware Acceleration Kernels, Model Intermediate Representations.

¿Qué alternativas de código abierto existen para bes-dev/stable_diffusion.openvino?

Las alternativas de código abierto para bes-dev/stable_diffusion.openvino incluyen: huggingface/diffusers — Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines… nunchaku-ai/comfyui-nunchaku — ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized… divamgupta/diffusionbee-stable-diffusion-ui — DiffusionBee is a Stable Diffusion desktop client for macOS that functions as an AI image generator and editor. It… deep-floyd/if — IF is a text-to-image diffusion system that translates natural language descriptions into visual imagery. The project… kohya-ss/sd-scripts — sd-scripts is a suite of utilities designed for fine-tuning generative models, preprocessing datasets, and converting… lucidrains/imagen-pytorch — This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It…

Alternativas open-source a Stable Diffusion.openvino

Proyectos open-source similares, clasificados según cuántas características comparten con Stable Diffusion.openvino.
  • huggingface/diffusersAvatar de huggingface

    huggingface/diffusers

    33,872Ver en GitHub↗

    Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines for producing multi-modal media. It provides a suite of tools for generating images, video, and audio from natural language descriptions, as well as specialized systems for text-to-image generation. The project differentiates itself through a modular architecture that separates noise schedulers, pretrained model blocks, and pipeline compositions. This structure allows for the construction of custom generation workflows and the ability to swap individual components of the diffu

    Pythondeep-learningdiffusionflux
    Ver en GitHub↗33,872
  • nunchaku-ai/comfyui-nunchakuAvatar de nunchaku-ai

    nunchaku-ai/ComfyUI-nunchaku

    2,901Ver en GitHub↗

    ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized diffusion models within ComfyUI visual workflows. It provides a backend that reduces memory overhead and increases generation speed for transformer models. The project includes specialized tools for identity-preserving generation and an image-to-image guidance toolkit that uses depth maps and reference images. It also features a multimodal visual question answering implementation and a utility for merging multiple quantized model files into single unified files. The engine covers a b

    Pythoncomfyuidiffusionflux
    Ver en GitHub↗2,901
  • divamgupta/diffusionbee-stable-diffusion-uiAvatar de divamgupta

    divamgupta/diffusionbee-stable-diffusion-ui

    13,579Ver en GitHub↗

    DiffusionBee is a Stable Diffusion desktop client for macOS that functions as an AI image generator and editor. It allows for the local generation of images from text prompts and the management of diffusion models without requiring external cloud services or technical setup. The application includes a local diffusion model manager for importing and switching between custom trained model files to achieve specific artistic styles. It also features a system for tracking generation history and uploading assets to a public gallery. The software covers several image synthesis and manipulation work

    JavaScript
    Ver en GitHub↗13,579
  • deep-floyd/ifAvatar de deep-floyd

    deep-floyd/IF

    7,811Ver en GitHub↗

    IF is a text-to-image diffusion system that translates natural language descriptions into visual imagery. The project provides a generative pipeline for creating images, an inpainting tool for modifying specific image sections, and a super-resolution upscaler to increase pixel density and clarity. The system includes a concept fine-tuning framework that allows for the teaching of new visual concepts by updating a small set of parameters. It also supports image style transfer to apply the aesthetic characteristics of a reference image to a new output.

    Python
    Ver en GitHub↗7,811
  • Ver las 30 alternativas a Stable Diffusion.openvino→