File size: 1,311 Bytes
60cdab5 6ad60af 698677a 6ad60af 698677a 6ad60af 698677a 6ad60af 698677a 6ad60af 698677a 6ad60af 698677a 6ad60af 698677a 6ad60af 698677a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
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"

|