From 1ad2758b5d304707c39ac2d20b2406b937ecbb97 Mon Sep 17 00:00:00 2001
From: ClashSAN <98228077+ClashSAN@users.noreply.github.com>
Date: Mon, 1 May 2023 22:44:45 -0400
Subject: [PATCH] add image reward scorer as custom script
---
Custom-Scripts.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/Custom-Scripts.md b/Custom-Scripts.md
index bfe5dbe..f7e15ce 100644
--- a/Custom-Scripts.md
+++ b/Custom-Scripts.md
@@ -331,6 +331,28 @@ https://github.com/coolzilj/infinite-zoom
Generate Zoom in/out videos, with outpainting, as a custom script for inpaint mode in img2img tab.
+## ImageReward Scorer
+
+https://github.com/THUDM/ImageReward#integration-into-stable-diffusion-web-ui
+
+An image **scorer** based on [ImageReward](https://github.com/THUDM/ImageReward), the first general-purpose text-to-image human preference RM, which is trained on in total **137k pairs of expert comparisons**.
+
+[**Features**](https://github.com/THUDM/ImageReward#features) developed to date (2023-04-24) include: (click to expand demo video)
+
+ 1. Score generated images and append to image information
+
+https://user-images.githubusercontent.com/98524878/233889441-d593675a-dff4-43aa-ad6b-48cc68326fb0.mp4
+
+
+
+ 2. Automatically filter out images with low scores
+
+https://user-images.githubusercontent.com/98524878/233889490-5c4a062f-bb5e-4179-ba98-b336cda4d290.mp4
+
+
+
+For details including **installing** and **feature-specific usage**, check [the script introduction](https://github.com/THUDM/ImageReward#integration-into-stable-diffusion-web-ui).
+
## Saving steps of the sampling process
(Example Script) \