Skip to content

Instantly share code, notes, and snippets.

@przemoc
Created January 5, 2023 18:31
Show Gist options
  • Save przemoc/0467348dee459d34d30f01925da96371 to your computer and use it in GitHub Desktop.
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.
<!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">
@przemoc
Copy link
Author

przemoc commented Jan 5, 2023

useful-forks output for AUTOMATIC1111/stable-diffusion-webui
Incomplete due to GitHub API rate-limits exceeded

Gist HTML Preview:
https://gistpreview.github.io/?0467348dee459d34d30f01925da96371
(untested due to API rate limit exceeded)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment