File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/source/en/api/pipelines/stable_diffusion Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -320,11 +320,11 @@ import torch
320320from diffusers import SD3Transformer2DModel, StableDiffusion3Pipeline
321321
322322transformer = SD3Transformer2DModel.from_single_file(
323- " https://huggingface.co/stabilityai/stable-diffusion-3- 5-large/blob/main/sd3.5_large.safetensors" ,
323+ " https://huggingface.co/stabilityai/stable-diffusion-3. 5-large-turbo /blob/main/sd3.5_large.safetensors" ,
324324 torch_dtype = torch.bfloat16,
325325)
326326pipe = StableDiffusion3Pipeline.from_pretrained(
327- " stabilityai/stable-diffusion-3- 5-large" ,
327+ " stabilityai/stable-diffusion-3. 5-large" ,
328328 transformer = transformer,
329329 torch_dtype = torch.bfloat16,
330330)
Original file line number Diff line number Diff line change 115115 "pretrained_model_name_or_path" : "stabilityai/stable-diffusion-3-medium-diffusers" ,
116116 },
117117 "sd35_large" : {
118- "pretrained_model_name_or_path" : "stabilityai/stable-diffusion-3- 5-large" ,
118+ "pretrained_model_name_or_path" : "stabilityai/stable-diffusion-3. 5-large" ,
119119 },
120120 "sd35_large_turbo" : {
121- "pretrained_model_name_or_path" : "stabilityai/stable-diffusion-3- 5-large-turbo" ,
121+ "pretrained_model_name_or_path" : "stabilityai/stable-diffusion-3. 5-large-turbo" ,
122122 },
123123 "animatediff_v1" : {"pretrained_model_name_or_path" : "guoyww/animatediff-motion-adapter-v1-5" },
124124 "animatediff_v2" : {"pretrained_model_name_or_path" : "guoyww/animatediff-motion-adapter-v1-5-2" },
You can’t perform that action at this time.
0 commit comments