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

  • Log In
  • Sign Up

imagepipeline
/
Fashion

Text-to-Image
Diffusers
imagepipeline
imagepipeline.io
ultra-realistic
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use imagepipeline/Fashion 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("imagepipeline/Fashion")
    
    prompt = "anime, graphic novel style, girl with pink pigtails wearing a blue vand white frock eating an ice-cream"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Fashion
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
7iFiNalBoSS's picture
7iFiNalBoSS
Update README.md
7eab5e0 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • 39db1bcc-5106-4315-800d-1e8b360729af.safetensors
    613 MB
    xet
    Upload 39db1bcc-5106-4315-800d-1e8b360729af.safetensors with huggingface_hub over 1 year ago
  • README.md
    823 Bytes
    Update README.md over 1 year ago