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

  • Log In
  • Sign Up

LyliaEngine
/
Kenva

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

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

  • Libraries
  • Diffusers

    How to use LyliaEngine/Kenva with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("LyliaEngine/Kenva", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "None"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Kenva
236 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
LyliaEngine's picture
LyliaEngine
Update README.md
d98ea1e verified almost 2 years ago
  • images
    Add 2 files almost 2 years ago
  • .gitattributes
    2.31 kB
    initial commit almost 2 years ago
  • Kenva.safetensors
    228 MB
    xet
    Add 2 files almost 2 years ago
  • README.md
    151 Bytes
    Update README.md almost 2 years ago