Instructions to use tensor-diffusion/melaura-v1-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tensor-diffusion/melaura-v1-0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tensor-diffusion/melaura-v1-0", dtype=torch.bfloat16, device_map="cuda") prompt = "melaura, girl, hd, pink lips, detailed, age 16, Off-shoulder top" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| license: openrail++ | |
| pipeline_tag: text-to-image | |
| tags: | |
| - stable-diffusion | |
| - text-to-image | |
| - diffusers | |
| - DiffusionPipeline | |
| inference: | |
| parameter: | |
| negative_prompt: >- | |
| lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, | |
| fewer digits, cropped, worst quality, low quality, normal quality, jpeg, | |
| artifacts, signature, watermark, username, blurry, ugly, duplicate, | |
| morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, | |
| poorly drawn face, mutation, deformed, blurry, bad anatomy, bad | |
| proportions, cloned face, disfigured, out of frame, extra limbs, bad | |
| anatomy, gross proportions, malformed limbs, missing arms, missing legs, | |
| extra arms, extra legs, mutated hands, fused fingers, too many fingers, | |
| long neck, text, letters, signature, web address, copyright name, | |
| username, error, extra digit, fewer digits, loadscreen, grid, stock image, | |
| a stock photo, promo poster, fat, text, logo, brand, watermark, water | |
| mark, low quality, | |
| widget: | |
| - text: melaura, girl, hd, pink lips, detailed, age 16, Off-shoulder top | |
| example_title: Off-shoulder top | |
| - text: melaura, girl, hd, shiny cheeks | |
| example_title: shiny cheeks | |
| library_name: diffusers | |