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
| 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. | |