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

ginipick
/
flux-lora-eric-cat

Text-to-Image
Diffusers
Trained with AutoTrain
spacerunner
flux
lora
template:sd-lora
Model card Files Files and versions
xet
Community
4

Instructions to use ginipick/flux-lora-eric-cat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ginipick/flux-lora-eric-cat 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("ginipick/flux-lora-eric-cat")
    
    prompt = "eric cat style, sunglassed with cat"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-lora-eric-cat
183 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
ginipick's picture
ginipick
Update README.md
c82cfae verified over 1 year ago
  • samples
    Upload b6a0866c-24e8-4fe3-a830-be14f26915f6.jpg over 1 year ago
  • .gitattributes
    1.93 kB
    Upload 12 files over 1 year ago
  • README.md
    2.05 kB
    Update README.md over 1 year ago
  • flux-lora-eric-cat.safetensors
    172 MB
    xet
    Upload folder using huggingface_hub over 1 year ago