--- license: creativeml-openrail-m tags: - pytorch - diffusers - stable-diffusion - text-to-image - diffusion-models-class - dreambooth-hackathon widget: - text: gwsi - text: gwsi necromancer --- # DreamBooth model for the gwsi concept trained by pharmapsychotic ## Examples ## Usage #### With Diffusers ```python from diffusers import StableDiffusionPipeline pipeline = StableDiffusionPipeline.from_pretrained('pharma/sugar-glider') image = pipeline().images[0] image ``` #### With SD Web UI To use with SD Web UI download [pharmapsychotic-gwsi.ckpt](https://huggingface.co/pharma/gwsi/resolve/main/pharmapsychotic-gwsi.ckpt) and put in your models folder.