-
# stable diffusion model
## 模型种类
>不同的模型会带来不同的画风、认识不同的概念(人物/物体/动作),这是模型众多的原因。
>常见的模型可以分为两大类:大模型,用于微调大模型的小型模型。
>他们都可以拥有一样的后缀名
>辨别模型种类 https://spell.novelai.dev/
### Checkpoint/大模型/底模型/主模型…
-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…
-
Designing a Multi-Layered Hierarchy of Control
You
I'm working on a idea for a multi-layered hierarchy of control
Copilot
That sounds like an interesting project! A multi-layered hierarchy of co…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
### Checklist
- [X] I am using an up-to-date version.
- [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/doc/index.md).
- [X] I have searched existing [issues](…
mm12 updated
4 months ago
-
Given the type of [`histo`](https://hackage.haskell.org/package/recursion-schemes-5.0.2/docs/Data-Functor-Foldable.html#v:histo), I would have expected a single Cofree to be built over the course of t…
-
### INFO
**Python Version**: `3.8.12 (default, Nov 15 2021, 06:04:41) [GCC 8.5.0]`
**Operating System**: `Linux-4.4.180+-x86_64-with-glibc2.2.5`
**Locale**: `UTF-8`
**Branch**: [master](../tree/maste…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
Our goal with the green thread experiment was to understand the basic costs and benefits of introducing green threads to the .NET Runtime environment.
## Why green threads
The .NET asynchrono…
-
So as a follow up to #9389 which got a pretty clear response: what would reverting back to previous unit stats actually mean? I've seen different people mention using the 1.12, 1.14, or 1.16 unit stat…