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
17
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.