Play with Stable Diffusion
应该都能在 civitai 上找到, 主要集中记录一些用的 LoRAs 的 Prompts。 civitai 的搜索好难用,只有我这么觉得吗 使用的 checkpoints:
AbyssOrangeMix2
很好用的 Model, 只用少量参数都能出很不错的图
AbyssO…
Draw my avatar using AI
这篇文章讲述了本地部署 stable-diffusion-webui 遇到的一些问题和解决方案。以及对于 SD 的一些实践。
Copy use std::collections::VecDeque;
fn to_postfix(infix: &str) -> String {
let preced = |op: char| match op {
'(' | ')' => 1,…