

The Automatic1111 link should have installation procedures on how to install it (and automatic installations) for your device. Here is for NVidia GPUs: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs
As for the other one, here is the steps on how to install it: https://github.com/Raxephion/Old-Perchance-Revival-WebUI/tree/main?tab=readme-ov-file#-easy-setup-windows---download--run
On how you have your data, you can probably just add a
url
property for each instance of the source e.g.:{ name: "original", label: "Original", placeholder: "Click the button below to generate an original quote.", data: [ { quote: "Happiness beckons you once you forget you were looking for it.", source: "Eleanor Trent, 'Where's Joy?'", url: "link here" }, { quote: "Memory is just the past asking for a permanent residence permit.", source: "Dr. Selim Farouk, 'The Mind's Archive'", url: "another link here" }, { quote: "No one knows how Sentience is born, but we sure know how to kill it.", source: "Dr. Marcus Webb, 'The Philosophy of Consciousness'", url: "link here" }, ...
Then you can access it with
.url
(quoteEntry.url
) and set it as thehref
of thequoteSourceEl
.