Skip to content

Commit

Permalink
Upgrade diffusers and remove workaround (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri authored Nov 3, 2023
1 parent 041302a commit be9d508
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generator_process/actions/load_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _convert_pipe(cache, model, pipe, model_class, half_precision, scheduler, **
# some tasks are not supported by auto pipeline
'DreamTexturesDepth2ImgPipeline',
'StableDiffusionUpscalePipeline',
} and not 'controlnet' in kwargs:
}:
pipe = model_class.from_pipe(pipe, **kwargs)
scheduler.create(pipe)
return pipe
Expand Down
2 changes: 1 addition & 1 deletion requirements/linux-rocm.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diffusers==0.20.2
git+https://github.com/huggingface/diffusers.git@d1222064669a758c476014fb7a09e24a0c907222
invisible-watermark
transformers
accelerate
Expand Down
2 changes: 1 addition & 1 deletion requirements/mac-mps-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diffusers==0.20.2
git+https://github.com/huggingface/diffusers.git@d1222064669a758c476014fb7a09e24a0c907222
invisible-watermark
transformers
accelerate
Expand Down
2 changes: 1 addition & 1 deletion requirements/win-dml.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diffusers==0.20.2
git+https://github.com/huggingface/diffusers.git@d1222064669a758c476014fb7a09e24a0c907222
invisible-watermark
transformers
accelerate
Expand Down
2 changes: 1 addition & 1 deletion requirements/win-linux-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diffusers==0.20.2
git+https://github.com/huggingface/diffusers.git@d1222064669a758c476014fb7a09e24a0c907222
invisible-watermark
transformers
accelerate
Expand Down

0 comments on commit be9d508

Please sign in to comment.