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

  • Log In
  • Sign Up

BiliSakura
/
HSIGene

Image-to-Image
Diffusers
Safetensors
HSIGenePipeline
hsigene
hyperspectral
latent-diffusion
controlnet
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use BiliSakura/HSIGene with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("BiliSakura/HSIGene")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
HSIGene / metadata_encoder
11.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
BiliSakura's picture
BiliSakura
Add files using upload-large-folder tool
0f6be63 verified 2 months ago
  • __pycache__
    Add files using upload-large-folder tool 2 months ago
  • __init__.py
    153 Bytes
    Add files using upload-large-folder tool 2 months ago
  • config.json
    135 Bytes
    Add files using upload-large-folder tool 2 months ago
  • diffusion_pytorch_model.safetensors
    11.5 MB
    xet
    Add files using upload-large-folder tool 2 months ago
  • model.py
    2.65 kB
    Add files using upload-large-folder tool 2 months ago