Instructions to use EvilEngine/attire_ro_creator-10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/attire_ro_creator-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("EvilEngine/realcartoon3d_v17", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EvilEngine/attire_ro_creator-10") prompt = "(masterpiece, best quality:1.2), solo, 1girl, smile, looking at viewer, long hair, white hair, blue eyes, ragnarokcreator <lora:attire_ro_creator-10:1>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,14 @@ Trigger: ragnarokcreator
|
|
| 36 |
|
| 37 |
The results of your generations are dependent on the additional LoRAs, weights, and models you use, so it may not work or come out as consistent as my sample images. Other reasons may include me using xformers, token merging, and a modified DPM++ 2M Karras sampler. You may sometimes notice that my prompt includes <lyco:. Note that some of my LoRA files are located within my LyCORIS folder. If the model is labeled as a LoRA, it's a simple LoRA. If it's specified as a LyCORIS, it's a LoCon/LoHa.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Trigger words
|
| 40 |
|
| 41 |
You should use `ragnarokcreator` to trigger the image generation.
|
|
|
|
| 36 |
|
| 37 |
The results of your generations are dependent on the additional LoRAs, weights, and models you use, so it may not work or come out as consistent as my sample images. Other reasons may include me using xformers, token merging, and a modified DPM++ 2M Karras sampler. You may sometimes notice that my prompt includes <lyco:. Note that some of my LoRA files are located within my LyCORIS folder. If the model is labeled as a LoRA, it's a simple LoRA. If it's specified as a LyCORIS, it's a LoCon/LoHa.
|
| 38 |
|
| 39 |
+
## Source
|
| 40 |
+
|
| 41 |
+
https://civitai.com/models/221875/creator-attire-or-ragnarok-online
|
| 42 |
+
|
| 43 |
+
## Credit
|
| 44 |
+
|
| 45 |
+
https://civitai.com/user/justTNP
|
| 46 |
+
|
| 47 |
## Trigger words
|
| 48 |
|
| 49 |
You should use `ragnarokcreator` to trigger the image generation.
|