Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

tilake
/
China-Chic-illustration

Text-to-Image
Diffusers
PyTorch
Chinese
English
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
wildcard
Model card Files Files and versions
xet
Community
5

Instructions to use tilake/China-Chic-illustration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use tilake/China-Chic-illustration with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tilake/China-Chic-illustration", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a rabbit wearing sunglasses, in the style of <guo-chao> illustration, trending on artstation, masterpiece, best quality"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
China-Chic-illustration
5.24 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 15 commits
patrickvonplaten's picture
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#5)
d475cef almost 3 years ago
  • example
    Upload 4 files over 3 years ago
  • feature_extractor
    Upload 13 files over 3 years ago
  • safety_checker
    Upload pytorch_model.bin over 3 years ago
  • scheduler
    Upload 13 files over 3 years ago
  • text_encoder
    Upload 13 files over 3 years ago
  • tokenizer
    Upload 13 files over 3 years ago
  • unet
    Upload diffusion_pytorch_model.bin over 3 years ago
  • vae
    Add `scale_factor` to vae config. (#2) over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    3.35 kB
    add gradio demo (#1) over 3 years ago
  • model_index.json
    577 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#5) almost 3 years ago