Instructions to use bys2058/SDXL_1114 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bys2058/SDXL_1114 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("bys2058/SDXL_1114") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
controlnet-bys2058/SDXL_1114
These are controlnet weights trained on stabilityai/stable-diffusion-xl-base-1.0 with new type of conditioning.
You can find some example images below.
prompt: The person in the image is a young woman with short black hair. She is wearing glasses and a blue shirt. She is sitting in front of a computer, possibly working or browsing the internet. The room she is in has a potted plant, a TV, and a keyboard nearby.
prompt: The person in the image is a young man with blond hair. He is wearing a red shirt and is smiling for the camera. The man appears to be in a good mood and is likely posing for a picture.

- Downloads last month
- 2
Model tree for bys2058/SDXL_1114
Base model
stabilityai/stable-diffusion-xl-base-1.0