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

  • Log In
  • Sign Up

jphan32
/
Zero2Story

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use jphan32/Zero2Story with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jphan32/Zero2Story", 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
Zero2Story
12.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
jphan32's picture
jphan32
Safetensors
35fe8cd over 2 years ago
  • feature_extractor
    test fp16 over 2 years ago
  • safety_checker
    test fp16 over 2 years ago
  • scheduler
    test fp16 over 2 years ago
  • text_encoder
    test fp16 over 2 years ago
  • tokenizer
    test fp16 over 2 years ago
  • unet
    test fp16 over 2 years ago
  • vae
    test fp16 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    39 Bytes
    initial commit over 2 years ago
  • cute20vae.safetensors
    335 MB
    xet
    Safetensors over 2 years ago
  • hellonijicute25d_V10b.safetensors
    2.13 GB
    xet
    Safetensors over 2 years ago
  • klF8Anime2Fp16.safetensors
    167 MB
    xet
    Safetensors over 2 years ago
  • landscapeAnimePro_v20Inspiration.safetensors
    4.24 GB
    xet
    Safetensors over 2 years ago
  • model_index.json
    593 Bytes
    test fp16 over 2 years ago