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

hoanganho0o
/
PMTACADEMY

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use hoanganho0o/PMTACADEMY with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("hoanganho0o/PMTACADEMY")
    
    prompt = "RC Hoang,Vietnamese,hot girl Clothes Fashion 161,This is a high-resolution,color photograph of an Asian woman with fair skin and long,wavy,dark brown hair adorned with a few pink cherry blossoms. She is positioned in a serene outdoor setting,likely during springtime,with the background filled with blooming cherry trees. The soft,pastel pink petals of the blossoms create a dreamy,ethereal atmosphere. The woman's expression is calm and contemplative,her eyes gazing softly to the side.She is dressed in a delicate,off-the-shoulder,pale pink tulle dress that has a ruffled texture,adding a light and airy feel to her attire. The dress is semi-transparent,revealing hints of her shoulders and upper chest,and she is holding it close to her body with both hands. Her makeup is minimal,with a natural,soft look,enhancing her delicate features. The background is softly blurred,emphasizing the subject and creating a dreamy,romantic effect.The overall composition of the photograph is soft and gentle,with a focus on the woman's delicate beauty and the natural beauty of the cherry blossoms. The image is a blend of natural and artistic elements,capturing a moment of serene beauty.,"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
PMTACADEMY
17.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hoanganho0o's picture
hoanganho0o
Rename PMT_ACADEMY_Ultra Realistic V1.0.safetensors to PMT_ACADEMY_Ultra Realistic V12.0.safetensors
cd30d11 verified over 1 year ago
  • images
    Add 2 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • PMT_ACADEMY_Ultra Realistic V12.0.safetensors
    17.1 GB
    xet
    Rename PMT_ACADEMY_Ultra Realistic V1.0.safetensors to PMT_ACADEMY_Ultra Realistic V12.0.safetensors over 1 year ago
  • README.md
    2.03 kB
    initial commit over 1 year ago