Instructions to use alea31415/roukin8-characters-partial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alea31415/roukin8-characters-partial with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("alea31415/roukin8-characters-partial", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
This model is trained for 5 characters from Saving 80,000 Gold in Another World for My Retirement (老後に備えて異世界で8万枚の金貨を貯めます)
Most information along with examples can be found on the civitAI model page https://civitai.com/models/17336/roukin8-character-lohaloconfullckpt-8
Usage
There are three formats: loha, locon, and full checkpoint The first two are part of the LyCORIS project and can be used as lora in a1111-webui once this extension is installed
You probably want to separate names by ; as this is how the model is trained. E.g.
Sabine; YamanoMitsuha; multiple girls, 2girls, bow, sliding doors, apron, dress, indoors, holding, bowtie, smile, open door, door
As usual, two characters are fine, but more are difficult
Dataset Description
The dataset is prepared via the workflow https://github.com/cyber-meow/anime_screenshot_pipeline
It contains 2948 roukin anime screenshots and 19279 regularization images. The anime screenshots can be downloaded from civitai.
Training
- Common: clip skip 1, resolution 512, batch size 8, on top of Crosstyan/BPModel
- Full checkpoint: 2.5e-6 cosine scheduler, Adam8bit, conditional dropout 0.08
- Loha/LoCon: 2e-4 constant scheduler, AdamW
- Downloads last month
- 4