Instructions to use LyliaEngine/animij_v20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/animij_v20 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/ilustmix_v40", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/animij_v20") prompt = "masterpiece, high_quality, highres," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -181,6 +181,14 @@ I am happy if u enjoy and stay curious abt ur results ~♪~
|
|
| 181 |
|
| 182 |
If u like what I do consider leaving me a like or a comment, much appreciated and helps me getting a feeling for tinkering ~♥
|
| 183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
## Trigger words
|
| 185 |
|
| 186 |
You should use `None` to trigger the image generation.
|
|
|
|
| 181 |
|
| 182 |
If u like what I do consider leaving me a like or a comment, much appreciated and helps me getting a feeling for tinkering ~♥
|
| 183 |
|
| 184 |
+
## Source
|
| 185 |
+
|
| 186 |
+
https://civitai.com/models/1353314?modelVersionId=1613008
|
| 187 |
+
|
| 188 |
+
## Credit
|
| 189 |
+
|
| 190 |
+
https://civitai.com/user/reijlita
|
| 191 |
+
|
| 192 |
## Trigger words
|
| 193 |
|
| 194 |
You should use `None` to trigger the image generation.
|