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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
subin-kim-cv avatar

subin-kim-cv/CSD

0
View on GitHub↗
120 stars·3 forks·Python·7 views

CSD

Collaborative Score Distillation for Consistent Visual Synthesis (NeurIPS 2023)

Features

  • Diffusion Model Research - Collaborative score distillation for consistent visual synthesis.
  • Text Guided Image Editing - Collaborative score distillation for consistent visual synthesis.
  • Generation - Listed in the “Generation” section of the Awesome Diffusion Models awesome list.

Star history

Star history chart for subin-kim-cv/csdStar history chart for subin-kim-cv/csd

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with CSD

These projects share indexed features with CSD. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • andyshih12/paradigmsAndyShih12 avatar

    AndyShih12/paradigms

    157View on GitHub↗

    PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight

    Python
    View on GitHub↗157
  • anima-lab/maskditAnima-Lab avatar

    Anima-Lab/MaskDiT

    426View on GitHub↗

    Code for Fast Training of Diffusion Models with Masked Transformers

    Python
    View on GitHub↗426
  • alexmaols/elucdalexmaols avatar

    alexmaols/elucd

    33View on GitHub↗

    Elucidating The Design Space of Classifier-Guided Diffusion Generation

    Python
    View on GitHub↗33
  • arpitbansal297/cold-diffusion-modelsarpitbansal297 avatar

    arpitbansal297/Cold-Diffusion-Models

    1,127View on GitHub↗

    Official implementation of Cold-Diffusion for different transformations in pytorch.

    Python
    View on GitHub↗1,127
Compare all 30 related projects→

Frequently asked questions

What does subin-kim-cv/csd do?

Collaborative Score Distillation for Consistent Visual Synthesis (NeurIPS 2023)

What are the main features of subin-kim-cv/csd?

The main features of subin-kim-cv/csd are: Diffusion Model Research, Text Guided Image Editing, Generation.

Which projects share features with subin-kim-cv/csd?

Projects with overlapping indexed features include: anima-lab/maskdit — Code for Fast Training of Diffusion Models with Masked Transformers. baofff/extended-analytic-dpm — Official implementation for Estimating the Optimal Covariance with Imperfect Mean in Diffusion Probabilistic Models… andyshih12/paradigms — PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight. alexmaols/elucd — Elucidating The Design Space of Classifier-Guided Diffusion Generation. arpitbansal297/cold-diffusion-models — Official implementation of Cold-Diffusion for different transformations in pytorch. cognaclee/dpm-ot.