Instructions to use IcelosAI/lichtspiel-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IcelosAI/lichtspiel-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("IcelosAI/lichtspiel-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| license: creativeml-openrail-m | |
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| ### Lichtspiel Diffusion | |
| This is a fine-tuned Stable Diffusion 1.5 model trained on stills from movies by celebrated cinematographers. It gives your images a cinematic look, muted colors, bloom and film grain. Sometimes it works great, sometimes not so well. | |
| Sample pictures of this concept: | |
|  | |
| Download the *.ckpt file from the "files and versions" tab into the Stable Diffusion models folder of your web-ui of choice. Rename it to model.ckpt and ... that's it. | |
| Use the token Lichtspiel Style to activate the effect. It works particularly well for portraits and if you additionally reference specific films like Blade Runner, True Grit or The Revenant. | |
| The model was trained using dreambooth by TheLastBen based on the SD implementation by XavierXiao. | |
| Trained with 10.500 steps. | |
| Test the model with A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb) | |
| Or you can run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb) | |
| This model is open access with a CreativeML Open RAIL++-M License further specifying rights and usage -> https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL | |