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", torch_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
Meisser commited on
Commit ·
2c557a4
1
Parent(s): ee1b515
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ Sample pictures of this concept:
|
|
| 14 |
|
| 15 |

|
| 16 |
|
| 17 |
-
Download the *.ckpt file from the "files and versions" tab into the Stable Diffusion models folder of your web-ui of choice.
|
| 18 |
|
| 19 |
Use the token LichtspielStyle or style LichtspielStyle 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.
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |

|
| 16 |
|
| 17 |
+
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.
|
| 18 |
|
| 19 |
Use the token LichtspielStyle or style LichtspielStyle 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.
|
| 20 |
|