So, of the tmeplates that have script errors, there are two common parts of script that I have confirmed clears the errors when removed from those template page

The first one is "{{Documentation}}" . Yes that is the way that Mediawiki knows to insert documentation . If removing that from the affected templates is what woks, than it works. However, I imagine that {{Documentation}} is the way that templates can transclude the /doc page). Using 2 sets of brackets with the word "Documentation" inside it is the most basic way to bring in a Documentation page.

Interestingly enough, the OTHER code causing these errors is something like this:
{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}

Seeing "main" in that code would definitely make sense on why Im getting the Script error: "The function "main" does not exist. ". Unlike the {{Documentation}} reference, I am not sure how to remove this without causing issue.

#MediawikiTemplates #Scribunto

The missing "main" function error is not just on the Infobox template page of my wiki. Its on other pages as well (example attached)

I would guess that its problem with function 'main' not existing is because of the line that reads "

{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}

***
My guess is that I could replace the above code with {{Documentation}} and maybe that would clear the script error?

#Mediawiki #MirahezeWiki #MediawikiScriptError

“It was said by the Sorcerer of the Jura that in order to invoke the Devil it is only necessary to call him with your whole will. This is an universal magical truth, and applies to every other being as much as to the Devil. For the whole will of every man is in reality the whole will of the Universe.” https://library.hrmtc.com/2026/05/07/it-was-said-by-the-sorcerer-of-the-jura-that-in-order-to-invoke-the-devil-it-is-only-necessary-to-call-him-with-your-whole-will-this-is-an-universal-magical-truth-and-applies-to-every-other-being/ #aleisterCrowley #applies #asMuchAs #being #book #callHim #devil #everyMan #everyOther #inOrderTo #invoke #Jura #MagickInTheoryAndPractice #onlyNecessary #quote #reality #said #sorcerer #toTheDevil #universalMagicalTruth #universe #wholeWill

✅ Заставить полноценный FLUX1.dev работать без OOM на картинках 1024x1024
✅ Также успешно запустить квантизированный FLUX под ROCm несмотря на то, что у Invoke в образе с ROCm поломана bitsandbytes
✅ Смириться, что генерировать в нормальном разрешении и с нормальными параметрами - это меееедленно.

#log #GenAI #Invoke #FLUX #server #AMD #ROCm #troubleshooting #memory #OOM

Trump Thinks He Can Get Away With It

YouTube
Unicursal INVOKE OFTEN AND STICK TO IT Propaganda from Hermetic Library Office of the Ministry of Information https://hermetic.com/information/invoke-often-and-stick-to-it/index

#propaganda #magick #invoke #often #StickToIt

Unicursal INVOKE OFTEN AND STICK TO IT Propaganda from Hermetic Library Office of the Ministry of Information https://hermetic.com/information/invoke-often-and-stick-to-it/index

#propaganda #magick #invoke #often #StickToIt

A tool for #InvokeAi and to manage your images. / Un outils pour InvokeAi et gérer vos créations. #ia #ai #stablediffusion #flux #Invoke
GitHub - LuqP2/local-image-browser-for-invokeai https://github.com/LuqP2/local-image-browser-for-invokeai
GitHub - LuqP2/local-image-browser-for-invokeai

Contribute to LuqP2/local-image-browser-for-invokeai development by creating an account on GitHub.

GitHub

Какое-то время назад добавил к ML-зоопарку на домашнем сервере ещё и генератор картинок в виде Invoke.

Нагенерил кучу всякого рандомного. Но выложу, пожалуй, первый блиноком, где я не просто промптил картинку и отправлял сервер генерить несколько сотен вариантов ночью, но и убирал совсем противные огрехи инпеинтингом из одного из наиболее интересных вариантов.

В общем, на картинке репрезентация нашей команды в Rematch:

  • мой друг, который, к сожалению, отсутствует в феди
  • @mitsuha_s
  • я

P.S. Спасибо @lonelyowl за полезную информацию по моделькам.

#pic #generation #GenAI #Invoke #FLUX #server #Docker #log #art #friends #games #Rematch

@zstg

Of course, in your .envfile:

#Invoke emacs, whether it's in a sub-shell or from the disk.
e () {
if ps | grep emacs | grep -v grep
then
fg
else
if [ ${1:-NULL} != NULL ]
then
emacs -nw $*
else
echo Oops. Sure you want to do this?
fi
fi
}

( I tend to keep it in the background, old habit from working on slow old machinery )