mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-21 05:35:00 +08:00
add image reward scorer as custom script
parent
2813306110
commit
1ad2758b5d
@ -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.
|
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)
|
||||||
|
<details>
|
||||||
|
<summary>1. Score generated images and append to image information</summary>
|
||||||
|
|
||||||
|
https://user-images.githubusercontent.com/98524878/233889441-d593675a-dff4-43aa-ad6b-48cc68326fb0.mp4
|
||||||
|
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>2. Automatically filter out images with low scores</summary>
|
||||||
|
|
||||||
|
https://user-images.githubusercontent.com/98524878/233889490-5c4a062f-bb5e-4179-ba98-b336cda4d290.mp4
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
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
|
## Saving steps of the sampling process
|
||||||
(Example Script) \
|
(Example Script) \
|
||||||
|
Loading…
Reference in New Issue
Block a user