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

  • Log In
  • Sign Up

EvilEngine
/
dancerROV2.7-000006

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

Instructions to use EvilEngine/dancerROV2.7-000006 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use EvilEngine/dancerROV2.7-000006 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("EvilEngine/realcartoon3d_v17", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("EvilEngine/dancerROV2.7-000006")
    
    prompt = "dancerRo, jewelry, bracelet, see through clothes, sandals, golden bikini, bangle, anklet,  1girl, looking at viewer, smile, blonde hair, long hair, yellow eye, standing, hand on hips, ((upper body)), ((cowboy shot)), ((white background)),  <lora:dancerROV2.7-000006:0.86>"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
dancerROV2.7-000006
75.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
EvilEngine's picture
EvilEngine
Update README.md
0c689bc verified almost 2 years ago
  • images
    Add 3 files almost 2 years ago
  • .gitattributes
    2.31 kB
    initial commit almost 2 years ago
  • README.md
    2.49 kB
    Update README.md almost 2 years ago
  • dancerROV2.7-000006.safetensors
    75.6 MB
    xet
    Add 3 files almost 2 years ago