nk15_diffusers / README.md
digiplay's picture
Update README.md
fe6ee59
|
raw
history blame
574 Bytes
metadata
license: other

Model info: https://civitai.com/models/84604/nk15

下載 - 2023-06-07T060203.781.png

if you use this model in your diffusers, show some AutoencoderKL errors, Don worry, just use the codes below, you can still generate images :)

modelid="digiplay/nk15_diffusers"

from diffusers.models import AutoencoderKL

vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse")

pipe = DiffusionPipeline.from_pretrained(modelid, vae=vae)