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

  • Log In
  • Sign Up

fyp1
/
sketchToImage

Image-to-Image
Diffusers
Safetensors
stable-diffusion
controlnet
scheduler
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use fyp1/sketchToImage with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("fyp1/sketchToImage")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
sketchToImage / scheduler
681 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
fyp1's picture
fyp1
Upload scheduler_config.json
3479296 verified over 1 year ago
  • hey.txt
    0 Bytes
    Create scheduler/hey.txt over 1 year ago
  • scheduler_config.json
    681 Bytes
    Upload scheduler_config.json over 1 year ago