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

AIGaming
/
mist

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
realistic
photorealistic
pony
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use AIGaming/mist 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/mist", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Realistic,Traditional Chinese female portrait,delicate facial features,youthful woman,intricate hair adorned with floral accessories,rosy cheeks,slender neck,wearing an ornate qipao with elaborate embroidery,vibrant warm hues,cultural attire signifying elegance and status,serene and graceful demeanor,adorned with understated drop earrings,clear attention to textile patterns and jewelry details,soft pastel background complementing the subject's gentle visage,artistic inspiration likely drawn from historical Chinese paintings or modern reinterpretations thereof,volumetric lighting, depth of field, cinematic, vibrant, shadows, detailed ,score_9,source_photo,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
mist
6.94 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
Liquid033's picture
Liquid033
Update model_index.json
f17e314 verified almost 2 years ago
  • images
    chore: Update README.md with new text-to-image prompt and output URL almost 2 years ago
  • scheduler
    upload model almost 2 years ago
  • text_encoder
    upload model almost 2 years ago
  • text_encoder_2
    upload model almost 2 years ago
  • tokenizer
    upload model almost 2 years ago
  • tokenizer_2
    upload model almost 2 years ago
  • unet
    Upload diffusion_pytorch_model.safetensors almost 2 years ago
  • vae
    upload model almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    934 Bytes
    chore: Update README.md with new text-to-image prompt and output URL almost 2 years ago
  • model_index.json
    675 Bytes
    Update model_index.json almost 2 years ago