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", 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
- Draw Things
- DiffusionBee
Add 5 files
Browse files
images/00237-28849255891.png
ADDED
|
Git LFS Details
|
images/00719-1526459044.png
ADDED
|
Git LFS Details
|
images/00740-2508776112.png
ADDED
|
Git LFS Details
|
images/realistic filter 2.png
ADDED
|
Git LFS Details
|
realistic_filter.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52251b06090ed5574ed432495a85e13d9b5a7156a3a7d12d1383d07491309bbb
|
| 3 |
+
size 57452420
|