|
--- |
|
license: creativeml-openrail-m |
|
--- |
|
|
|
|
|
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" |
|
 |
|
|
|
"dune" |
|
|
|
 |
|
|
|
|
|
"paul atreides" |
|
 |
|
|
|
"shai hulud" |
|
 |
|
|
|
|
|
"taylor swift" |
|
 |
|
|
|
|
|
"yoda" |
|
 |
|
|
|
|
|
|
|
"sandworm" |
|
 |
|
|