--- license: other license_name: "bespoke-lora-trained-license" license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False tags: - ai - artificial intelligence - concept - cyborgs - diffusers - droids - lora - machines - mecha - migrated - power suit - robots - sci-fi - science fiction - stable-diffusion - template:sd-lora - text-to-image base_model: black-forest-labs/FLUX.1-dev instance_prompt: w1z_m4ch1n4 widget: - text: 'w1z_m4ch1n4. Robotic hand with gold and white accents' output: url: >- 60337513.jpeg - text: '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. ' output: url: >- 60338305.jpeg - text: '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 ' output: url: >- 60337724.jpeg - text: '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 ' output: url: >- 60337910.jpeg - text: '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. ' output: url: >- 60338105.jpeg --- # Wizard's Machina ## 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](/WizWhite/wizard-s-machina/tree/main) them in the Files & versions tab. ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) ```py 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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)