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

dtthanh
/
uncle_dao_lora

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

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

  • Libraries
  • Diffusers

    How to use dtthanh/uncle_dao_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("dtthanh/uncle_dao_lora")
    
    prompt = "uncda0"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
uncle_dao_lora / samples
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dtthanh's picture
dtthanh
Upload folder using huggingface_hub
7e58537 verified almost 2 years ago
  • 1723688805501__000000000_0.jpg
    114 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 1723689326429__000000250_0.jpg
    93.7 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 1723689843505__000000500_0.jpg
    113 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 1723690362734__000000750_0.jpg
    110 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 1723690877957__000001000_0.jpg
    112 kB
    Upload folder using huggingface_hub almost 2 years ago