Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ArtyomSubDiv
/
Mars-Painter-Lora

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

Instructions to use ArtyomSubDiv/Mars-Painter-Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ArtyomSubDiv/Mars-Painter-Lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ArtyomSubDiv/Mars-Painter-Lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Mars-Painter-Lora
539 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Artyom
Upload sd15cyberealv8_mars_ep72_r70.safetensors
3fe40bc verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    220 Bytes
    Update README.md about 1 year ago
  • sd15_mars_ep72_r70.safetensors
    165 MB
    xet
    Upload sd15_mars_ep72_r70.safetensors about 1 year ago
  • sd15cyberealv8_mars_ep72_r70.safetensors
    165 MB
    xet
    Upload sd15cyberealv8_mars_ep72_r70.safetensors about 1 year ago
  • sd21_mars_ep72_r35.safetensors
    209 MB
    xet
    Upload sd21_mars_ep72_r35.safetensors about 1 year ago