stable-diffusion stable-diffusion-diffusers text-to-image painterly painting diffusers

<img src="https://huggingface.co/proximasanfinetuning/luna-diffusion/resolve/main/cover%232.jpg">

→ about


<img src="https://colab.research.google.com/assets/colab-badge.svg">

🧨 Diffusers

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

from diffusers import StableDiffusionPipeline
import torch

model_id = "proximasanfinetuning/luna-diffusion"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "painting of a beautiful woman with red hair, 8k, high quality"
image = pipe(prompt, height=768, width=768).images[0]

image.save("./result.jpg")

you can also get it as CKPT or Safetensors


→ some great images users on stablecog.com made with it:

<img src="https://huggingface.co/proximasanfinetuning/luna-diffusion/resolve/main/stablecog-samples.png"> Links: 1 2 3 4 5 6 7 8 9

or check the hashtag on twitter


→ finetuned to work well with specifying various skintones

<img src="https://huggingface.co/proximasanfinetuning/luna-diffusion/resolve/main/%2314.jpg"> <img src="https://huggingface.co/proximasanfinetuning/luna-diffusion/resolve/main/%2315.jpg">


if you enjoy this consider buying me a coffee or becoming a monthly supporter

(ノ◕ヮ◕)ノ*:・゚✧ <a href='https://ko-fi.com/S6S6FUYKY' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>


license

This model is licensed under a modified CreativeML OpenRAIL-M license.