image2image skills

4 tagged image2image, measured the same way as everything else here.

custom-blocks

01

huggingface/diffusers

Skill Claude CodeCodex

Use when the user has written (or wants to write) a ModularPipelineBlocks subclass in a local Python file and needs to package it into a Hub-uploadable directory. Covers the workflow from a single block.py file to a published custom-block repo that consumers can load via ModularPipeline.frompretrained( …

34k 2d ago A 79 tokens original Apache-2.0

diffusers-cli

02

huggingface/diffusers

Skill Claude CodeCodex

Use when the user wants to run a diffusers pipeline from a terminal (one-off generation, batch jobs, smoke-testing a new model), run on HF Sandbox hardware via --remote, introspect a pipeline's input schema before calling it, or attach a LoRA at inference time. Prefer this over writing ad-hoc Python scripts for…

34k 2d ago A 75 tokens original Apache-2.0

model-integration

03

huggingface/diffusers

Skill Claude CodeCodex

Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an already-supported model.

34k 2d ago A 45 tokens original Apache-2.0