Instructions to use EvilEngine/ragnarok_novice_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/ragnarok_novice_v2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EvilEngine/realcartoon3d_v17", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EvilEngine/ragnarok_novice_v2") prompt = "(masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), 1 girl, As dawn breaks over the enchanting virtual world, a charming 17-year-old girl with flowing lavender hair, styled in elegant waves, stands atop a hill overlooking a picturesque landscape, where gentle waterfalls cascade into crystal-clear ponds, casting a mesmerizing rainbow reflection. , (from behide:1.4), looking back ,ragnarok_novice <lora:ragnarok_novice_v2:0.85>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/00093-859739082.jpeg
ADDED
|
Git LFS Details
|
images/00312-1834546374.jpeg
ADDED
|
Git LFS Details
|
ragnarok_novice_v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2e7284e708171f8961813ae3716abb07d008a1c0aa4482b2fa0dde5c95652d0
|
| 3 |
+
size 151110896
|