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

  • Log In
  • Sign Up

LyliaEngine
/
InkSediment_v2

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

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

  • Libraries
  • Diffusers

    How to use LyliaEngine/InkSediment_v2 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("LyliaEngine/InkSediment_v2")
    
    prompt = "1girl, bangs, bare shoulders, black bow, black ribbon, blunt bangs, blush, bow, breasts, choker, cleavage, closed mouth, collarbone, earrings, eyebrows visible through hair, frills, green background, jewelry, looking at viewer, pink hair, ribbon, short hair, simple background, smile, solo, upper body"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
InkSediment_v2
461 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LyliaEngine's picture
LyliaEngine
Update README.md
9e2509f verified about 1 month ago
  • images
    Add 4 files about 1 month ago
  • .gitattributes
    2.31 kB
    initial commit about 1 month ago
  • InkSediment v2 Lora.safetensors
    456 MB
    xet
    Add 4 files about 1 month ago
  • README.md
    1.81 kB
    Update README.md about 1 month ago