Using Different version of DreamShaper

#39
by Mohdzaid18 - opened

Currently using this model through diffusers library.

GenerationPipe = DiffusionPipeline.from_pretrained("Lykon/DreamShaper").to("cuda")

Which (i suppose) takes up most recent version of this model.
Rather i would like to use older version.
Can you tell how to impliment that using diffusers library only.

Also, Thanks for publishing model, really enjoying it.

I uploaded DS5 diffusers on civitai. Due to HF limitations on download stats being based on diffusers, I have to only choose 1 version.
I see each version of dreamshaper as a direct upgrade, otherwise I wouldn't have released them, so I decide to upload only the latest here.

Anyway, you can select a commit version and retroactively download every diffuser version I ever uploaded.

Example: https://huggingface.co/Lykon/DreamShaper/tree/739307af5c31165a69c3435e6bcef3b05f6cbae8
This is the repo before the commit in which I updated the diffusers, so this one still has DS5 diffusers.

Yeah, i did use older model by downloading through civitai or just using

curl -Lo /content/sd-webui/models/Stable-diffusion/dreamshaper5.safetensors https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_5_beta2_BakedVae_fp16.safetensors

But both only works for stable-diffusion-webui, huggingface diffuser doesnt seem to load any model from local directory, and yeah version 6 is very good.

Mohdzaid18 changed discussion status to closed

Sign up or log in to comment