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
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,10 +28,10 @@ widget:
|
|
| 28 |
url: pictures/pic7.png
|
| 29 |
- text: "a product with hard natural shadow, white background"
|
| 30 |
output:
|
| 31 |
-
url: pictures/
|
| 32 |
- text: "a product with floating natural shadow, white background"
|
| 33 |
output:
|
| 34 |
-
url: pictures/
|
| 35 |
base_model:
|
| 36 |
- stabilityai/stable-diffusion-xl-base-1.0
|
| 37 |
license: other
|
|
|
|
| 28 |
url: pictures/pic7.png
|
| 29 |
- text: "a product with hard natural shadow, white background"
|
| 30 |
output:
|
| 31 |
+
url: pictures/pic9.png
|
| 32 |
- text: "a product with floating natural shadow, white background"
|
| 33 |
output:
|
| 34 |
+
url: pictures/pic8.png
|
| 35 |
base_model:
|
| 36 |
- stabilityai/stable-diffusion-xl-base-1.0
|
| 37 |
license: other
|