--- license: creativeml-openrail-m tags: - stable-diffusion - text-to-image - santa claus - christmas - holidays --- # 🎁 Ornamental Santa Diffusion Everyone has their own version of what Santa looks like. When you close your eyes and think about what Santa looks 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 for the effect. This model is merged with [Anythingv3](https://huggingface.co/Linaqruf/anything-v3.0) as the secondary model and [Mo Di Diffusion](https://huggingface.co/nitrosocke/mo-di-diffusion) as the tertiary model. | Model | Weight | Prompts | Image | |------------|--------|---------------------|------------| | ornasanta | 0.3 | orna santa | some_time | | AnythingV3 | 0.3 | 1man | some img | | Mo Di | 0.3 | modern disney style | some imger | **If you enjoy this model, buy us a coffee** [![Buy a coffee](https://badgen.net/badge/icon/kofi?icon=kofi&label=buy%20us%20a%20coffee)](https://ko-fi.com/3eegames) --- **Santa Claus with detailed prompts rendered with the model:** ![Detailed Samples](https://huggingface.co/3ee/ornamental-santa/resolve/main/grid3.png) **Output from basic and vivid prompts:** ![Basic Samples](https://huggingface.co/3ee/ornamental-santa/resolve/main/grid4.png) **Giving more weight to the ornament style:** ![Ornamental Style](https://huggingface.co/3ee/ornamental-santa/resolve/main/grid1.png) **Landscapes and backgrounds rendered with the model:** ![Landscapes](https://huggingface.co/3ee/ornamental-santa/resolve/main/grid2.png) ## 🧾 Prompt examples: **Basic starting point** ```orna santa with cookies``` [Negative prompt](#❎-negative-prompt-template) _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) ## ❎ 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](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion). Export the model: - [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx) - [MPS](https://huggingface.co/docs/diffusers/optimization/mps) - FLAX/JAX ```python 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](https://huggingface.co/spaces/CompVis/stable-diffusion-license)