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

  • Log In
  • Sign Up

GeorgeQi
/
SDXL-Shadow_Generation

Diffusers
Safetensors
SDXL
controlnet
shadow generation
Model card Files Files and versions
xet
Community

Instructions to use GeorgeQi/SDXL-Shadow_Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use GeorgeQi/SDXL-Shadow_Generation with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("GeorgeQi/SDXL-Shadow_Generation")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
SDXL-Shadow_Generation
5.01 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
GeorgeQi's picture
GeorgeQi
Update generate_shadow_main.py
de27f8f verified about 1 year ago
  • pictures
    upload results about 1 year ago
  • shadow_checkpoint
    upload checkpoints about 1 year ago
  • test_images
    upload test images about 1 year ago
  • .gitattributes
    2.18 kB
    upload test images about 1 year ago
  • README.md
    1.43 kB
    Update README.md about 1 year ago
  • app_shadow_generation_gradio.py
    3.5 kB
    Upload 3 files about 1 year ago
  • generate_shadow_main.py
    7.42 kB
    Update generate_shadow_main.py about 1 year ago
  • shadow_utils.py
    1.83 kB
    Upload 3 files about 1 year ago