Instructions to use Muapi/animagine-oozora-subaru-hololive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Muapi/animagine-oozora-subaru-hololive with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Muapi/animagine-oozora-subaru-hololive") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Muapi/animagine-oozora-subaru-hololive")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0][Animagine] Oozora Subaru 大空スバル / Hololive
Base model: SDXL 1.0 Trained words: aasubaru, short hair, cap, backwards hat, breast, collarbone, watch, whistle around neck, vertical-striped shirt, tied shirt, short sleeves, wristband, white shorts, bbsubaru, short hair, french braid, hairclip, grey headwear, sailor collar, black bowtie, cropped jacket, blue jacket, long sleeves, suspenders, midriff, blue shorts, grey thighhighs, ccsubaru, short hair, french braid, hairclip, grey headwear, black bowtie, grey shirt, sleeveless, suspenders, midriff, blue shorts, grey thighhighs, ddsubaru, short hair, mini top hat, yellow headwear, hololive idol uniform, yellow bowtie, sleeveless shirt, sleeveless, wrist cuffs, white gloves, navel, white bow, layered skirt, white skirt, black thighhighs, eesubaru, short hair, hair bow, red bow, hair ornament, japanese clothes, print kimono, long sleeves, wide sleeves, tassel, hakama skirt, blue skirt, ffsubaru, long hair, hair ribbon, blue headwear, red bowtie, center frills, frilled shirt, white shirt, pink cardigan, long sleeves, high-waist skirt, blue skirt, plaid skirt, ggsubaru, short hair, bow hairband, polka dot, collarbone, cleavage, striped bikini, aqua jacket, open jacket, long sleeves, hhsubaru, short hair, white headwear, hat flower, bowtie, cropped jacket, yellow jacket, puffy sleeves, short sleeves, white gloves, midriff, suspender shorts, black shorts, showgirl skirt, yellow skirt, garter straps, white thighhighs, iisubaru, short hair, hood up, animal hood, collarbone, hoodie, hooded jacket, multicolored jacket, long sleeves, polka dot, white bloomers
🧠 Usage (Python)
🔑 Get your MUAPI key from muapi.ai/access-keys
import requests, os
url = "https://api.muapi.ai/api/v1/sdxl-lora-image"
headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
payload = {
"prompt": "masterpiece, best quality",
"lora_model": "animagine-oozora-subaru-大空スバル-hololive",
"lora_strength": 1.0,
"width": 1024,
"height": 1024,
"num_images": 1
}
print(requests.post(url, headers=headers, json=payload).json())
- Downloads last month
- 6
Model tree for Muapi/animagine-oozora-subaru-hololive
Base model
stabilityai/stable-diffusion-xl-base-1.0