Edit model card

This model was trained based off of https://huggingface.co/runwayml/stable-diffusion-v1-5 for 15000 steps using 2.5k images from https://dune.fandom.com/wiki/Dune_Wiki

Usage:

from diffusers import StableDiffusionPipeline
import torch

pipe=StableDiffusionPipeline.from_pretrained("nagolinc/sd-dune",dtype=torch.float16)
pipe.to("cuda")

image=pipe("shai hulud").images[0]

"bene gesserit" "bene gesserit"

"dune"

"dune"

"paul atreides" "paul atreides"

"shai hulud" "shai hulud"

"taylor swift" "taylor swift"

"yoda" "yoda"

"sandworm" "sandworm"

Downloads last month
5