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

IDEA-CCNL
/
Taiyi-Stable-Diffusion-1B-Chinese-v0.1

Text-to-Image
Diffusers
Chinese
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Chinese
Model card Files Files and versions
xet
Community
37

Instructions to use IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "孤帆远影碧空尽,惟见长江天际流,油画"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Taiyi-Stable-Diffusion-1B-Chinese-v0.1
9.58 GB
Ctrl+K
Ctrl+K
  • 9 contributors
History: 50 commits
Zimix's picture
Zimix
Update README.md
8de752b almost 3 years ago
  • feature_extractor
    update over 3 years ago
  • result_examples
    image update over 3 years ago
  • safety_checker
    update over 3 years ago
  • scheduler
    FEAT: update scheduler config over 3 years ago
  • text_encoder
    update over 3 years ago
  • tokenizer
    Update tokenizer/special_tokens_map.json over 3 years ago
  • unet
    update over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#26) over 3 years ago
  • .gitattributes
    1.51 kB
    Upload Taiyi-Stable-Diffusion-1B-Chinese-v0.1.ckpt over 3 years ago
  • README.md
    8.8 kB
    Update README.md almost 3 years ago
  • Taiyi-Stable-Diffusion-1B-Chinese-v0.1.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    4.18 GB
    xet
    Upload Taiyi-Stable-Diffusion-1B-Chinese-v0.1.ckpt over 3 years ago
  • model_index.json
    537 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#29) about 3 years ago