@CleverMoniker done with anything-v4.5-pruned-fp32.ckpt
took me 15 mins to render, cpu only (AMD Ryzen 9 3900X)

prompts:
masterpiece, best quality, 1girl, fox ears, (fox tail:1.2), blonde hair, red eyes, freckles, arms behind head, arms up, on bed, red dress
Negative prompt: lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, furry, multiple tails, nude
Steps: 30, Sampler: Euler a, CFG scale: 9, Seed: 1697743345, Size: 720x960, Model hash: 1d10a19f06, Model: anything-v4.5-pruned-fp32
cc
@skylar @theorytoe @Giganova8
got a spare computer / server? use linux and docker.
https://github.com/AbdBarho/stable-diffusion-webui-docker
https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup instructions
you can find models here:
https://huggingface.co/models?other=stable-diffusion
keep in mind these are huge files, youre gonna need a lot of hard drive space
you can download them directly or use git (with the lfs addon) to download the whole model's git repo (full of variants of the same model)
put the file in ./data/StableDiffusion/ or use docker to symlink it to that directory inside the container like so
(in the docker-compose.yml file, under either the auto or auto-cpu service)
volumes:
- /home/user/models/anything-v4.0/anything-v4.5-pruned-fp32.ckpt:/data/StableDiffusion/anything-v4.5-pruned-fp32.ckpt
that way you dont have to move or copy the model over to whichever folder your docker container is running from
HAVE FUN!