约 628,000 个结果
在新选项卡中打开链接
  1. Diffusion model - Wikipedia

    Diffusion models were introduced in 2015 as a method to train a model that can sample from a highly complex probability distribution. They used techniques from non-equilibrium thermodynamics, …

  2. Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer

    Following the Latent Diffusion Model, we use a pre-trained Variational Autoencoder (VAE) to compress the images into low-dimensional latent spaces and train a diffusion model to learn the data …

  3. [2212.09748] Scalable Diffusion Models with Transformers

    2022年12月19日 · We explore a new class of diffusion models based on the transformer architecture. We train latent diffusion models of images, replacing the commonly-used U-Net backbone with a …

  4. Transformer (deep learning) - Wikipedia

    The transformer model has been implemented in standard deep learning frameworks such as TensorFlow and PyTorch. Transformers is a library produced by Hugging Face that supplies …

  5. What are Diffusion Models? | Lil'Log - GitHub Pages

    2021年7月11日 · U-net is a common choice of model architecture in diffusion modeling for high-resolution image generation. A cascaded pipeline of multiple diffusion models at increasing resolutions.

  6. The Annotated Diffusion Model - Hugging Face

    2022年6月7日 · What is a diffusion model? A (denoising) diffusion model isn't that complex if you compare it to other generative models such as Normalizing Flows, GANs or VAEs: they all convert …

  7. foldingdiff - Diffusion model for protein backbone generation

    Diffusion models of protein structure; trigonometry and attention are all you need! - microsoft/foldingdiff

  8. Scalable Diffusion Models with Transformers (DiT) - GitHub

    This repo contains PyTorch model definitions, pre-trained weights and training/sampling code for our paper exploring diffusion models with transformers (DiTs). You can find more visualizations on our …

  9. lucidrains/denoising-diffusion-pytorch - GitHub

    Implementation of Denoising Diffusion Probabilistic Model in Pytorch. It is a new approach to generative modeling that may have the potential to rival GANs. It uses denoising score matching to estimate the …

  10. GitHub - huggingface/diffusers: Diffusers: State-of-the-art diffusion ...

    🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch. - huggingface/diffusers