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

tera0711
/
VAE

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use tera0711/VAE with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("tera0711/VAE")
    
    prompt = "<lora:guiltyficial_reality-01:0.7>, perfect body, ultra realistic, best quality, 8k uhd, masterpiece, asian beautiful woman,  "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
VAE
10.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tera0711's picture
tera0711
Add 6 files
7b748cb verified 11 months ago
  • images
    Add 6 files 11 months ago
  • .gitattributes
    2.31 kB
    initial commit 11 months ago
  • README.md
    637 Bytes
    initial commit 11 months ago
  • clearvaeSD15_v23.safetensors
    335 MB
    xet
    Add 6 files 11 months ago
  • dsVAE_v10.safetensors
    335 MB
    xet
    Add 6 files 11 months ago
  • pornmaster_proSDXLV6VAE.safetensors
    7.11 GB
    xet
    Add 6 files 11 months ago
  • realisticVisionV60B1_v51HyperVAE.safetensors
    2.13 GB
    xet
    Add 6 files 11 months ago
  • vae-ft-mse-840000-ema-pruned.ckpt

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch.IntStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    335 MB
    xet
    Add 6 files 11 months ago