DPMInteractive / README.md
blairzheng
add cond_kl
53339de
|
raw
history blame contribute delete
No virus
830 Bytes

A newer version of the Gradio SDK is available: 4.44.0

Upgrade
metadata
title: DPMInteractive
emoji: πŸŒ–
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 4.12.0
app_file: App.py
pinned: false
license: apache-2.0

Understanding Diffusion Probability Model Interactively




This is a Web App which provides a special introduction about the Diffusion Probability Model with interactive demos.

How to run

  1. Open HuggingFace space in browser directly.
  2. Running locally, recommended.
    • git clone https://github.com/blairstar/The_Art_of_DPM.git
    • cd DPMInteractive & pip install -r requirements.txt
    • python App.py