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

  • Log In
  • Sign Up

hooh777
/
output_model

Text-to-Image
Diffusers
diffusers-training
lora
flux
flux-diffusers
template:sd-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use hooh777/output_model 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("hooh777/output_model")
    
    prompt = "a photo of sks person"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
output_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hooh777's picture
hooh777
End of training
2439a60 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    2.84 kB
    End of training 11 months ago
  • output_model_emb.safetensors
    3.15 kB
    xet
    End of training 11 months ago
  • pytorch_lora_weights.safetensors
    44.9 MB
    xet
    End of training 11 months ago