Text-to-Image
Diffusers
ai
artificial intelligence
concept
cyborgs
droids
lora
machines
mecha
migrated
power suit
robots
sci-fi
science fiction
stable-diffusion
template:sd-lora
Instructions to use WizWhite/wizard-s-machina with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WizWhite/wizard-s-machina 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("WizWhite/wizard-s-machina") prompt = "w1z_m4ch1n4. Robotic hand with gold and white accents" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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("WizWhite/wizard-s-machina")
prompt = "w1z_m4ch1n4. Robotic hand with gold and white accents"
image = pipe(prompt).images[0]Wizard's Machina

- Prompt
- w1z_m4ch1n4. Robotic hand with gold and white accents

- Prompt
- w1z_m4ch1n4. A valkyrie cyborg robot woman, with a black carbon fiber body. Standing in a dynamic pose in an empty studio in intense and deep red. High gloss details, reflecting the light, with soft matte accents and details.

- Prompt
- w1z_m4ch1n4. ultra realistic robot, half body, sci-fiction, modern render, glossy black carbon with matte black accents, red eyes, insanely detailed, cyborg, intricate parts. plain dark black background, futuristic warframe. ultra detailed, bold angry face, blades arms cinematic, sci-fiction, front view only

- Prompt
- w1z_m4ch1n4. A cute small robot with a round head and body. thin flexible arms. yellow square eyes. tank like legs. working in a mechanical factory

- Prompt
- robot cyborg A middle-aged man with a strong jawline and a buzz cut. He has a tattoo on his neck and wears a sleeveless shirt, revealing more tattoos on his arms. The mechanical person has built-in vactrol-based filter circuit, crystal oscillator and klystron tube.
Model description
A sci-fi LoRA that aims to improve the robots / cyborgs / power suits – you name it.
Recommended settings (feel free to experiment):,
Trigger: w1z_m4ch1n4
LoRA Strength: 1.0
Guidance: 3.5
Steps: 26 - 30
Subjects: robot, cyborg, mech, power suit, droid,
Material/finish: soft matte, high-gloss, anodized, porcelain, chromed,
Features: VFD display, braided wiring, armor plate, vacuum tube,
Trigger words
You should use w1z_m4ch1n4 to trigger the 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)
pipe.load_lora_weights('WizWhite/wizard-s-machina', weight_name='w1z-m4ch1n4.safetensors')
image = pipeline('w1z_m4ch1n4. Robotic hand with gold and white accents').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 13
Model tree for WizWhite/wizard-s-machina
Base model
black-forest-labs/FLUX.1-dev