Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
realistic
photorealistic
pony
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
| { | |
| "add_prefix_space": false, | |
| "added_tokens_decoder": { | |
| "49406": { | |
| "content": "<|startoftext|>", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| }, | |
| "49407": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": true, | |
| "rstrip": false, | |
| "single_word": false, | |
| "special": true | |
| } | |
| }, | |
| "bos_token": "<|startoftext|>", | |
| "clean_up_tokenization_spaces": true, | |
| "do_lower_case": true, | |
| "eos_token": "<|endoftext|>", | |
| "errors": "replace", | |
| "model_max_length": 77, | |
| "pad_token": "<|endoftext|>", | |
| "tokenizer_class": "CLIPTokenizer", | |
| "unk_token": "<|endoftext|>" | |
| } | |