Skip to content

Commit

Permalink
Update structural-conditioning.md to include a diffusers note (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul authored Jan 9, 2025
1 parent 140cbfb commit 98023b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/structural-conditioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ python -m src.flux.cli_control --loop --name <name>
```

where `name` is one of `flux-dev-canny`, `flux-dev-depth`, `flux-dev-canny-lora`, or `flux-dev-depth-lora`.

## Diffusers usage

Flux Control (including the LoRAs) is also compatible with the `diffusers` Python library. Check out the [documentation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux) to learn more.

0 comments on commit 98023b5

Please sign in to comment.