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
- Draw Things
- DiffusionBee
Create model_index.yaml
Browse files- model_index.yaml +27 -0
model_index.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tags:
|
| 2 |
+
- text-to-image
|
| 3 |
+
- lora
|
| 4 |
+
- diffusers
|
| 5 |
+
- template: diffusion-lora
|
| 6 |
+
widget:
|
| 7 |
+
- text: >
|
| 8 |
+
Deathcore typography spelling "KENNEDY," where gothic letters obliterate and reshape the entire goat silhouette, consuming every contour of the skull, horns, and body.
|
| 9 |
+
The letters interlock and distort to fill the space, cutting to the extreme edges of the silhouette while remaining within its form. Each letter takes over its space, transforming into chaotic, fractured patterns, creating a unified, solid black vectorized silhouette.
|
| 10 |
+
The design is gritty, precise, and intensely detailed, with every letter morphing to fit the structure, resulting in a powerful, cohesive form made entirely of the distorted typography.
|
| 11 |
+
parameters:
|
| 12 |
+
negative_prompt: >
|
| 13 |
+
Blurry edges, inconsistent shapes, undefined forms, random distortions, unbalanced proportions, low detail, oversimplified textures, poorly merged letters, noisy artifacts, irregular alignment, and excessive abstraction.
|
| 14 |
+
seed: 0
|
| 15 |
+
output:
|
| 16 |
+
url: images/ae5d22b9f4aa201d2ef4d83bf3a06a36.jpg
|
| 17 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 18 |
+
instance_prompt: deathcore
|
| 19 |
+
|
| 20 |
+
gallery: []
|
| 21 |
+
|
| 22 |
+
trigger_words:
|
| 23 |
+
- deathcore
|
| 24 |
+
|
| 25 |
+
model_download: >
|
| 26 |
+
Weights for this model are available in Safetensors format.
|
| 27 |
+
[Download the model](https://huggingface.co/Emuixom/Typography_CoreDeath/tree/main) from the Files & Versions tab.
|