ornamental-santa / README.md
Ryan
Adding model
e0a58d7
|
raw
history blame
No virus
4.34 kB
metadata
license: creativeml-openrail-m
tags:
  - stable-diffusion
  - text-to-image
  - santa claus

🎁 Ornamental Santa Diffusion

Fine-tuned Stable Diffusion model, based of F222, trained with pictures from various Santa Claus themed ornaments and knick-knacks. Use the tokens orna santa in your prompts for the effect.

This model was also merged with Anythingv3 and Mo Di Diffusion.

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


Santa Claus with detailed prompts rendered with the model: Detailed Samples Output from basic and vivid prompts: Basic Samples Giving more weight to the ornament style: Ornamental Style Landscapes and backgrounds rendered with the model: Landscapes

🧾 Prompt examples:

Basic starting point

orna santa with cookies

Negative prompt

Steps: 18, Sampler: Euler a, CFG scale: 11.5, Seed: 2480441584, Size: 512x512, Model hash: b7ba5b22

Activate F222 and Mo-Di models

Perfectly-centered portrait-photograph of a real life godly 1man orna santa with cookies descending from heaven, stars, lifelike, super highly detailed, professional digital painting, artstation, christmas decor, Unreal Engine 5, Photorealism, HD quality, 8k resolution, cinema 4d, 3D, beautiful, cinematic, modern disney style, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden,art by artgerm and greg rutkowski and alphonse mucha and loish and WLOP_

Steps: 32, Sampler: DPM adaptive, CFG scale: 12, Seed: 1639653330, Size: 512x512, Model hash: 697c8786

Negative prompt

❎ Negative Prompt Template

All images were rendered with the negative prompt below:

((((ugly)))), (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))). out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck)))

πŸͺ 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 = "3ee/ornamental-santa"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "orna santa holding a plate of cookies"
image = pipe(prompt).images[0]

image.save("./santa_cookies.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:

  • You can't use the model to deliberately produce nor share illegal or harmful outputs or content
  • The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
  • You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license here