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

  • Log In
  • Sign Up

LyliaEngine
/
hsDrawSwordIllust

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

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

  • Libraries
  • Diffusers

    How to use LyliaEngine/hsDrawSwordIllust with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("LyliaEngine/ilustmix_v20", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("LyliaEngine/hsDrawSwordIllust")
    
    prompt = "very aesthetic,masterpiece,best quality,painting \\(medium\\),exquisite details,amazing art,realistic details,pretty face,8K,RAW,movie lighting,soft light,<lora:hsDrawSwordIllust:0.8>,Draw Sword,weapon,Action,Fighting Stance,pose,Unsheathe,sword,holding weapon,holding sword,Sheath,Blade,Ken Kaneki (Tokyo Ghoul),his kagune - transformed sword. When he unsheathes it,a black,tentacle - like energy extends from the blade,and the ground beneath him is lacerated by the invisible force.,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
hsDrawSwordIllust
27.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LyliaEngine's picture
LyliaEngine
Update README.md
275d98c verified over 1 year ago
  • images
    Add 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    4.78 kB
    Update README.md over 1 year ago
  • hsDrawSwordIllust.safetensors
    21.6 MB
    xet
    Add 4 files over 1 year ago