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

  • Log In
  • Sign Up

den123
/
StyleS

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

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

  • Libraries
  • Diffusers

    How to use den123/StyleS 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("den123/StyleS")
    
    prompt = "cute illustration of cat , sitting on chair in kitchen, sharpen edge, illustration"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
StyleS / images
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
den123's picture
den123
Add generated example (#6)
fcce49e verified over 1 year ago
  • example_hs7x1zzao.png
    58.4 kB
    xet
    Add generated example (#3) over 1 year ago
  • example_i9v1pq9sb.png
    59 kB
    xet
    Add generated example (#4) over 1 year ago
  • example_mpux80uk4.png
    52 kB
    xet
    Add generated example (#2) over 1 year ago
  • example_omfn0ufab.png
    109 kB
    xet
    Add generated example (#1) over 1 year ago
  • example_zg9qnnvnw.png
    54.9 kB
    xet
    Add generated example (#6) over 1 year ago