Mac the Alien - Mac and Me
(CivitAI)
Model description
Get ready for the ultimate, non-stop,
100% MacAttack —ALL DAY, EVERY DAY!
💥 From the smash-hit blockbuster Mac and Me !💥
He can look sideways, he can look upwards, and with just a sprinkle of imagination—he’s almost smiling! Available in glorious 4K, right from the comfort of your own chair!
Just drop "Mac the Alien" into your prompt, and you’re set,
It’s that easy! So, what are you waiting for!?
Order your Mac and Me LoRA today!
✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
Any likeness to real or fictional persons, extraterrestrial beings, or 80s sci-fi characters is purely coincidental and unintentional. The "Mac and Me LoRA" is a work of creative fiction, and any resemblance to real aliens, living or otherwise, is pure imagination.
No aliens were consulted, harmed, or involved in the creation of this LoRA. All buzz sales are final; no refunds or taksies-backsies. Satisfaction not guaranteed.
Trigger words
You should use Mac the alien
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('WizWhite/mac-the-alien-mac-and-me', weight_name='Mac_the_Alien.safetensors')
image = pipeline('scene from the game show Jeopardy!, contestant mac the alien standing behind a Jeopardy! podium, The podium displays his score of $10,000 and the answer "Where is my Buzz?" written by hand on the blue screen, background shows the set of the game show jeopardy! , he is wearing a black pullover').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 21
Model tree for WizWhite/mac-the-alien-mac-and-me
Base model
black-forest-labs/FLUX.1-dev