Instructions to use LyliaEngine/realistic_filter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/realistic_filter with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/smooth-mix-v2-ilustrious2", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/realistic_filter") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,6 +53,14 @@ As always, have fun and go break some eggs!
|
|
| 53 |
|
| 54 |
p.s. Big thanks to creator @FallenIncursio for giving me advice all the time. 😀
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
## Trigger words
|
| 57 |
|
| 58 |
You should use `realistic` to trigger the image generation.
|
|
|
|
| 53 |
|
| 54 |
p.s. Big thanks to creator @FallenIncursio for giving me advice all the time. 😀
|
| 55 |
|
| 56 |
+
## Source
|
| 57 |
+
|
| 58 |
+
https://civitai.com/models/1003513/realistic-filter-il?modelVersionId=1124771
|
| 59 |
+
|
| 60 |
+
## Credit
|
| 61 |
+
|
| 62 |
+
https://civitai.com/user/yomama123556778
|
| 63 |
+
|
| 64 |
## Trigger words
|
| 65 |
|
| 66 |
You should use `realistic` to trigger the image generation.
|