Instructions to use TheAwakenOne/The-Maxx-Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheAwakenOne/The-Maxx-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/The-Maxx-Style") prompt = "the maxx style that looks like (super mario) <lora:the-maxx-lora-000012:1>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 5 files
Browse files
The-Maxx-Lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3c7d5d4c4ef906f99661e94c7ace1132529bed3f243ff5aa6b1016bfc0772b7
|
| 3 |
+
size 18210292
|
images/The-Maxx-Lora_000600_00_20240913012101.png.png
ADDED
|
Git LFS Details
|
images/The-Maxx-Lora_000600_01_20240913012312.png.png
ADDED
|
Git LFS Details
|
images/The-Maxx-Lora_000600_02_20240913012526.png.png
ADDED
|
Git LFS Details
|
images/The-Maxx-Lora_000600_03_20240913012739.png.png
ADDED
|
Git LFS Details
|