Instructions to use TheAwakenOne/max-headroom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheAwakenOne/max-headroom 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/max-headroom") prompt = "M2X a stylized retro Albert Einstein with dark sunglasses, wearing a green suit, set against a neon background. He has a confident and cheerful expression, suggesting charisma and charm in a retro-futuristic 80's aesthetic" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#4
by TheAwakenOne - opened
- README.md +7 -0
- images/example_q4uv7trqg.png +0 -0
README.md
CHANGED
|
@@ -54,6 +54,13 @@ widget:
|
|
| 54 |
vibe
|
| 55 |
output:
|
| 56 |
url: images/example_lkpk5hjg8.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
base_model: black-forest-labs/FLUX.1-dev
|
| 58 |
instance_prompt: M2X
|
| 59 |
license: other
|
|
|
|
| 54 |
vibe
|
| 55 |
output:
|
| 56 |
url: images/example_lkpk5hjg8.png
|
| 57 |
+
- text: >-
|
| 58 |
+
M2X a stylized, retro animated character with slicked-back long hair and
|
| 59 |
+
oversized sunglasses, wearing a blue suit and red bow tie. He stands in
|
| 60 |
+
front of a neon background, with an exaggeratedly enthusiastic expression,
|
| 61 |
+
shouting "AWKN!". The design captures a vibrant 80s aesthetic
|
| 62 |
+
output:
|
| 63 |
+
url: images/example_q4uv7trqg.png
|
| 64 |
base_model: black-forest-labs/FLUX.1-dev
|
| 65 |
instance_prompt: M2X
|
| 66 |
license: other
|
images/example_q4uv7trqg.png
ADDED
|