Text-to-Image
Diffusers
TensorBoard
Safetensors
diffusion
stable-diffusion
stable-diffusion-3
controlnet
causal-inference
counterfactual-generation
causal-adapter
Instructions to use LeiTong/Causal-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LeiTong/Causal-Adapter with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("LeiTong/Causal-Adapter") pipe = StableDiffusionControlNetPipeline.from_pretrained( "lambda/miniSD-diffusers,stabilityai/stable-diffusion-3-medium-diffusers", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!