Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nannullna/safeguard-hfi

Official implementation of "Safeguard Text-to-Image Diffusion Models with Human Feedback Inversion" (ECCV 2024)
https://github.com/nannullna/safeguard-hfi

Last synced: 2 months ago
JSON representation

Official implementation of "Safeguard Text-to-Image Diffusion Models with Human Feedback Inversion" (ECCV 2024)

Awesome Lists containing this project

README

        

# Safeguard with Human Feedback Inversion
Official implementation of "Safeguard Text-to-Image Diffusion Models with Human Feedback Inversion" (ECCV 2024)

## WIP 🚧

We are currently finalizing the human annotation data and UI. The code and data will be available before the conference.

* See [https://github.com/nannullna/safe-diffusion](https://github.com/nannullna/safe-diffusion) for Safe self-Distillation Diffusion (SDD).

* See [https://huggingface.co/docs/diffusers/training/text_inversion](https://huggingface.co/docs/diffusers/training/text_inversion) and [https://github.com/huggingface/diffusers/blob/main/examples/textual_inversion/textual_inversion.py](https://github.com/huggingface/diffusers/blob/main/examples/textual_inversion/textual_inversion.py) for Textual Inversion.