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

  • Log In
  • Sign Up

TheLastBen
/
THE_FISH

Text-to-Image
Diffusers
stable-diffusion
lora
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use TheLastBen/THE_FISH with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("TheLastBen/THE_FISH")
    
    prompt = "daiton"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
THE_FISH
159 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
TheLastBen's picture
TheLastBen
multimodalart's picture
multimodalart HF Staff
Update README.md (#1)
2fa41b9 over 2 years ago
  • images
    Delete images/t over 2 years ago
  • .gitattributes
    2.9 kB
    Upload 21 files over 2 years ago
  • README.md
    2.6 kB
    Update README.md (#1) over 2 years ago
  • fish_daiton.safetensors
    116 MB
    xet
    The Fish over 2 years ago