Instructions to use TheAwakenOne/graffiti-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheAwakenOne/graffiti-style 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("TheAwakenOne/graffiti-style") prompt = "GRFTI writing style, bold 3D letters spelling \"AWKN1\" in vibrant red and green, cosmic background with stars and planets, cartoon characters" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#5
by TheAwakenOne - opened
- README.md +8 -0
- images/example_t16ntbi2n.png +0 -0
README.md
CHANGED
|
@@ -61,6 +61,14 @@ widget:
|
|
| 61 |
against a solid black canvas, focusing solely on the letters
|
| 62 |
output:
|
| 63 |
url: images/example_7vm43x7hu.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
base_model: black-forest-labs/FLUX.1-dev
|
| 65 |
instance_prompt: GRFTI
|
| 66 |
license: other
|
|
|
|
| 61 |
against a solid black canvas, focusing solely on the letters
|
| 62 |
output:
|
| 63 |
url: images/example_7vm43x7hu.png
|
| 64 |
+
- text: >-
|
| 65 |
+
GRFTI displayed inside an elegant garage with neon lights, on a wall,
|
| 66 |
+
features the word "The AWAKEN" in bold, neon blue letters with a 3D effect,
|
| 67 |
+
and "ONE" below it in neon red. The background is dynamic, filled with
|
| 68 |
+
splashes of spray paint dripping, adding to its playful yet semi-realistic
|
| 69 |
+
urban atmosphere, a very far shot,
|
| 70 |
+
output:
|
| 71 |
+
url: images/example_t16ntbi2n.png
|
| 72 |
base_model: black-forest-labs/FLUX.1-dev
|
| 73 |
instance_prompt: GRFTI
|
| 74 |
license: other
|
images/example_t16ntbi2n.png
ADDED
|