Instructions to use LyliaEngine/CyborgMechExosuit_v1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/CyborgMechExosuit_v1.5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/CyborgMechExosuit_v1.5") prompt = "imagine, dream of, dark, at night, dim, (robotic insect alien helmet:1.2), cinematic film still cybernetic robot sexy erotic cyborg in a heavy combat mech, bulky exoskeleton, wearing a helmet, mixed race black korean, white hair, black intricate tactical armor, baroque styling, heavy plating, black tactical power suit, evangelion plug suit, black oil slick, holographic, rainbow, cyberpunk,, In this intense scene from Cyberpunk 2079, a heavily armored cyborg warrior is ready for battle. The cyborg is clad in a sleek black exoskeleton adorned with intricate tactical designs. A helmet conceals its identity while its white hair stands out against the dark armor. The rainbow-colored hologram atop its head adds a touch of color to its otherwise monochrome appearance. The baroque styling of the armor suggests a blend of futuristic and classical influences. The heavy plating indicates its readiness for combat. This powerful figure . android, AI, machine, metal, wires, tech, futuristic, highly detailed . shallow depth of field, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!