Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

agmjd
/
rappa_illustrious

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use agmjd/rappa_illustrious with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use agmjd/rappa_illustrious with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("agmjd/rappa_illustrious")
    
    prompt = "Rappa/(star_rail/),1girl,solo,Rappa/(star_rail/),solo,green eyes,shorts,shirt,navel,pink hair,white shirt,midriff,jacket,crop top,belt,horns,hat,baseball cap,black shorts,short sleeves,short shorts,short hair,multicolored hair,red jacket,open clothes,long sleeves,open jacket,tied shirt,breasts,white belt,ahoge,oni horns,detached sleeves,black headwear,thighs,highleg,sleeveless,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
rappa_illustrious
832 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
agmjd's picture
agmjd
Add 2 files
a3f79fd verified 7 months ago
  • images
    Add 2 files 7 months ago
  • .gitattributes
    2.31 kB
    initial commit 7 months ago
  • README.md
    1.07 kB
    initial commit 7 months ago
  • rappa (honkai star rail).safetensors
    831 MB
    xet
    Add 2 files 7 months ago