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
Add verified file size and checksum evidence
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ requirement: "diffusion_pytorch_model.safetensors"
|
|
| 10 |
record_id: "pseudotools/controlnet-diffusion-pytorch-model"
|
| 11 |
provenance:
|
| 12 |
download_url: "https://huggingface.co/pseudotools/controlnet-diffusion-pytorch-model/resolve/main/diffusion_pytorch_model.safetensors?download=true"
|
| 13 |
-
size_bytes:
|
| 14 |
license_id: null
|
| 15 |
license_url: null
|
| 16 |
attribution_name: null
|
|
@@ -18,7 +18,7 @@ provenance:
|
|
| 18 |
reviewer: null
|
| 19 |
reviewed_at: null
|
| 20 |
license_findings: null
|
| 21 |
-
evidence:
|
| 22 |
rationale: null
|
| 23 |
risk_severity: -1
|
| 24 |
evidence_completeness: -1
|
|
@@ -29,6 +29,6 @@ provenance:
|
|
| 29 |
## License Findings
|
| 30 |
**In progress.** License terms, permitted use, redistribution, and attribution requirements have not yet been verified.
|
| 31 |
## Evidence
|
| 32 |
-
**
|
| 33 |
## Rationale
|
| 34 |
**In progress.** No risk severity will be assigned until the required evidence review is complete.
|
|
|
|
| 10 |
record_id: "pseudotools/controlnet-diffusion-pytorch-model"
|
| 11 |
provenance:
|
| 12 |
download_url: "https://huggingface.co/pseudotools/controlnet-diffusion-pytorch-model/resolve/main/diffusion_pytorch_model.safetensors?download=true"
|
| 13 |
+
size_bytes: 2502139136
|
| 14 |
license_id: null
|
| 15 |
license_url: null
|
| 16 |
attribution_name: null
|
|
|
|
| 18 |
reviewer: null
|
| 19 |
reviewed_at: null
|
| 20 |
license_findings: null
|
| 21 |
+
evidence: "Repository file record (identity, size, and checksum): https://huggingface.co/pseudotools/controlnet-diffusion-pytorch-model/blob/main/diffusion_pytorch_model.safetensors; SHA256: c8127be9f174101ebdafee9964d856b49b634435cf6daa396d3f593cf0bbbb05; Xet hash: 6e554eb82332833eeb5e6d083a40c2e71a539acae636225f9e165ec2c1b27a2a."
|
| 22 |
rationale: null
|
| 23 |
risk_severity: -1
|
| 24 |
evidence_completeness: -1
|
|
|
|
| 29 |
## License Findings
|
| 30 |
**In progress.** License terms, permitted use, redistribution, and attribution requirements have not yet been verified.
|
| 31 |
## Evidence
|
| 32 |
+
**Verified repository facts.** The model card metadata records the repository-local file URL, exact byte size, SHA-256 checksum, and Xet hash. License, attribution, lineage, and training-data evidence are still being collected.
|
| 33 |
## Rationale
|
| 34 |
**In progress.** No risk severity will be assigned until the required evidence review is complete.
|