Instructions to use nokolora/ffxiv-sadu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nokolora/ffxiv-sadu with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Liberata/illustrious-xl-v1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("nokolora/ffxiv-sadu") prompt = "ffxivsadu, 1girl, solo, au ra, black skin, black scales, dragon horns, horn ring, blonde hair, long hair, blue eyes, feathers, crop top, shorts, overskirt, armlet, bracelet, necklace, neck ring, jewelry, looking at viewer, simple background, small breasts, cowboy shot, grin, looking at viewer, standing, midriff," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Atsushi Tanaka commited on
Commit ·
d4e2cfd
1
Parent(s): c5e7385
update README.md
Browse files
README.md
CHANGED
|
@@ -51,20 +51,23 @@ Based on Illustrious-XL v1.0. Please use checkpoint of the same family.
|
|
| 51 |
## Usage
|
| 52 |
|
| 53 |
* Some checkpoints tend to add blush. So add negative prompt `blush` to remove it.
|
| 54 |
-
*
|
|
|
|
|
|
|
| 55 |
|
| 56 |
### 1. Default model
|
| 57 |
|
| 58 |
> ffxivsadu, 1girl, solo, au ra, black skin, black scales, dragon horns, blonde hair, long hair, blue eyes, feathers, crop top, shorts, overskirt, armlet, bracelet, necklace, neck ring, jewelry, horn ring,
|
| 59 |
|
| 60 |
* This model remembers her staff as `staff, holding staff`. If you are lucky, might be able to draw it.
|
| 61 |
-
*
|
|
|
|
| 62 |
|
| 63 |
### 2. Face model
|
| 64 |
|
| 65 |
> ffxivsadu, 1girl, solo, au ra, black skin, black scales, dragon horns, blonde hair, long hair, blue eyes
|
| 66 |
|
| 67 |
-
*
|
| 68 |
|
| 69 |
## Terms of Use
|
| 70 |
|
|
|
|
| 51 |
## Usage
|
| 52 |
|
| 53 |
* Some checkpoints tend to add blush. So add negative prompt `blush` to remove it.
|
| 54 |
+
* Optionally `dragon tail` is effective. But in most cases, the tail is drawn using only the `au ra` token.
|
| 55 |
+
* Both models also optionally accept `sandals`. Try it when you want to generate a full body.
|
| 56 |
+
* You are searching for her wife? See also my another model: [nokolora/ffxiv-cirina](https://huggingface.co/nokolora/ffxiv-cirina).
|
| 57 |
|
| 58 |
### 1. Default model
|
| 59 |
|
| 60 |
> ffxivsadu, 1girl, solo, au ra, black skin, black scales, dragon horns, blonde hair, long hair, blue eyes, feathers, crop top, shorts, overskirt, armlet, bracelet, necklace, neck ring, jewelry, horn ring,
|
| 61 |
|
| 62 |
* This model remembers her staff as `staff, holding staff`. If you are lucky, might be able to draw it.
|
| 63 |
+
* The details don't match up perfectly, but please forgive me.
|
| 64 |
+
* This version is mirrored at PixAI. Please try from my [sample image](https://pixai.art/ja/artwork/1935875974020291585-LoRA).
|
| 65 |
|
| 66 |
### 2. Face model
|
| 67 |
|
| 68 |
> ffxivsadu, 1girl, solo, au ra, black skin, black scales, dragon horns, blonde hair, long hair, blue eyes
|
| 69 |
|
| 70 |
+
* Unlike Lalafell, I just can't seem to get motivated..
|
| 71 |
|
| 72 |
## Terms of Use
|
| 73 |
|