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

  • Log In
  • Sign Up

harpomaxx
/
deeplili

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
art
stable-diffusion
Model card Files Files and versions
xet
Community
1

Instructions to use harpomaxx/deeplili with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use harpomaxx/deeplili with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("harpomaxx/deeplili", dtype=torch.bfloat16, device_map="cuda")
    
    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
deeplili
19.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
harpomaxx's picture
harpomaxx
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
cdc179d verified about 2 years ago
  • feature_extractor
    add model_index about 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • scheduler
    add deeplili model about 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • tokenizer
    add deeplili model about 3 years ago
  • unet
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • vae
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    3.28 kB
    Update README.md about 2 years ago
  • deeplili.ckpt

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    4.27 GB
    xet
    add checkpoint file version about 2 years ago
  • deeplili.safetensors
    4.27 GB
    xet
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • model_index.json
    584 Bytes
    add model_index about 3 years ago