Created
January 5, 2023 18:31
-
-
Save przemoc/0467348dee459d34d30f01925da96371 to your computer and use it in GitHub Desktop.
AUTOMATIC1111/stable-diffusion-webui useful-forks output
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- saved from url=(0073)https://useful-forks.github.io/?repo=AUTOMATIC1111/stable-diffusion-webui --> | |
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<!-- Global site tag (gtag.js) - Google Analytics --> | |
<script async="" src="./stable-diffusion-webui_files/js"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); | |
gtag('config', 'UA-109668880-3'); | |
</script> | |
<!-- Personal wrapper around Google Analytics Events dispatch calls --> | |
<script type="text/javascript" src="./stable-diffusion-webui_files/analytics-wrapper.js.download" charset="utf-8"></script> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" content="Find useful forks of GitHub projects"> | |
<meta property="og:type" content="website"> | |
<meta property="og:locale" content="en_US"> | |
<meta property="og:site_name" content="useful-forks"> | |
<meta property="og:title" content="useful-forks"> | |
<meta property="og:url" content="https://useful-forks.github.io/"> | |
<meta property="og:image" content="https://useful-forks.github.io/assets/useful-forks-banner.png"> | |
<link rel="icon" href="https://useful-forks.github.io/assets/favicon.ico"> | |
<link rel="apple-touch-icon" href="https://useful-forks.github.io/assets/favicon.ico"> | |
<link rel="bookmark" href="https://useful-forks.github.io/assets/favicon.ico"> | |
<link rel="shortcut icon" href="https://useful-forks.github.io/assets/favicon.ico"> | |
<link rel="stylesheet preload" href="https://useful-forks.github.io/css/my-style.css" as="style"> | |
<link rel="stylesheet preload" href="https://useful-forks.github.io/css/bulma.min.css" as="style"> | |
<link rel="stylesheet preload" href="https://useful-forks.github.io/css/bulma-badge.min.css" as="style"> | |
<title>Useful Forks</title> | |
</head> | |
<body> | |
<!-- CSS trick to force footer at bottom --> | |
<div class="allButFooter"> | |
<!-- Navigation bar --> | |
<nav class="navbar is-dark" style="z-index: 1"> | |
<div class="container"> | |
<div class="navbar-brand"> | |
<!-- Left-side buttons which are always displayed --> | |
<a class="navbar-item has-text-weight-bold" href="https://useful-forks.github.io/" onclick="ga_homeHeader();"> | |
<img src="./stable-diffusion-webui_files/useful-forks-logo.png" alt="UsefulForks_logo"> | |
Home | |
</a> | |
<a class="navbar-item has-text-weight-bold" href="https://github.com/useful-forks/useful-forks.github.io" target="_blank" rel="noopener noreferrer" onclick="ga_githubHeader();"> | |
<img src="./stable-diffusion-webui_files/github-white-icon.png" alt="GitHub_logo"> | |
Open-Source Project | |
</a> | |
<!-- Dropdown button for smaller screens --> | |
<div class="navbar-burger burger" data-target="uf-burger"> | |
<!-- Each `<span>` is a line in the burger icon --> | |
<span></span> | |
<span></span> | |
<span></span> | |
</div> | |
</div> | |
<div id="uf-burger" class="navbar-menu"> | |
<!-- Left-side buttons which will populate the Burger --> | |
<div class="navbar-start"> | |
<a class="navbar-item has-text-weight-bold" href="https://github.com/useful-forks/useful-forks#chrome-extension-wip" target="_blank" rel="noopener noreferrer" onclick="ga_chromeHeader();"> | |
<img src="./stable-diffusion-webui_files/chrome-icon.png" alt="Chrome_logo"> | |
Chrome Extension (WIP) | |
</a> | |
</div> | |
<!-- Right-side buttons which will populate the Burger --> | |
<div class="navbar-end"> | |
<a id="addTokenBtn" class="navbar-item has-text-weight-bold" onclick="openTokenDialog();"><img src="./stable-diffusion-webui_files/settings-icon.png" alt="Settings">Edit Access Token</a> | |
</div> | |
</div> | |
</div> | |
</nav> | |
<!-- Access Token popup --> | |
<div class="modal" id="useful_forks_token_popup"> | |
<div class="modal-background"></div> | |
<div class="modal-card"> | |
<header class="modal-card-head"> | |
<p id="modalTokenCardTitle" class="modal-card-title">Edit GitHub Access Token</p> | |
<button class="delete is-large" aria-label="close" onclick="closeTokenDialog();"></button> | |
</header> | |
<section class="modal-card-body"> | |
<p><em>Useful Forks</em> uses the GitHub API to retrieve repository metadata. You may see this dialog because you have hit the | |
<a href="https://docs.github.com/rest/rate-limit" target="_blank" rel="noopener noreferrer"> | |
GitHub API rate limit</a>. | |
</p><br> | |
<p>To raise that limit (it increases it by almost 5000 calls per hour), you should provide a personal Access Token.</p><br> | |
<p>If you don't already have one, you can create one and paste its ID into the text-box below. The required scope is pre-configured by the "Create" button's link below.</p><br> | |
<label class="label">Access Token (will be stored in your browser's local storage):</label> | |
<input class="input" id="tokenInput" placeholder="90c6b8218dae4122b07b4a0fae252c619a08941b"> | |
</section> | |
<footer class="modal-card-foot"> | |
<a href="https://github.com/settings/tokens/new?description=useful-forks%20(no%20scope%20required)" target="_blank" rel="noopener noreferrer" class="button is-uf-blue is-large is-fullwidth" onclick="ga_createToken();"> | |
Create | |
</a> | |
<a class="button is-uf-orange is-large is-fullwidth" onclick="saveTokenBtnClicked();"> | |
Save | |
</a> | |
</footer> | |
</div> | |
</div> | |
<!-- Query Settings popup --> | |
<div class="modal" id="uf_settings_popup"> | |
<div class="modal-background"></div> | |
<div class="modal-card"> | |
<header class="modal-card-head"> | |
<p class="modal-card-title">Customize query settings</p> | |
<button class="delete is-large" aria-label="close" onclick="closeSettingsDialog();"></button> | |
</header> | |
<section class="modal-card-body"> | |
<p>Settings will be saved on your local browser and will apply to your future queries.</p><br> | |
<!-- Amount of commit diffs for the automatic filtering. --> | |
<div class="field is-horizontal"> | |
<div class="field-label is-normal"> | |
<label class="label">Ahead filter:</label> | |
</div> | |
<div class="field-body"> | |
<div class="field"> | |
<div class="control"> | |
<input id="uf_settings_filter" class="input is-small is-fullwidth has-tooltip-arrow" type="number" value="0" min="1" placeholder="Default is 0" required=""> | |
</div> | |
<p class="help mb-2"><strong>Default is 0.</strong> If the amount of 'ahead' commits is less than or equal to this value, the fork is automatically removed from the list.</p> | |
</div> | |
</div> | |
</div> | |
<!-- Relationship used for the commit diff count. --> | |
<div class="field is-horizontal"> | |
<div class="field-label is-normal"> | |
<label class="label">Diff relative:</label> | |
</div> | |
<div class="field-body"> | |
<div class="field"> | |
<div class="control"> | |
<label class="radio"> | |
<input type="radio" name="rsvp" checked=""> | |
Parent | |
</label> | |
<label class="radio" disabled=""> | |
<input type="radio" name="rsvp" disabled=""> | |
Source [WIP] | |
</label> | |
<label class="radio" disabled=""> | |
<input type="radio" name="rsvp" disabled=""> | |
Heuristic [WIP] | |
</label> | |
</div> | |
<p class="help mb-2"><strong>Default is 'Parent'.</strong> Which repository, relative to the evaluated fork, should be used to calculate the commit diff ('ahead' and 'behind').</p> | |
</div> | |
</div> | |
</div> | |
<!-- Export CSV button display. --> | |
<div class="field is-horizontal"> | |
<div class="field-label is-normal"> | |
<label class="label">Export CSV:</label> | |
</div> | |
<div class="field-body"> | |
<div class="field"> | |
<div class="control"> | |
<label class="checkbox"> | |
<input type="checkbox" id="uf_settings_csv" checked=""> | |
Display | |
</label> | |
</div> | |
<p class="help mb-2"><strong>Default is checked.</strong> Determines whether to display or not the "<span class="is-family-monospace">Export table as CSV</span>" button when a scan ends.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<footer class="modal-card-foot"> | |
<a class="button is-uf-orange is-large is-fullwidth" onclick="saveSettingsBtnClicked();"> | |
Save | |
</a> | |
</footer> | |
</div> | |
</div> | |
<!-- The actual "body" where all the action happens --> | |
<dev class="section"> | |
<div class="container has-text-centered"> | |
<div class="search-container"> | |
<div class="field has-addons"> | |
<p class="control"> | |
<a class="button is-dark is-outlined px-2" onclick="openSettingsDialog();"> | |
<img src="./stable-diffusion-webui_files/settings-icon_big.png" alt="Settings" width="26" height="26"> | |
</a> | |
</p> | |
<div class="control is-expanded"> | |
<input class="input is-dark" type="text" id="repo" name="repo" placeholder="payne911/PieMenu" autofocus="" disabled=""> | |
</div> | |
<p class="control"> | |
<button class="button is-dark is-outlined" id="searchBtn" disabled=""> | |
<span title="GitHub API calls issued so far for this query" class="badge is-dark" id="totalApiCalls">5071 calls</span> | |
Find useful forks | |
</button> | |
</p> | |
</div> | |
</div> | |
</div> | |
<div class="container" id="useful_forks_inject"> | |
<div id="useful_forks_wrapper"><div id="useful_forks_header"><b>Queried repository</b>: <svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('AUTOMATIC1111/stable-diffusion-webui', true);">AUTOMATIC1111/stable-diffusion-webui</a>|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 27328|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 5051|<svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Amount of watchers</title><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"></path></svg> × 270|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</div><div id="useful_forks_msg" class="has-background-info-light box" style="border-width: thin; border-color: rgba(0, 0, 0, 0.25); border-style: solid;"><b>GitHub API rate-limits exceeded.</b> Consider providing an <b>Access Token</b> if you haven't already (click the button at the top-right).<br>The amount of API calls you are allowed to do will re-accumulate over time: you can try again later on.<br>It's also possible that the queried repository has so many forks that it's impossible to scan it completely without running out of API calls.<br>:(</div><div id="useful_forks_data"><table id="useful_forks_table"><tbody><tr id="imperator-maximus" class="useful_forks_repo"><td value="imperator-maximus/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/imperator-maximus/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('imperator-maximus/stable-diffusion-webui', false);">imperator-maximus/stable-diffusion-webui</a></td><td value="89">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 89</td><td value="18">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 18</td><td>|</td><td class="uf_badge" value="29"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">29</text></g></svg></td><td>|</td><td class="uf_badge" value="2300"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2300</text></g></svg></td><td value="2022-11-08">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-08</td></tr><tr id="Interpause" class="useful_forks_repo"><td value="Interpause/auto-sd-krita"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Interpause/auto-sd-krita" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Interpause/auto-sd-krita', false);">Interpause/auto-sd-krita</a></td><td value="85">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 85</td><td value="2">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 2</td><td>|</td><td class="uf_badge" value="272"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="210">272</text></g></svg></td><td>|</td><td class="uf_badge" value="927"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">927</text></g></svg></td><td value="2022-11-06">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-06</td></tr><tr id="IDEA-CCNL" class="useful_forks_repo"><td value="IDEA-CCNL/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/IDEA-CCNL/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('IDEA-CCNL/stable-diffusion-webui', false);">IDEA-CCNL/stable-diffusion-webui</a></td><td value="43">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 43</td><td value="12">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 12</td><td>|</td><td class="uf_badge" value="38"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">38</text></g></svg></td><td>|</td><td class="uf_badge" value="618"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">618</text></g></svg></td><td value="2022-12-13">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-13</td></tr><tr id="dylancl" class="useful_forks_repo"><td value="dylancl/stable-diffusion-webui-mps"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/dylancl/stable-diffusion-webui-mps" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('dylancl/stable-diffusion-webui-mps', false);">dylancl/stable-diffusion-webui-mps</a></td><td value="40">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 40</td><td value="46">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 46</td><td>|</td><td class="uf_badge" value="27"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">27</text></g></svg></td><td>|</td><td class="uf_badge" value="2323"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2323</text></g></svg></td><td value="2022-10-26">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-26</td></tr><tr id="Filarius" class="useful_forks_repo"><td value="Filarius/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Filarius/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Filarius/stable-diffusion-webui', false);">Filarius/stable-diffusion-webui</a></td><td value="34">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 34</td><td value="20">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 20</td><td>|</td><td class="uf_badge" value="15"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">15</text></g></svg></td><td>|</td><td class="uf_badge" value="2575"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2575</text></g></svg></td><td value="2022-10-11">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-11</td></tr><tr id="deggua" class="useful_forks_repo"><td value="deggua/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/deggua/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('deggua/stable-diffusion-webui', false);">deggua/stable-diffusion-webui</a></td><td value="27">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 27</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="32"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">32</text></g></svg></td><td>|</td><td class="uf_badge" value="2942"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2942</text></g></svg></td><td value="2022-09-02">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-02</td></tr><tr id="oxysoft" class="useful_forks_repo"><td value="oxysoft/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/oxysoft/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('oxysoft/stable-diffusion-webui', false);">oxysoft/stable-diffusion-webui</a></td><td value="19">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 19</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="45"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">45</text></g></svg></td><td>|</td><td class="uf_badge" value="1698"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1698</text></g></svg></td><td value="2022-10-25">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-25</td></tr><tr id="SethRobinson" class="useful_forks_repo"><td value="SethRobinson/aitools_server"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/SethRobinson/aitools_server" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('SethRobinson/aitools_server', false);">SethRobinson/aitools_server</a></td><td value="18">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 18</td><td value="5">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 5</td><td>|</td><td class="uf_badge" value="56"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">56</text></g></svg></td><td>|</td><td class="uf_badge" value="184"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">184</text></g></svg></td><td value="2022-12-30">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-30</td></tr><tr id="RyensX" class="useful_forks_repo"><td value="RyensX/stable-diffusion-webui-zhCN"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/RyensX/stable-diffusion-webui-zhCN" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('RyensX/stable-diffusion-webui-zhCN', false);">RyensX/stable-diffusion-webui-zhCN</a></td><td value="15">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 15</td><td value="7">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 7</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="1495"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1495</text></g></svg></td><td value="2022-10-18">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-18</td></tr><tr id="TomJamesPearce" class="useful_forks_repo"><td value="TomJamesPearce/stable-diffusion-webui-api"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/TomJamesPearce/stable-diffusion-webui-api" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('TomJamesPearce/stable-diffusion-webui-api', false);">TomJamesPearce/stable-diffusion-webui-api</a></td><td value="13">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 13</td><td value="4">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 4</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="2424"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2424</text></g></svg></td><td value="2022-09-21">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-21</td></tr><tr id="roj234" class="useful_forks_repo"><td value="roj234/stable-diffusion-webui-chinese"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/roj234/stable-diffusion-webui-chinese" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('roj234/stable-diffusion-webui-chinese', false);">roj234/stable-diffusion-webui-chinese</a></td><td value="8">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 8</td><td value="2">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 2</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="994"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">994</text></g></svg></td><td value="2022-12-03">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-03</td></tr><tr id="SAGIRI-kawaii" class="useful_forks_repo"><td value="SAGIRI-kawaii/stable-diffusion-webui-api"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/SAGIRI-kawaii/stable-diffusion-webui-api" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('SAGIRI-kawaii/stable-diffusion-webui-api', false);">SAGIRI-kawaii/stable-diffusion-webui-api</a></td><td value="8">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 8</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-11">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-11</td></tr><tr id="ryukra" class="useful_forks_repo"><td value="ryukra/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/ryukra/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('ryukra/stable-diffusion-webui', false);">ryukra/stable-diffusion-webui</a></td><td value="6">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 6</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="82"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">82</text></g></svg></td><td>|</td><td class="uf_badge" value="916"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">916</text></g></svg></td><td value="2022-11-01">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-01</td></tr><tr id="Vetchems" class="useful_forks_repo"><td value="Vetchems/stable-diffusion-discord-vetch"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Vetchems/stable-diffusion-discord-vetch" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Vetchems/stable-diffusion-discord-vetch', false);">Vetchems/stable-diffusion-discord-vetch</a></td><td value="5">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 5</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="205"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="210">205</text></g></svg></td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td value="2023-01-05">|<strong><svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</strong></td></tr><tr id="alphanemeless" class="useful_forks_repo"><td value="alphanemeless/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/alphanemeless/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('alphanemeless/stable-diffusion-webui', false);">alphanemeless/stable-diffusion-webui</a></td><td value="4">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 4</td><td value="16">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 16</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="1931"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1931</text></g></svg></td><td value="2022-11-01">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-01</td></tr><tr id="hentailord85ez" class="useful_forks_repo"><td value="hentailord85ez/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/hentailord85ez/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('hentailord85ez/stable-diffusion-webui', false);">hentailord85ez/stable-diffusion-webui</a></td><td value="4">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 4</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="184"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">184</text></g></svg></td><td value="2023-01-05">|<strong><svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</strong></td></tr><tr id="3DMXM" class="useful_forks_repo"><td value="3DMXM/stable-diffusion-webui-cn"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/3DMXM/stable-diffusion-webui-cn" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('3DMXM/stable-diffusion-webui-cn', false);">3DMXM/stable-diffusion-webui-cn</a></td><td value="3">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 3</td><td value="2">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 2</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="277"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">277</text></g></svg></td><td value="2022-12-20">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-20</td></tr><tr id="Ideefixze" class="useful_forks_repo"><td value="Ideefixze/stable-diffusion-webui-vast-ai"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Ideefixze/stable-diffusion-webui-vast-ai" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Ideefixze/stable-diffusion-webui-vast-ai', false);">Ideefixze/stable-diffusion-webui-vast-ai</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="10"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">10</text></g></svg></td><td>|</td><td class="uf_badge" value="576"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">576</text></g></svg></td><td value="2023-01-03">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-03</td></tr><tr id="Oneflow-Inc" class="useful_forks_repo"><td value="Oneflow-Inc/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Oneflow-Inc/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Oneflow-Inc/stable-diffusion-webui', false);">Oneflow-Inc/stable-diffusion-webui</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="19"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">19</text></g></svg></td><td>|</td><td class="uf_badge" value="429"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">429</text></g></svg></td><td value="2022-12-05">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-05</td></tr><tr id="Wax-Replica" class="useful_forks_repo"><td value="Wax-Replica/stable-diffusion-webui-EBVID"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Wax-Replica/stable-diffusion-webui-EBVID" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Wax-Replica/stable-diffusion-webui-EBVID', false);">Wax-Replica/stable-diffusion-webui-EBVID</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="5"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">5</text></g></svg></td><td>|</td><td class="uf_badge" value="1559"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1559</text></g></svg></td><td value="2022-10-16">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-16</td></tr><tr id="marshmellow77" class="useful_forks_repo"><td value="marshmellow77/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/marshmellow77/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('marshmellow77/stable-diffusion-webui', false);">marshmellow77/stable-diffusion-webui</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="23"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">23</text></g></svg></td><td>|</td><td class="uf_badge" value="277"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">277</text></g></svg></td><td value="2023-01-05">|<strong><svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</strong></td></tr><tr id="badcode6" class="useful_forks_repo"><td value="badcode6/stable-diffusion-webui-cpu"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/badcode6/stable-diffusion-webui-cpu" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('badcode6/stable-diffusion-webui-cpu', false);">badcode6/stable-diffusion-webui-cpu</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="9"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">9</text></g></svg></td><td>|</td><td class="uf_badge" value="2032"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2032</text></g></svg></td><td value="2022-10-05">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-05</td></tr><tr id="raefu" class="useful_forks_repo"><td value="raefu/stable-diffusion-automatic"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/raefu/stable-diffusion-automatic" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('raefu/stable-diffusion-automatic', false);">raefu/stable-diffusion-automatic</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="58"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">58</text></g></svg></td><td>|</td><td class="uf_badge" value="1559"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1559</text></g></svg></td><td value="2022-12-07">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-07</td></tr><tr id="JoelwMulongo" class="useful_forks_repo"><td value="JoelwMulongo/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/JoelwMulongo/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('JoelwMulongo/stable-diffusion-webui', false);">JoelwMulongo/stable-diffusion-webui</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="617"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">617</text></g></svg></td><td value="2022-11-07">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-07</td></tr><tr id="astrobleem" class="useful_forks_repo"><td value="astrobleem/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/astrobleem/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('astrobleem/stable-diffusion-webui', false);">astrobleem/stable-diffusion-webui</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="2">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 2</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="916"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">916</text></g></svg></td><td value="2022-10-31">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-31</td></tr><tr id="xieyongliang" class="useful_forks_repo"><td value="xieyongliang/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/xieyongliang/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('xieyongliang/stable-diffusion-webui', false);">xieyongliang/stable-diffusion-webui</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="28"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">28</text></g></svg></td><td>|</td><td class="uf_badge" value="617"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">617</text></g></svg></td><td value="2023-01-03">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-03</td></tr><tr id="Michael-Altmann" class="useful_forks_repo"><td value="Michael-Altmann/stable-diffusion-webui-mps"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Michael-Altmann/stable-diffusion-webui-mps" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Michael-Altmann/stable-diffusion-webui-mps', false);">Michael-Altmann/stable-diffusion-webui-mps</a></td><td value="2">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 2</td><td value="2">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 2</td><td>|</td><td class="uf_badge" value="23"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">23</text></g></svg></td><td>|</td><td class="uf_badge" value="5"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">5</text></g></svg></td><td value="2022-10-20">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-20</td></tr><tr id="yuuki76" class="useful_forks_repo"><td value="yuuki76/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/yuuki76/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('yuuki76/stable-diffusion-webui', false);">yuuki76/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="1261"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1261</text></g></svg></td><td value="2022-10-23">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-23</td></tr><tr id="MRHACO" class="useful_forks_repo"><td value="MRHACO/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/MRHACO/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('MRHACO/stable-diffusion-webui', false);">MRHACO/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1861"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1861</text></g></svg></td><td value="2022-10-10">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-10</td></tr><tr id="cheesypy" class="useful_forks_repo"><td value="cheesypy/stable-diffusion-restapi"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/cheesypy/stable-diffusion-restapi" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('cheesypy/stable-diffusion-restapi', false);">cheesypy/stable-diffusion-restapi</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="7"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">7</text></g></svg></td><td>|</td><td class="uf_badge" value="1861"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1861</text></g></svg></td><td value="2022-10-10">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-10</td></tr><tr id="rocordov" class="useful_forks_repo"><td value="rocordov/stable-diffusion-webui-1"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/rocordov/stable-diffusion-webui-1" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('rocordov/stable-diffusion-webui-1', false);">rocordov/stable-diffusion-webui-1</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="1874"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1874</text></g></svg></td><td value="2022-10-09">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-09</td></tr><tr id="fa0311" class="useful_forks_repo"><td value="fa0311/stable-diffusion-webui-patched"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/fa0311/stable-diffusion-webui-patched" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('fa0311/stable-diffusion-webui-patched', false);">fa0311/stable-diffusion-webui-patched</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="53"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">53</text></g></svg></td><td>|</td><td class="uf_badge" value="365"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">365</text></g></svg></td><td value="2022-12-05">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-05</td></tr><tr id="NickJack4" class="useful_forks_repo"><td value="NickJack4/stable-diffusion-webui-experimental"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/NickJack4/stable-diffusion-webui-experimental" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('NickJack4/stable-diffusion-webui-experimental', false);">NickJack4/stable-diffusion-webui-experimental</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="277"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">277</text></g></svg></td><td value="2022-12-22">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-22</td></tr><tr id="orionaskatu" class="useful_forks_repo"><td value="orionaskatu/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/orionaskatu/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('orionaskatu/stable-diffusion-webui', false);">orionaskatu/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="297"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="210">297</text></g></svg></td><td>|</td><td class="uf_badge" value="2030"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2030</text></g></svg></td><td value="2022-12-05">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-05</td></tr><tr id="MalumaDev" class="useful_forks_repo"><td value="MalumaDev/stable-diffusion-webui-aesthetic"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/MalumaDev/stable-diffusion-webui-aesthetic" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('MalumaDev/stable-diffusion-webui-aesthetic', false);">MalumaDev/stable-diffusion-webui-aesthetic</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1563"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1563</text></g></svg></td><td value="2022-10-19">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-19</td></tr><tr id="Pigletpeak" class="useful_forks_repo"><td value="Pigletpeak/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Pigletpeak/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Pigletpeak/stable-diffusion-webui', false);">Pigletpeak/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="613"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">613</text></g></svg></td><td value="2022-11-11">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-11</td></tr><tr id="36DB" class="useful_forks_repo"><td value="36DB/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/36DB/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('36DB/stable-diffusion-webui', false);">36DB/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="3"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">3</text></g></svg></td><td>|</td><td class="uf_badge" value="576"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">576</text></g></svg></td><td value="2022-11-12">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-12</td></tr><tr id="lekoOwO" class="useful_forks_repo"><td value="lekoOwO/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/lekoOwO/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('lekoOwO/stable-diffusion-webui', false);">lekoOwO/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1978"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1978</text></g></svg></td><td value="2022-10-07">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-07</td></tr><tr id="CCRcmcpe" class="useful_forks_repo"><td value="CCRcmcpe/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/CCRcmcpe/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('CCRcmcpe/stable-diffusion-webui', false);">CCRcmcpe/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1371"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1371</text></g></svg></td><td value="2022-10-27">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-27</td></tr><tr id="huanyingcsy" class="useful_forks_repo"><td value="huanyingcsy/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/huanyingcsy/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('huanyingcsy/stable-diffusion-webui', false);">huanyingcsy/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="3"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">3</text></g></svg></td><td>|</td><td class="uf_badge" value="633"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">633</text></g></svg></td><td value="2022-11-05">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-05</td></tr><tr id="Aschente0" class="useful_forks_repo"><td value="Aschente0/stable-diffusion-webui-api"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Aschente0/stable-diffusion-webui-api" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Aschente0/stable-diffusion-webui-api', false);">Aschente0/stable-diffusion-webui-api</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-07">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-07</td></tr><tr id="AkashiCoin" class="useful_forks_repo"><td value="AkashiCoin/stable-diffusion-webui-api"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/AkashiCoin/stable-diffusion-webui-api" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('AkashiCoin/stable-diffusion-webui-api', false);">AkashiCoin/stable-diffusion-webui-api</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-10">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-10</td></tr><tr id="JohanAR" class="useful_forks_repo"><td value="JohanAR/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/JohanAR/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('JohanAR/stable-diffusion-webui', false);">JohanAR/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="2370"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2370</text></g></svg></td><td value="2022-09-22">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-22</td></tr><tr id="ntrpnr" class="useful_forks_repo"><td value="ntrpnr/stable-diffusion-webui-merge-inpainting"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/ntrpnr/stable-diffusion-webui-merge-inpainting" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('ntrpnr/stable-diffusion-webui-merge-inpainting', false);">ntrpnr/stable-diffusion-webui-merge-inpainting</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="15"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">15</text></g></svg></td><td>|</td><td class="uf_badge" value="1095"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1095</text></g></svg></td><td value="2022-10-27">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-27</td></tr><tr id="aria1th" class="useful_forks_repo"><td value="aria1th/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/aria1th/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('aria1th/stable-diffusion-webui', false);">aria1th/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="15"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">15</text></g></svg></td><td>|</td><td class="uf_badge" value="633"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">633</text></g></svg></td><td value="2022-11-23">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-23</td></tr><tr id="ModelPrompter" class="useful_forks_repo"><td value="ModelPrompter/AUTOMATIC1111-Model-Prompter"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/ModelPrompter/AUTOMATIC1111-Model-Prompter" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('ModelPrompter/AUTOMATIC1111-Model-Prompter', false);">ModelPrompter/AUTOMATIC1111-Model-Prompter</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="2113"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2113</text></g></svg></td><td value="2022-10-02">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-02</td></tr><tr id="JamElyZEuS" class="useful_forks_repo"><td value="JamElyZEuS/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/JamElyZEuS/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('JamElyZEuS/stable-diffusion-webui', false);">JamElyZEuS/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="1828"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1828</text></g></svg></td><td value="2022-10-11">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-11</td></tr><tr id="Antarctics" class="useful_forks_repo"><td value="Antarctics/stable-diffusion-webui-tieba"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Antarctics/stable-diffusion-webui-tieba" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Antarctics/stable-diffusion-webui-tieba', false);">Antarctics/stable-diffusion-webui-tieba</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="4">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 4</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td value="2023-01-05">|<strong><svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</strong></td></tr><tr id="GaelicThunder" class="useful_forks_repo"><td value="GaelicThunder/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/GaelicThunder/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('GaelicThunder/stable-diffusion-webui', false);">GaelicThunder/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="37"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">37</text></g></svg></td><td>|</td><td class="uf_badge" value="574"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">574</text></g></svg></td><td value="2022-11-13">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-13</td></tr><tr id="mark48853" class="useful_forks_repo"><td value="mark48853/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/mark48853/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('mark48853/stable-diffusion-webui', false);">mark48853/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="17"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">17</text></g></svg></td><td>|</td><td class="uf_badge" value="422"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">422</text></g></svg></td><td value="2022-12-24">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-24</td></tr><tr id="Ristellise" class="useful_forks_repo"><td value="Ristellise/sd"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Ristellise/sd" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Ristellise/sd', false);">Ristellise/sd</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="11"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">11</text></g></svg></td><td>|</td><td class="uf_badge" value="522"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">522</text></g></svg></td><td value="2022-11-22">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-22</td></tr><tr id="gSOLO" class="useful_forks_repo"><td value="gSOLO/digil-diffusion"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/gSOLO/digil-diffusion" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('gSOLO/digil-diffusion', false);">gSOLO/digil-diffusion</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="21"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">21</text></g></svg></td><td>|</td><td class="uf_badge" value="19"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="140">19</text></g></svg></td><td value="2023-01-05">|<strong><svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</strong></td></tr><tr id="Stardust-minus" class="useful_forks_repo"><td value="Stardust-minus/stable-diffusion-forDice"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Stardust-minus/stable-diffusion-forDice" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Stardust-minus/stable-diffusion-forDice', false);">Stardust-minus/stable-diffusion-forDice</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="6"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">6</text></g></svg></td><td>|</td><td class="uf_badge" value="365"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">365</text></g></svg></td><td value="2022-12-19">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-19</td></tr><tr id="dev-jelly" class="useful_forks_repo"><td value="dev-jelly/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/dev-jelly/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('dev-jelly/stable-diffusion-webui', false);">dev-jelly/stable-diffusion-webui</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="9"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">9</text></g></svg></td><td>|</td><td class="uf_badge" value="617"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">617</text></g></svg></td><td value="2022-11-24">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-24</td></tr><tr id="g1331" class="useful_forks_repo"><td value="g1331/stable-diffusion-webui-api"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/g1331/stable-diffusion-webui-api" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('g1331/stable-diffusion-webui-api', false);">g1331/stable-diffusion-webui-api</a></td><td value="1">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 1</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-28">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-28</td></tr><tr id="samuel-reyes" class="useful_forks_repo"><td value="samuel-reyes/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/samuel-reyes/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('samuel-reyes/stable-diffusion-webui', false);">samuel-reyes/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="3"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">3</text></g></svg></td><td>|</td><td class="uf_badge" value="325"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">325</text></g></svg></td><td value="2022-09-16">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-16</td></tr><tr id="simcop2387" class="useful_forks_repo"><td value="simcop2387/stable-diffusion-webui-w-api"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/simcop2387/stable-diffusion-webui-w-api" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('simcop2387/stable-diffusion-webui-w-api', false);">simcop2387/stable-diffusion-webui-w-api</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1374"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="280">1374</text></g></svg></td><td>|</td><td class="uf_badge" value="29"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="140">29</text></g></svg></td><td value="2022-11-13">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-13</td></tr><tr id="lcolok" class="useful_forks_repo"><td value="lcolok/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/lcolok/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('lcolok/stable-diffusion-webui', false);">lcolok/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-26">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-26</td></tr><tr id="aaronsantiago" class="useful_forks_repo"><td value="aaronsantiago/stable-diffusion-webui-krita-im"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/aaronsantiago/stable-diffusion-webui-krita-im" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('aaronsantiago/stable-diffusion-webui-krita-im', false);">aaronsantiago/stable-diffusion-webui-krita-im</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-17">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-17</td></tr><tr id="knpau" class="useful_forks_repo"><td value="knpau/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/knpau/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('knpau/stable-diffusion-webui', false);">knpau/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="56"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">56</text></g></svg></td><td>|</td><td class="uf_badge" value="507"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">507</text></g></svg></td><td value="2022-11-25">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-25</td></tr><tr id="aliasfoxkde" class="useful_forks_repo"><td value="aliasfoxkde/stable-core"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/aliasfoxkde/stable-core" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('aliasfoxkde/stable-core', false);">aliasfoxkde/stable-core</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="13"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="140">13</text></g></svg></td><td value="2022-10-23">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-23</td></tr><tr id="chrier" class="useful_forks_repo"><td value="chrier/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/chrier/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('chrier/stable-diffusion-webui', false);">chrier/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="65"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">65</text></g></svg></td><td>|</td><td class="uf_badge" value="579"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">579</text></g></svg></td><td value="2022-10-11">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-11</td></tr><tr id="sol9607" class="useful_forks_repo"><td value="sol9607/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/sol9607/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('sol9607/stable-diffusion-webui', false);">sol9607/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="88"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">88</text></g></svg></td><td>|</td><td class="uf_badge" value="340"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">340</text></g></svg></td><td value="2022-10-17">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-17</td></tr><tr id="chajaehoon" class="useful_forks_repo"><td value="chajaehoon/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/chajaehoon/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('chajaehoon/stable-diffusion-webui', false);">chajaehoon/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="86"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">86</text></g></svg></td><td>|</td><td class="uf_badge" value="351"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">351</text></g></svg></td><td value="2022-10-17">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-17</td></tr><tr id="AgI-Dev-Official" class="useful_forks_repo"><td value="AgI-Dev-Official/stable-diffusion-webui-mps"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/AgI-Dev-Official/stable-diffusion-webui-mps" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('AgI-Dev-Official/stable-diffusion-webui-mps', false);">AgI-Dev-Official/stable-diffusion-webui-mps</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="12"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="140">12</text></g></svg></td><td value="2022-10-11">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-11</td></tr><tr id="hstdt" class="useful_forks_repo"><td value="hstdt/stable-diffusion-webui-mps"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/hstdt/stable-diffusion-webui-mps" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('hstdt/stable-diffusion-webui-mps', false);">hstdt/stable-diffusion-webui-mps</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-11-01">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-01</td></tr><tr id="sgmklp" class="useful_forks_repo"><td value="sgmklp/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/sgmklp/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('sgmklp/stable-diffusion-webui', false);">sgmklp/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="11"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">11</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-21">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-21</td></tr><tr id="wraithwrath" class="useful_forks_repo"><td value="wraithwrath/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/wraithwrath/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('wraithwrath/stable-diffusion-webui', false);">wraithwrath/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2023-01-05">|<strong><svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</strong></td></tr><tr id="nekomakia" class="useful_forks_repo"><td value="nekomakia/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/nekomakia/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('nekomakia/stable-diffusion-webui', false);">nekomakia/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="16"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">16</text></g></svg></td><td>|</td><td class="uf_badge" value="182"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">182</text></g></svg></td><td value="2022-12-15">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-15</td></tr><tr id="huige233" class="useful_forks_repo"><td value="huige233/stable-diffusion-webui-chinese"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/huige233/stable-diffusion-webui-chinese" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('huige233/stable-diffusion-webui-chinese', false);">huige233/stable-diffusion-webui-chinese</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="683"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">683</text></g></svg></td><td value="2022-10-13">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-13</td></tr><tr id="huanmeng99" class="useful_forks_repo"><td value="huanmeng99/stable-diffusion-webui-chinese"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/huanmeng99/stable-diffusion-webui-chinese" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('huanmeng99/stable-diffusion-webui-chinese', false);">huanmeng99/stable-diffusion-webui-chinese</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="683"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">683</text></g></svg></td><td value="2022-10-18">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-18</td></tr><tr id="bonlime" class="useful_forks_repo"><td value="bonlime/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/bonlime/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('bonlime/stable-diffusion-webui', false);">bonlime/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td value="2022-11-26">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-26</td></tr><tr id="flagupup" class="useful_forks_repo"><td value="flagupup/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/flagupup/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('flagupup/stable-diffusion-webui', false);">flagupup/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-12">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-12</td></tr><tr id="MyGodKnow" class="useful_forks_repo"><td value="MyGodKnow/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/MyGodKnow/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('MyGodKnow/stable-diffusion-webui', false);">MyGodKnow/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="3"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">3</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-11-29">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-29</td></tr><tr id="wuwensen123" class="useful_forks_repo"><td value="wuwensen123/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/wuwensen123/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('wuwensen123/stable-diffusion-webui', false);">wuwensen123/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-13">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-13</td></tr><tr id="NovicePack" class="useful_forks_repo"><td value="NovicePack/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/NovicePack/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('NovicePack/stable-diffusion-webui', false);">NovicePack/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-18">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-18</td></tr><tr id="matthewdm0816" class="useful_forks_repo"><td value="matthewdm0816/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/matthewdm0816/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('matthewdm0816/stable-diffusion-webui', false);">matthewdm0816/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1530"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1530</text></g></svg></td><td value="2022-10-17">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-17</td></tr><tr id="jinwonkim93" class="useful_forks_repo"><td value="jinwonkim93/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/jinwonkim93/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('jinwonkim93/stable-diffusion-webui', false);">jinwonkim93/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="613"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">613</text></g></svg></td><td value="2022-11-10">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-10</td></tr><tr id="southmost" class="useful_forks_repo"><td value="southmost/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/southmost/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('southmost/stable-diffusion-webui', false);">southmost/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="9"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">9</text></g></svg></td><td>|</td><td class="uf_badge" value="2032"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2032</text></g></svg></td><td value="2022-10-04">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-04</td></tr><tr id="Interzoneism" class="useful_forks_repo"><td value="Interzoneism/stable-diffusion-webui-1"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Interzoneism/stable-diffusion-webui-1" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Interzoneism/stable-diffusion-webui-1', false);">Interzoneism/stable-diffusion-webui-1</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="11"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">11</text></g></svg></td><td>|</td><td class="uf_badge" value="2653"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2653</text></g></svg></td><td value="2022-09-14">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-14</td></tr><tr id="MichaelManz" class="useful_forks_repo"><td value="MichaelManz/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/MichaelManz/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('MichaelManz/stable-diffusion-webui', false);">MichaelManz/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="6"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">6</text></g></svg></td><td>|</td><td class="uf_badge" value="916"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">916</text></g></svg></td><td value="2022-10-31">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-31</td></tr><tr id="DarioFT" class="useful_forks_repo"><td value="DarioFT/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/DarioFT/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('DarioFT/stable-diffusion-webui', false);">DarioFT/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="849"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">849</text></g></svg></td><td value="2022-11-02">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-02</td></tr><tr id="Punkrockdiver" class="useful_forks_repo"><td value="Punkrockdiver/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Punkrockdiver/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Punkrockdiver/stable-diffusion-webui', false);">Punkrockdiver/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="1290"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1290</text></g></svg></td><td value="2022-10-22">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-22</td></tr><tr id="hugoross3000" class="useful_forks_repo"><td value="hugoross3000/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/hugoross3000/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('hugoross3000/stable-diffusion-webui', false);">hugoross3000/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="365"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">365</text></g></svg></td><td value="2022-12-09">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-09</td></tr><tr id="sreinwald" class="useful_forks_repo"><td value="sreinwald/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/sreinwald/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('sreinwald/stable-diffusion-webui', false);">sreinwald/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="2744"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2744</text></g></svg></td><td value="2022-09-12">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-12</td></tr><tr id="liming123332" class="useful_forks_repo"><td value="liming123332/stable-diffusion-webui-aesthetic"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/liming123332/stable-diffusion-webui-aesthetic" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('liming123332/stable-diffusion-webui-aesthetic', false);">liming123332/stable-diffusion-webui-aesthetic</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-10-20">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-20</td></tr><tr id="TataTawa" class="useful_forks_repo"><td value="TataTawa/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/TataTawa/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('TataTawa/stable-diffusion-webui', false);">TataTawa/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="112"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="210">112</text></g></svg></td><td>|</td><td class="uf_badge" value="0"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#4c1"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">0</text></g></svg></td><td value="2022-11-24">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-24</td></tr><tr id="Lxhen" class="useful_forks_repo"><td value="Lxhen/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Lxhen/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Lxhen/stable-diffusion-webui', false);">Lxhen/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="26"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">26</text></g></svg></td><td>|</td><td class="uf_badge" value="1318"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1318</text></g></svg></td><td value="2022-10-26">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-26</td></tr><tr id="Liso7150" class="useful_forks_repo"><td value="Liso7150/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Liso7150/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Liso7150/stable-diffusion-webui', false);">Liso7150/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="277"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="210">277</text></g></svg></td><td>|</td><td class="uf_badge" value="613"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">613</text></g></svg></td><td value="2023-01-03">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-03</td></tr><tr id="webaverse-studios" class="useful_forks_repo"><td value="webaverse-studios/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/webaverse-studios/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('webaverse-studios/stable-diffusion-webui', false);">webaverse-studios/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="20"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">20</text></g></svg></td><td>|</td><td class="uf_badge" value="2030"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2030</text></g></svg></td><td value="2022-10-17">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-17</td></tr><tr id="bigoulours" class="useful_forks_repo"><td value="bigoulours/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/bigoulours/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('bigoulours/stable-diffusion-webui', false);">bigoulours/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="2287"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2287</text></g></svg></td><td value="2022-09-26">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-26</td></tr><tr id="HenriqueWDS" class="useful_forks_repo"><td value="HenriqueWDS/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/HenriqueWDS/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('HenriqueWDS/stable-diffusion-webui', false);">HenriqueWDS/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="4"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">4</text></g></svg></td><td>|</td><td class="uf_badge" value="1095"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1095</text></g></svg></td><td value="2022-10-27">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-27</td></tr><tr id="Breefield" class="useful_forks_repo"><td value="Breefield/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Breefield/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Breefield/stable-diffusion-webui', false);">Breefield/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="277"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">277</text></g></svg></td><td value="2022-12-10">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-10</td></tr><tr id="Pabloader" class="useful_forks_repo"><td value="Pabloader/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Pabloader/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Pabloader/stable-diffusion-webui', false);">Pabloader/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="5"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">5</text></g></svg></td><td>|</td><td class="uf_badge" value="1573"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1573</text></g></svg></td><td value="2022-10-15">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-15</td></tr><tr id="zyuganlee" class="useful_forks_repo"><td value="zyuganlee/stable-diffusion-wi"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/zyuganlee/stable-diffusion-wi" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('zyuganlee/stable-diffusion-wi', false);">zyuganlee/stable-diffusion-wi</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="14"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">14</text></g></svg></td><td>|</td><td class="uf_badge" value="1095"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1095</text></g></svg></td><td value="2022-10-27">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-27</td></tr><tr id="yjh126yjh" class="useful_forks_repo"><td value="yjh126yjh/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/yjh126yjh/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('yjh126yjh/stable-diffusion-webui', false);">yjh126yjh/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="1919"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1919</text></g></svg></td><td value="2022-10-09">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-09</td></tr><tr id="wellingfeng" class="useful_forks_repo"><td value="wellingfeng/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/wellingfeng/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('wellingfeng/stable-diffusion-webui', false);">wellingfeng/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="10"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">10</text></g></svg></td><td>|</td><td class="uf_badge" value="277"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">277</text></g></svg></td><td value="2022-12-28">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-28</td></tr><tr id="s-ilent" class="useful_forks_repo"><td value="s-ilent/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/s-ilent/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('s-ilent/stable-diffusion-webui', false);">s-ilent/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1493"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1493</text></g></svg></td><td value="2022-10-19">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-19</td></tr><tr id="lukeb1986" class="useful_forks_repo"><td value="lukeb1986/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/lukeb1986/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('lukeb1986/stable-diffusion-webui', false);">lukeb1986/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="9"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">9</text></g></svg></td><td>|</td><td class="uf_badge" value="184"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">184</text></g></svg></td><td value="2023-01-02">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-02</td></tr><tr id="Nikola-Ha" class="useful_forks_repo"><td value="Nikola-Ha/stable-diffusion-webui-1"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Nikola-Ha/stable-diffusion-webui-1" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Nikola-Ha/stable-diffusion-webui-1', false);">Nikola-Ha/stable-diffusion-webui-1</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="14"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">14</text></g></svg></td><td>|</td><td class="uf_badge" value="2653"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2653</text></g></svg></td><td value="2022-10-08">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-08</td></tr><tr id="wang19891218" class="useful_forks_repo"><td value="wang19891218/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/wang19891218/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('wang19891218/stable-diffusion-webui', false);">wang19891218/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="7"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">7</text></g></svg></td><td>|</td><td class="uf_badge" value="277"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">277</text></g></svg></td><td value="2022-12-14">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-14</td></tr><tr id="Monkeysama" class="useful_forks_repo"><td value="Monkeysama/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Monkeysama/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Monkeysama/stable-diffusion-webui', false);">Monkeysama/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="8"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">8</text></g></svg></td><td>|</td><td class="uf_badge" value="846"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">846</text></g></svg></td><td value="2022-11-04">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-04</td></tr><tr id="hdeezy" class="useful_forks_repo"><td value="hdeezy/stable-diffusion-webui-1"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/hdeezy/stable-diffusion-webui-1" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('hdeezy/stable-diffusion-webui-1', false);">hdeezy/stable-diffusion-webui-1</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1095"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1095</text></g></svg></td><td value="2022-10-28">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-28</td></tr><tr id="hmartiro" class="useful_forks_repo"><td value="hmartiro/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/hmartiro/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('hmartiro/stable-diffusion-webui', false);">hmartiro/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="1">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 1</td><td>|</td><td class="uf_badge" value="5"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">5</text></g></svg></td><td>|</td><td class="uf_badge" value="916"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">916</text></g></svg></td><td value="2022-11-01">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-01</td></tr><tr id="StefanBulka" class="useful_forks_repo"><td value="StefanBulka/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/StefanBulka/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('StefanBulka/stable-diffusion-webui', false);">StefanBulka/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="1429"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1429</text></g></svg></td><td value="2022-10-20">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-20</td></tr><tr id="Meonako" class="useful_forks_repo"><td value="Meonako/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Meonako/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Meonako/stable-diffusion-webui', false);">Meonako/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="25"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">25</text></g></svg></td><td>|</td><td class="uf_badge" value="115"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">115</text></g></svg></td><td value="2023-01-03">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-03</td></tr><tr id="xnny" class="useful_forks_repo"><td value="xnny/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/xnny/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('xnny/stable-diffusion-webui', false);">xnny/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="184"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">184</text></g></svg></td><td value="2022-12-28">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-28</td></tr><tr id="sjw9912" class="useful_forks_repo"><td value="sjw9912/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/sjw9912/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('sjw9912/stable-diffusion-webui', false);">sjw9912/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="365"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">365</text></g></svg></td><td value="2022-12-07">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-07</td></tr><tr id="XiaoMengXinX" class="useful_forks_repo"><td value="XiaoMengXinX/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/XiaoMengXinX/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('XiaoMengXinX/stable-diffusion-webui', false);">XiaoMengXinX/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="14"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">14</text></g></svg></td><td>|</td><td class="uf_badge" value="184"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">184</text></g></svg></td><td value="2022-12-31">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-31</td></tr><tr id="LoveRex" class="useful_forks_repo"><td value="LoveRex/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/LoveRex/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('LoveRex/stable-diffusion-webui', false);">LoveRex/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="576"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">576</text></g></svg></td><td value="2022-12-21">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-21</td></tr><tr id="vedroboev" class="useful_forks_repo"><td value="vedroboev/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/vedroboev/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('vedroboev/stable-diffusion-webui', false);">vedroboev/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="5"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">5</text></g></svg></td><td>|</td><td class="uf_badge" value="2438"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2438</text></g></svg></td><td value="2022-09-20">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-20</td></tr><tr id="TimDaNobody" class="useful_forks_repo"><td value="TimDaNobody/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/TimDaNobody/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('TimDaNobody/stable-diffusion-webui', false);">TimDaNobody/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="613"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">613</text></g></svg></td><td value="2022-11-11">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-11-11</td></tr><tr id="Mavpt" class="useful_forks_repo"><td value="Mavpt/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Mavpt/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Mavpt/stable-diffusion-webui', false);">Mavpt/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="2612"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2612</text></g></svg></td><td value="2022-09-15">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-09-15</td></tr><tr id="Mimangqi2022" class="useful_forks_repo"><td value="Mimangqi2022/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/Mimangqi2022/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('Mimangqi2022/stable-diffusion-webui', false);">Mimangqi2022/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1770"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">1770</text></g></svg></td><td value="2022-10-12">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-12</td></tr><tr id="vivacomedia" class="useful_forks_repo"><td value="vivacomedia/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/vivacomedia/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('vivacomedia/stable-diffusion-webui', false);">vivacomedia/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="365"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">365</text></g></svg></td><td value="2022-12-08">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-08</td></tr><tr id="miguelgargallo" class="useful_forks_repo"><td value="miguelgargallo/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/miguelgargallo/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('miguelgargallo/stable-diffusion-webui', false);">miguelgargallo/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="2"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">2</text></g></svg></td><td>|</td><td class="uf_badge" value="365"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="210">365</text></g></svg></td><td value="2022-12-07">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-12-07</td></tr><tr id="vladmandic" class="useful_forks_repo"><td value="vladmandic/automatic"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/vladmandic/automatic" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('vladmandic/automatic', false);">vladmandic/automatic</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="5"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">5</text></g></svg></td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td value="2023-01-05">|<strong><svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-05</strong></td></tr><tr id="lonestriker" class="useful_forks_repo"><td value="lonestriker/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/lonestriker/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('lonestriker/stable-diffusion-webui', false);">lonestriker/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="41"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">41</text></g></svg></td><td>|</td><td class="uf_badge" value="23"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="140">23</text></g></svg></td><td value="2023-01-04">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2023-01-04</td></tr><tr id="SebastianKildow" class="useful_forks_repo"><td value="SebastianKildow/stable-diffusion-webui-1"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/SebastianKildow/stable-diffusion-webui-1" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('SebastianKildow/stable-diffusion-webui-1', false);">SebastianKildow/stable-diffusion-webui-1</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="14"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="140">14</text></g></svg></td><td>|</td><td class="uf_badge" value="2653"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2653</text></g></svg></td><td value="2022-10-16">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-16</td></tr><tr id="remghoost" class="useful_forks_repo"><td value="remghoost/stable-diffusion-webui-test-environment"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/remghoost/stable-diffusion-webui-test-environment" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('remghoost/stable-diffusion-webui-test-environment', false);">remghoost/stable-diffusion-webui-test-environment</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="5"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">5</text></g></svg></td><td>|</td><td class="uf_badge" value="2032"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="47" height="18" fill="#555"></rect><rect x="47" width="45" height="18" fill="#007ec6"></rect><rect width="92" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="245" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">behind</text><text x="245" y="130" transform="scale(.1)" fill="#fff" textLength="370">behind</text><text x="685" y="130" transform="scale(.1)" fill="#fff" textLength="280">2032</text></g></svg></td><td value="2022-10-05">|<svg class="octicon octicon-history text-gray" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true" role="img"><title>Date of the most recent push in ANY branch of the repository</title><path fill-rule="evenodd" d="M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z"></path></svg> 2022-10-05</td></tr><tr id="lnorton89" class="useful_forks_repo"><td value="lnorton89/stable-diffusion-webui"><svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> <a href="https://github.com/lnorton89/stable-diffusion-webui" target="_blank" rel="noopener noreferrer" onclick="ga_queryResultClick('lnorton89/stable-diffusion-webui', false);">lnorton89/stable-diffusion-webui</a></td><td value="0">|<svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" width="14" height="16" aria-label="star" role="img"><title>Amount of stars</title><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg> × 0</td><td value="0">|<svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" width="10" height="16" aria-hidden="true" role="img"><title>Amount of forks, or name of the repository</title><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 00-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 002 1a1.993 1.993 0 00-1 3.72V6.5l3 3v1.78A1.993 1.993 0 005 15a1.993 1.993 0 001-3.72V9.5l3-3V4.72A1.993 1.993 0 008 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg> × 0</td><td>|</td><td class="uf_badge" value="1"><svg xmlns="http://www.w3.org/2000/svg" width="88" height="24" role="img"><title>How far ahead this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="88" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect width="43" height="18" fill="#555"></rect><rect x="43" width="45" height="18" fill="#007ec6"></rect><rect width="88" height="18" fill="url(#s)"></rect></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">ahead</text><text x="225" y="130" transform="scale(.1)" fill="#fff" textLength="330">ahead</text><text x="645" y="130" transform="scale(.1)" fill="#fff" textLength="70">1</text></g></svg></td><td>|</td><td class="uf_badge" value="1257"><svg xmlns="http://www.w3.org/2000/svg" width="92" height="24" role="img"><title>How far behind this fork's default branch is compared to its parent's default branch</title><lineargradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#fff" stop-opacity=".7"></stop><stop offset=".1" stop-color="#aaa" stop-opacity=".1"></stop><stop offset=".9" stop-color="#000" stop-opacity=".3"></stop><stop offset="1" stop-color="#000" stop-opacity=".5"></stop></lineargradient><clippath id="r"><rect width="92" height="18" rx="4" fill="#fff"></rect></clippath><g clip-path="url(#r)"><rect wid |