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

  • Log In
  • Sign Up

Emuixom
/
davidsgrim

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

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

  • Libraries
  • Diffusers

    How to use Emuixom/davidsgrim with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Emuixom/davidsgrim")
    
    prompt = "this is a digitally-created artwork from a dark, gothic-themed album cover inspired by ancient classical architecture, central to the image is a statue of a young, serene blonde male face with closed eyes, placed on a golden, ornate pedestal, above the face looms a dark-robed figure wielding a large, intricately designed scythe, symbolizing death, both the statue and the figure are surrounded by a crimson, blood-like substance, emphasizing a theme of sacrifice or darkness, the architectural background features grand, weathered columns and a majestic ancient domed structure, hinting at a historical or mythological setting, a circle of blood-red rose petals and broken stone fragments scattered around the base complete the gothic atmosphere, text at the top left reads parental advisory - explicit content in bold white, contrasting against the dark tones"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
davidsgrim
153 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
flux-x33's picture
flux-x33
Delete images/file-LSzMPnitobknprKmp3pF9q.png
c984145 verified about 1 year ago
  • images
    Delete images/file-LSzMPnitobknprKmp3pF9q.png about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • 5.safetensors
    153 MB
    xet
    Add 3 files about 1 year ago
  • README.md
    1.81 kB
    initial commit about 1 year ago