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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ShibaDeveloper
/
olivia-v1.0

Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
English
Model card Files Files and versions
xet
Community
9

Instructions to use ShibaDeveloper/olivia-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ShibaDeveloper/olivia-v1.0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ShibaDeveloper/olivia-v1.0", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "1girl, detailed, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, by dan mumford, yusuke murata, makoto shinkai, ross tran"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
olivia-v1.0 / unet
3.44 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 2 commits

This model has 1 file scanned as unsafe.

ShibaDeveloper's picture
ShibaDeveloper
Update unet/config.json
1571b90 over 3 years ago
  • config.json
    876 Bytes
    Update unet/config.json over 3 years ago
  • diffusion_pytorch_model.bin
    3.44 GB
    xet
    Upload unet with huggingface_hub over 3 years ago