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

BiliSakura
/
CRS-Diff

Text-to-Image
Diffusers
Safetensors
English
CRSDiffPipeline
remote-sensing
diffusion
controlnet
custom-pipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use BiliSakura/CRS-Diff with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("BiliSakura/CRS-Diff")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
CRS-Diff / crs_core /modules
84.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
BiliSakura's picture
BiliSakura
Add files using upload-large-folder tool
b6acc0a verified 2 months ago
  • diffusionmodules
    Add files using upload-large-folder tool 2 months ago
  • distributions
    Add files using upload-large-folder tool 2 months ago
  • __init__.py
    0 Bytes
    Add files using upload-large-folder tool 2 months ago
  • attention.py
    11.8 kB
    Add files using upload-large-folder tool 2 months ago