license: creativeml-openrail-m
tags:
- stable-diffusion
- text-to-image
- santa claus
- christmas
- holidays
π Ornamental Santa Diffusion
When you close your eyes and think about what Santa would look like - heβs different for everyone and the hope is this model captures that sense of wonder Santa Claus brought us when we were children.
Fine-tuned Stable Diffusion model, based of F222
, trained with pictures from various Santa Claus themed ornaments and knick-knacks.
Model Usage
β¨ Use the tokens orna santa in your prompts to activate the model.
π¨ More depth: Use the merged model that we've already compiled:
- Download
ornasanta_AnythingV3.0_fp16_0.3.ckpt
located https://huggingface.co./3ee/ornamental-santa/tree/main - Add
ornasanta_AnythingV3.0_fp16_0.3.ckpt
to your Stable Diffusion models. - Activate merged models with the prompt table below.
Model | Prompts |
---|---|
ornasanta | orna santa |
AnythingV3 | 1girl, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden |
Mo Di | modern disney style |
This model is merged with Anythingv3 as the secondary model and Mo Di Diffusion as the tertiary model.
Settings to merge these models youself
You can also merge these models yourself. See the table below:
Model | Weight | Prompts | Type |
---|---|---|---|
ornasanta | 0.3 | orna santa | Primary |
AnythingV3 | 0.3 | 1man | Secondary |
Mo Di | 0.3 | modern disney style | tertiary |
β If you enjoy this model, buy us a coffee
Sample Output
Output from basic and vivid prompts:
Giving more weight to the ornament style:
Landscapes and backgrounds rendered with the model:
π§Ύ Prompt examples:
Basic starting point
orna santa with cookies
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 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