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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AIGaming
/
beautiful_realistic_asians

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

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

  • Libraries
  • Diffusers

    How to use AIGaming/beautiful_realistic_asians with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AIGaming/beautiful_realistic_asians", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "(Cinematic Aesthetic:1.4) Photo of a beautiful korean fashion model bokeh city night"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
beautiful_realistic_asians
5.48 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
Allen
a
32d1201 about 2 years ago
  • feature_extractor
    a about 2 years ago
  • images
    a about 2 years ago
  • safety_checker
    a about 2 years ago
  • scheduler
    a about 2 years ago
  • text_encoder
    a about 2 years ago
  • tokenizer
    a about 2 years ago
  • unet
    a about 2 years ago
  • vae
    a about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • .gitignore
    4 Bytes
    a about 2 years ago
  • README.md
    480 Bytes
    Remove unused code and update README.md about 2 years ago
  • handler.py
    1.66 kB
    a about 2 years ago
  • model_index.json
    624 Bytes
    a about 2 years ago
  • requirements.txt
    18 Bytes
    chore: Add diffusers library to requirements.txt about 2 years ago