stable-diffusion stable-diffusion-diffusers text-to-image image-to-image art artistic diffusers filmation

Filmation MOTU Diffusion

Fine-tuned Stable Diffusion model, based of SD 1.5, trained with art from Masters of the Universe.

Detailed Samples

Model Usage

Use the token filmation motu style


☕ If you enjoy this model, buy us a coffee Buy a coffee


🧾 Prompt example:

The MOTU styled woman

award winning masterpiece illustration of a woman, filmation motu style, trending on artstation, highly detailed, rendered with Unreal Engine, 8k

Negative prompt

Steps: 40, Sampler: DPM++ 2S a Karras, CFG scale: 7, Seed: 311713104, Size: 512x512, Model hash: c0302f10


Refined He-Man

award winning masterpiece illustration of a man, filmation motu style, trending on artstation, highly detailed

Negative prompt

Steps: 40, Sampler: DPM++ 2S a Karras, CFG scale: 7, Seed: 195692676, Size: 512x512, Model hash: c0302f10


❎ Negative Prompt Template

All images were rendered with the negative prompt below:

lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name

🧨 Diffusers

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.

Export the model:

from diffusers import StableDiffusionPipeline
import torch

model_id = "zuleo/filmation-motu"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "award winning masterpiece illustration of a man, filmation motu style"
image = pipe(prompt).images[0]

image.save("./filmation_man.png")

License

This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies: