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

  • 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 / tokenizer
1.68 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Allen
upload model
3f9fb62 almost 2 years ago
  • merges.txt
    574 kB
    upload model almost 2 years ago
  • special_tokens_map.json
    496 Bytes
    upload model almost 2 years ago
  • tokenizer_config.json
    734 Bytes
    upload model almost 2 years ago
  • vocab.json
    1.11 MB
    upload model almost 2 years ago