Skip to content

Commit 270223e

Browse files
authored
Merge branch 'main' into fibo-edit-pipeline
2 parents 005fd4c + 29b15f4 commit 270223e

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl_img2img.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
>>> from diffusers import ControlNetModel, StableDiffusionXLControlNetImg2ImgPipeline, AutoencoderKL
8585
>>> from diffusers.utils import load_image
8686
87-
8887
>>> depth_estimator = DPTForDepthEstimation.from_pretrained("Intel/dpt-hybrid-midas").to("cuda")
8988
>>> feature_extractor = DPTImageProcessor.from_pretrained("Intel/dpt-hybrid-midas")
9089
>>> controlnet = ControlNetModel.from_pretrained(

src/diffusers/pipelines/hidream_image/pipeline_hidream_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
>>> from transformers import AutoTokenizer, LlamaForCausalLM
5454
>>> from diffusers import HiDreamImagePipeline
5555
56-
5756
>>> tokenizer_4 = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
5857
>>> text_encoder_4 = LlamaForCausalLM.from_pretrained(
5958
... "meta-llama/Meta-Llama-3.1-8B-Instruct",

src/diffusers/pipelines/pag/pipeline_pag_controlnet_sd_xl_img2img.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
>>> from diffusers import ControlNetModel, StableDiffusionXLControlNetPAGImg2ImgPipeline, AutoencoderKL
8686
>>> from diffusers.utils import load_image
8787
88-
8988
>>> depth_estimator = DPTForDepthEstimation.from_pretrained("Intel/dpt-hybrid-midas").to("cuda")
9089
>>> feature_extractor = DPTFeatureExtractor.from_pretrained("Intel/dpt-hybrid-midas")
9190
>>> controlnet = ControlNetModel.from_pretrained(

src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_latent_upscale.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ def __call__(
459459
>>> from diffusers import StableDiffusionLatentUpscalePipeline, StableDiffusionPipeline
460460
>>> import torch
461461
462-
463462
>>> pipeline = StableDiffusionPipeline.from_pretrained(
464463
... "CompVis/stable-diffusion-v1-4", torch_dtype=torch.float16
465464
... )

0 commit comments

Comments
 (0)