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

YeBhoneLin10
/
bagan

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use YeBhoneLin10/bagan with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("YeBhoneLin10/bagan", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "bagan, by Vincent van gogh, highly detailed, highly illustration"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
bagan
8.53 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
YeBhoneLin10's picture
YeBhoneLin10
Update README.md
1703866 verified over 2 years ago
  • feature_extractor
    Upload 17 files over 2 years ago
  • samples
    Upload 17 files over 2 years ago
  • scheduler
    Upload 17 files over 2 years ago
  • text_encoder
    Upload 17 files over 2 years ago
  • tokenizer
    Upload 17 files over 2 years ago
  • unet
    Upload 2 files over 2 years ago
  • vae
    Upload 17 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.26 kB
    Update README.md over 2 years ago
  • args.json
    1.66 kB
    Upload 17 files over 2 years ago
  • model.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.13 GB
    xet
    Upload model.ckpt over 2 years ago
  • model.safetensors
    2.13 GB
    xet
    Upload model.safetensors over 2 years ago
  • model_index.json
    544 Bytes
    Upload 17 files over 2 years ago