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

  • Log In
  • Sign Up

Emuixom
/
Typography_DeathGrim

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

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

  • Libraries
  • Diffusers

    How to use Emuixom/Typography_DeathGrim 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/Typography_DeathGrim")
    
    prompt = "The image is a black background with a purple deathcore logo in the center. The logo is in the shape of a bat, with the bats wings spread out and its body facing towards the left side of the image. The bats head is tilted slightly to the right, and its eyes are closed. The wings are outlined in a thin purple line, and the bat is surrounded by a black outline. Above the bat, there is a text that reads \"ZENOMINATION\" in a bold, cursive font. The text is written in a dark purple color, and it appears to be dripping down the sides of the bat. The overall effect is a dark and ominous logo."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Typography_DeathGrim
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Emuixom's picture
Emuixom
Update README.md
c066e49 verified over 1 year ago
  • images
    Add 2 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    1.16 kB
    Update README.md over 1 year ago
  • flux_train_replicate.safetensors
    172 MB
    xet
    Add 2 files over 1 year ago