Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Emuixom
/
Typography_CoreDeath

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

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

  • Libraries
  • Diffusers

    How to use Emuixom/Typography_CoreDeath 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_CoreDeath")
    
    prompt = "The image is a black square with a white, abstract design in the center that forms the title of the band: \"The Dominate Arcade End.\" The design is composed of intricate, angular branches arranged in a symmetrical pattern, giving it a sense of depth and dimension. Each branch converges to shape the letters of the band name, blending seamlessly into an abstract and chaotic composition. The branches are uniform in size and stark white, creating a sharp and oppressive aesthetic. The background is entirely black, enhancing the contrast and making the white design stand out dramatically. The overall effect is a fusion of abstract brutality and precise symmetry, embodying the intensity of deathcore style."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Typography_CoreDeath
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
Emuixom's picture
Emuixom
Update README.md
523d468 verified over 1 year ago
  • images
    Rename images/IMG-20250115-WA0044.jpg to images/ae5d22b9f4aa201d2ef4d83bf3a06a36.jpg over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    1.49 kB
    Update README.md over 1 year ago
  • config.yaml
    1.33 kB
    Rename config.yaml.txt to config.yaml over 1 year ago
  • flux_train_replicate-1.safetensors
    172 MB
    xet
    Add 2 files over 1 year ago
  • model_index.yaml
    1.4 kB
    Create model_index.yaml over 1 year ago