mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-18 01:30:02 +00:00
Compare commits
4 Commits
c57e3438cd
...
c97a787a1e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c97a787a1e | ||
|
|
b2abe873a5 | ||
|
|
1bd0b0faf1 | ||
|
|
6447afa4c2 |
@@ -508,7 +508,7 @@ class DownBlock2D(nn.Module):
|
||||
self.resnets = nn.ModuleList(resnets)
|
||||
|
||||
if add_downsample:
|
||||
self.downsamplers = [Downsample2D(out_channels, out_channels=out_channels)]
|
||||
self.downsamplers = nn.ModuleList([Downsample2D(out_channels, out_channels=out_channels)])
|
||||
else:
|
||||
self.downsamplers = None
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ einops==0.7.0
|
||||
bitsandbytes
|
||||
lion-pytorch==0.2.3
|
||||
schedulefree==1.4
|
||||
pytorch-optimizer==3.9.0
|
||||
pytorch-optimizer==3.10.0
|
||||
prodigy-plus-schedule-free==1.9.2
|
||||
prodigyopt==1.1.2
|
||||
tensorboard
|
||||
|
||||
Reference in New Issue
Block a user