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

  • Log In
  • Sign Up

Yanrui95
/
NormalCrafter

Diffusers
Safetensors
StableVideoDiffusionPipeline
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use Yanrui95/NormalCrafter with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Yanrui95/NormalCrafter", 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
NormalCrafter
4.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Yanrui95's picture
Yanrui95
Upload 9 files
7e24d68 verified about 1 year ago
  • feature_extractor
    Upload 9 files about 1 year ago
  • image_encoder
    Upload 9 files about 1 year ago
  • scheduler
    Upload 9 files about 1 year ago
  • unet
    Upload 9 files about 1 year ago
  • vae
    Upload 9 files about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    31 Bytes
    initial commit about 1 year ago
  • model_index.json
    496 Bytes
    Upload 9 files about 1 year ago