All Articles
Tutorial: Stable Diffusion from Scratch II
html {
font-size: 20px;
}
code {
font-size: 0.8rem;
}
.center {
text-align: center;
}
.a20251225-container {
margin: 2em auto 5em;
width: 800px;
}
.a20251225-container img {
max-width: calc( 100% - 1em );
padding: 0.5em;
display: flex;
margin: auto;
}
.a20251225-container img.bordered {
border: 1px solid #999;
}
.a20251225-container table {
margin: auto;
}
.a20251225-container table thead td {
text-align: center;
}
.a20251225-container table.bordered td {
border-bottom: 1px solid #999;
padding: 0.5em;
}
[FIXED]: Drupal 9.5 [warning] Attempting to re-run cron while it is already running.
I have seen this error, which has prevented cron runs for over a month.
You'd have to resolve the underlying error by running the cron from drush and fixing whatever problem it reports:
./vendor/bin/drush core:cronNote that not have the base_url set is NOT a problem, you don't need to set it in Drupal 8 9 or 10, and you can run it via drush like so: