Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
7f43f652
Unverified
Commit
7f43f652
authored
Feb 26, 2023
by
Will Berman
Committed by
GitHub
Feb 26, 2023
Browse files
image_noiser -> image_normalizer comment (#2496)
parent
6960e722
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img.py
...elines/stable_diffusion/pipeline_stable_unclip_img2img.py
+1
-1
No files found.
src/diffusers/pipelines/stable_diffusion/pipeline_stable_unclip_img2img.py
View file @
7f43f652
...
@@ -169,7 +169,7 @@ class StableUnCLIPImg2ImgPipeline(DiffusionPipeline):
...
@@ -169,7 +169,7 @@ class StableUnCLIPImg2ImgPipeline(DiffusionPipeline):
device
=
torch
.
device
(
f
"cuda:
{
gpu_id
}
"
)
device
=
torch
.
device
(
f
"cuda:
{
gpu_id
}
"
)
# TODO: self.image_no
is
er.{scale,unscale} are not covered by the offload hooks, so they fails if added to the list
# TODO: self.image_no
rmaliz
er.{scale,unscale} are not covered by the offload hooks, so they fails if added to the list
models
=
[
models
=
[
self
.
image_encoder
,
self
.
image_encoder
,
self
.
text_encoder
,
self
.
text_encoder
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment