-
Couldn't load subscription status.
- Fork 6.5k
Improve control net block index for sd3 #9758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
a0d199a
48b4b62
d1a1ebe
bd32b2b
a7ffec7
235b800
50b4db9
933ecf3
9d33417
cd3069c
e40bd61
4c1d293
d8006c3
b4983cb
5f560ca
570558b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,6 +102,7 @@ venv/ | |
| ENV/ | ||
| env.bak/ | ||
| venv.bak/ | ||
| myenv/ | ||
|
|
||
| # Spyder project settings | ||
| .spyderproject | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,7 +77,7 @@ def get_dummy_components(self): | |
| sample_size=32, | ||
| patch_size=1, | ||
| in_channels=8, | ||
| num_layers=1, | ||
| num_layers=3, | ||
|
||
| attention_head_dim=8, | ||
| num_attention_heads=4, | ||
| joint_attention_dim=32, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done