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
#3
by TheAwakenOne - opened
- README.md +6 -0
- images/example_9vzz6qh3s.png +0 -0
README.md
CHANGED
|
@@ -46,6 +46,12 @@ widget:
|
|
| 46 |
enhancing its nostalgic feel, a very far shot,
|
| 47 |
output:
|
| 48 |
url: images/example_lbxcragsi.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
base_model: black-forest-labs/FLUX.1-dev
|
| 50 |
instance_prompt: GRFTI
|
| 51 |
license: other
|
|
|
|
| 46 |
enhancing its nostalgic feel, a very far shot,
|
| 47 |
output:
|
| 48 |
url: images/example_lbxcragsi.png
|
| 49 |
+
- text: >-
|
| 50 |
+
GRFTI graffiti art features the word "OPENSOURCE" in bubble letters, with
|
| 51 |
+
red primary colors with a thick black outline, in the background a mixture
|
| 52 |
+
of purple and yellow colors to make it pop, a very far shot,
|
| 53 |
+
output:
|
| 54 |
+
url: images/example_9vzz6qh3s.png
|
| 55 |
base_model: black-forest-labs/FLUX.1-dev
|
| 56 |
instance_prompt: GRFTI
|
| 57 |
license: other
|
images/example_9vzz6qh3s.png
ADDED
|