Instructions to use LyliaEngine/ROSprites-10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/ROSprites-10 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/plantMilkModelSuite_hempII", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/ROSprites-10") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,14 @@ license: cdla-permissive-2.0
|
|
| 28 |
|
| 29 |
脷nete y colabora con otros apasionados de Ragnarok Online en Citivai. 隆Juntos podemos hacer crecer esta colecci贸n 茅pica!
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Trigger words
|
| 32 |
|
| 33 |
You should use `Black filled oval eyes` to trigger the image generation.
|
|
|
|
| 28 |
|
| 29 |
脷nete y colabora con otros apasionados de Ragnarok Online en Citivai. 隆Juntos podemos hacer crecer esta colecci贸n 茅pica!
|
| 30 |
|
| 31 |
+
## Source
|
| 32 |
+
|
| 33 |
+
https://civitai.com/models/1043663/ragnarok-online-sprite-style-lesspixel-artgreater
|
| 34 |
+
|
| 35 |
+
## Credit
|
| 36 |
+
|
| 37 |
+
https://civitai.com/user/Leem0nStudio
|
| 38 |
+
|
| 39 |
## Trigger words
|
| 40 |
|
| 41 |
You should use `Black filled oval eyes` to trigger the image generation.
|