Instructions to use pseudotools/controlnet-diffusion-pytorch-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pseudotools/controlnet-diffusion-pytorch-model with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("pseudotools/controlnet-diffusion-pytorch-model") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 937 Bytes
1a4a510 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
tags:
- safetensors
- controlnet
- pseudocomfy
- pseudorandom
record_id: in_progress
category: controlnet
source_reference: "https://huggingface.co/pseudotools/pseudocomfy-models/blob/main/controlnet/diffusion_pytorch_model.safetensors"
artifact_file: "diffusion_pytorch_model.safetensors"
attribution_name: in_progress
attribution_url: in_progress
license_id: in_progress
license_url: in_progress
reviewer: in_progress
reviewed_at: in_progress
risk_severity: in_progress
evidence_completeness: low
evidence_reliability: unknown
---
# ControlNet Diffusion PyTorch Model
## License Findings
**In progress.** License terms, permitted use, redistribution, and attribution requirements have not yet been verified.
## Evidence
**In progress.** Source, licensing, lineage, and training-data evidence is being collected.
## Rationale
**In progress.** No risk severity will be assigned until the required evidence review is complete.
|