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

Alexmikupro
/
vtuber-maker

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

Instructions to use Alexmikupro/vtuber-maker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Alexmikupro/vtuber-maker with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Alexmikupro/vtuber-maker", 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
vtuber-maker
4.28 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 19 commits
Alexmikupro's picture
Alexmikupro
Update model_index.json
af88bad over 2 years ago
  • feature_extractor
    Upload StableDiffusionPipeline over 2 years ago
  • scheduler
    Upload StableDiffusionPipeline over 2 years ago
  • text_encoder
    Upload StableDiffusionPipeline over 2 years ago
  • tokenizer
    Upload StableDiffusionPipeline over 2 years ago
  • unet
    Upload StableDiffusionPipeline over 2 years ago
  • vae
    Upload StableDiffusionPipeline over 2 years ago
  • .DS_Store
    6.15 kB
    Added and updated content in the Real-ESRGAN folder and .DS_Store over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • RealESRGAN_x4plus_anime_6B.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    17.9 MB
    xet
    Upload ESRGAN over 2 years ago
  • handler.py
    2.8 kB
    Update handler.py over 2 years ago
  • model_index.json
    579 Bytes
    Update model_index.json over 2 years ago
  • requirements.txt
    10 Bytes
    Upload requirements.txt over 2 years ago