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

akshan-main
/
modular-sdxl-upscale

Diffusers
modular-diffusers
stable-diffusion-xl
upscale
tiling
multidiffusion
controlnet
Model card Files Files and versions
xet
Community

Instructions to use akshan-main/modular-sdxl-upscale with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use akshan-main/modular-sdxl-upscale with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("akshan-main/modular-sdxl-upscale")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
modular-sdxl-upscale
62.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
akshan-main's picture
akshan-main
Upload README.md with huggingface_hub
4016ef5 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    8.32 kB
    Upload README.md with huggingface_hub about 1 month ago
  • block.py
    50.2 kB
    Upload block.py with huggingface_hub about 2 months ago
  • modular_config.json
    89 Bytes
    Upload modular_config.json with huggingface_hub about 2 months ago
  • modular_model_index.json
    2.34 kB
    Upload modular_model_index.json with huggingface_hub about 1 month ago