gwsi / README.md
Pharma's picture
Update README.md
f67cf47
|
raw
history blame
658 Bytes
metadata
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

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('pharma/gwsi')
image = pipeline().images[0]
image

With SD Web UI

To use with SD Web UI download pharmapsychotic-gwsi.ckpt and put in your models folder.