Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LyliaEngine
/
CyborgMechExosuit_v1.5

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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 Settings
  • Draw Things
  • DiffusionBee
CyborgMechExosuit_v1.5
231 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LyliaEngine's picture
LyliaEngine
Update README.md
b1e62c4 verified over 1 year ago
  • images
    Add 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • CyborgMechExosuit_v1.5.safetensors
    228 MB
    xet
    Add 4 files over 1 year ago
  • README.md
    6.3 kB
    Update README.md over 1 year ago