摘要: 俗称外挂模型,主要用于光影,色彩方面的加强 比如最常见的vae-ft-mse-840000-ema-pruned 下载地址 https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main 在大型神经网络模型中,VAE指的是变分自 阅读全文
posted @ 2024-05-14 18:02 朝阳1 阅读(307) 评论(0) 推荐(0)
摘要: embedding就是魔法卷轴,别人把魔法阵刻上去你直接激活就能用,不用念长长的咒语了 阅读全文
posted @ 2024-05-14 17:52 朝阳1 阅读(58) 评论(0) 推荐(0)
摘要: 地址 https://pan.baidu.com/s/1RUTHPvXoPttJVrzbua9nbA?pwd=jl78 pwd jl78 阅读全文
posted @ 2024-05-14 16:13 朝阳1 阅读(86) 评论(0) 推荐(0)
摘要: nsfw,(worst quality, low quality:2),zombie,overexposure,text,bad anatomy,extra hands,((extra fingers)),too many fingers,fused fingers,((bad fingers)), 阅读全文
posted @ 2024-05-14 15:20 朝阳1 阅读(1454) 评论(0) 推荐(1)
摘要: main.go package main import ( "context" "errors" "fmt" "time" "golang.org/x/sync/errgroup" ) func task1(ctx context.Context) error { fmt.Println("Task 阅读全文
posted @ 2024-05-14 11:00 朝阳1 阅读(30) 评论(0) 推荐(0)
摘要: 参考b站大佬 https://www.bilibili.com/video/BV1jJ4m1j7gK/?spm_id_from=333.788&vd_source=7e624c7a17d4407088aae9cb33e5e0aa 开始 mkdir deploy-scaler cd deploy-sc 阅读全文
posted @ 2024-05-14 10:43 朝阳1 阅读(38) 评论(0) 推荐(0)
摘要: 源码地址 https://github.com/GaParmar/img2img-turbo 在线体验地址 https://huggingface.co/spaces/gparmar/img2img-turbo-sketch 安装 git clone https://github.com/GaPar 阅读全文
posted @ 2024-05-14 09:39 朝阳1 阅读(216) 评论(0) 推荐(1)