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

alvdansen
/
flux-koda

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

Instructions to use alvdansen/flux-koda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use alvdansen/flux-koda 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("alvdansen/flux-koda")
    
    prompt = "woman, flmft kodachrome style"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

add AIBOM

#6 opened 12 months ago by
RiccardoDav

See through clothing, reveal boobs

#5 opened over 1 year ago by
Dee11111

Can you share some training details?

1
#4 opened over 1 year ago by
YGSC

Great Lora

1
#3 opened almost 2 years ago by
roelfrenkema

hoiw can i use your model i am using access token api still receives permission error do i need permission from you to access these models?

2
#2 opened almost 2 years ago by
anonymousdark

Good work!

👍 2
1
#1 opened almost 2 years ago by
CHNtentes
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs