Skip to content

Commit 872b78f

Browse files
committed
runwayml take-down make change to sd-legacy
1 parent a24d368 commit 872b78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/pipelines/controlnet/pipeline_flax_controlnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
... "lllyasviel/sd-controlnet-canny", from_pt=True, dtype=jnp.float32
7676
... )
7777
>>> pipe, params = FlaxStableDiffusionControlNetPipeline.from_pretrained(
78-
... "runwayml/stable-diffusion-v1-5", controlnet=controlnet, revision="flax", dtype=jnp.float32
78+
... "stable-diffusion-v1-5/stable-diffusion-v1-5", controlnet=controlnet, revision="flax", dtype=jnp.float32
7979
... )
8080
>>> params["controlnet"] = controlnet_params
8181
@@ -132,7 +132,7 @@ class FlaxStableDiffusionControlNetPipeline(FlaxDiffusionPipeline):
132132
[`FlaxDPMSolverMultistepScheduler`].
133133
safety_checker ([`FlaxStableDiffusionSafetyChecker`]):
134134
Classification module that estimates whether generated images could be considered offensive or harmful.
135-
Please refer to the [model card](https://huggingface.co/runwayml/stable-diffusion-v1-5) for more details
135+
Please refer to the [model card](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5) for more details
136136
about a model's potential harms.
137137
feature_extractor ([`~transformers.CLIPImageProcessor`]):
138138
A `CLIPImageProcessor` to extract features from generated images; used as inputs to the `safety_checker`.

0 commit comments

Comments
 (0)