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

DamarJati
/
melaura-v1

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

Instructions to use DamarJati/melaura-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use DamarJati/melaura-v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("DamarJati/melaura-v1", 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
melaura-v1
6.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
DamarJati's picture
DamarJati
Update README.md
7bf4b6b almost 3 years ago
  • feature_extractor
    Upload folder using huggingface_hub almost 3 years ago
  • image
    Rename image/images_21.png to image/images_1.png almost 3 years ago
  • samples
    Upload folder using huggingface_hub almost 3 years ago
  • scheduler
    Upload folder using huggingface_hub almost 3 years ago
  • text_encoder
    Update text_encoder/config.json almost 3 years ago
  • tokenizer
    Upload folder using huggingface_hub almost 3 years ago
  • unet
    Upload folder using huggingface_hub almost 3 years ago
  • vae
    Upload folder using huggingface_hub almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    5.31 kB
    Update README.md almost 3 years ago
  • args.json
    1.68 kB
    Upload folder using huggingface_hub almost 3 years ago
  • model.ckpt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.HalfStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    2.13 GB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • model_index.json
    544 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • v1-inference.yaml
    1.87 kB
    Upload folder using huggingface_hub almost 3 years ago