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

  • Log In
  • Sign Up

tmeral
/
sd-vae-ft-mse-spherical

Diffusers
Safetensors
stable-diffusion
vae
spherical-constraint
Model card Files Files and versions
xet
Community

Instructions to use tmeral/sd-vae-ft-mse-spherical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use tmeral/sd-vae-ft-mse-spherical with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tmeral/sd-vae-ft-mse-spherical", 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
sd-vae-ft-mse-spherical
339 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
tmeral's picture
tmeral
fix: correct sphere projection at inference (README.md)
cb4c05e verified 5 months ago
  • .gitattributes
    1.57 kB
    Upload spherical SD VAE ft-mse fine-tune (10k steps, sphere_radius=2.0) 5 months ago
  • README.md
    2.49 kB
    fix: correct sphere projection at inference (README.md) 5 months ago
  • comparison_256.png
    4.34 MB
    xet
    fix: correct sphere projection at inference (comparison_256.png) 5 months ago
  • config.json
    812 Bytes
    Upload spherical SD VAE ft-mse fine-tune (10k steps, sphere_radius=2.0) 5 months ago
  • diffusion_pytorch_model.safetensors
    335 MB
    xet
    Upload spherical SD VAE ft-mse fine-tune (10k steps, sphere_radius=2.0) 5 months ago
  • inference.py
    3.16 kB
    fix: correct sphere projection at inference (inference.py) 5 months ago
  • spherical_vae_metadata.json
    100 Bytes
    Upload spherical SD VAE ft-mse fine-tune (10k steps, sphere_radius=2.0) 5 months ago
  • training_config.yaml
    955 Bytes
    Upload spherical SD VAE ft-mse fine-tune (10k steps, sphere_radius=2.0) 5 months ago