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

  • Log In
  • Sign Up

PERFECTTAUNGOO
/
pftu02

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

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

  • Libraries
  • Diffusers

    How to use PERFECTTAUNGOO/pftu02 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("PERFECTTAUNGOO/pftu02")
    
    prompt = "mujired,masterpiece,best quality,4k,mujired,Picture a vast field of richly colored flowers, captured with a vintage film camera aesthetic, giving the image a classic, grainy texture reminiscent of analog photography. In this field, a woman in a dark red, retro-style dress is surrounded by a sea of dense blooms, all in varying shades of red, burgundy, and purple. The flowers fill the scene completely, with no visible foliage, creating an impression of a timeless, endless floral expanse. The colors are slightly muted and the contrasts softened, as if faded over time, to enhance the nostalgic, film-like quality of the photograph. lora:mujired_20240406223507:0.9"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
pftu02
45.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
PERFECTTAUNGOO's picture
PERFECTTAUNGOO
Add 3 files
bdd8f88 verified over 1 year ago
  • images
    Add 3 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    4.7 kB
    initial commit over 1 year ago
  • pftu02.safetensors
    37.9 MB
    xet
    Add 3 files over 1 year ago