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

  • Log In
  • Sign Up

urgavega
/
ig-model-lora

Text-to-Image
Diffusers
English
flux
lora
replicate
Model card Files Files and versions
xet
Community

Instructions to use urgavega/ig-model-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use urgavega/ig-model-lora 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("urgavega/ig-model-lora")
    
    prompt = "IRINI"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ig-model-lora / samples
494 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
urgavega's picture
urgavega
Upload folder using huggingface_hub
0e9f437 verified over 1 year ago
  • 1725203976073__000000000_0.jpg
    114 kB
    Upload folder using huggingface_hub over 1 year ago
  • 1725204443950__000000250_0.jpg
    103 kB
    Upload folder using huggingface_hub over 1 year ago
  • 1725204910700__000000500_0.jpg
    96.8 kB
    Upload folder using huggingface_hub over 1 year ago
  • 1725205375472__000000750_0.jpg
    98.1 kB
    Upload folder using huggingface_hub over 1 year ago
  • 1725205838193__000001000_0.jpg
    82.3 kB
    Upload folder using huggingface_hub over 1 year ago