Qiacheng Li
|
3250df9cd6
|
Merge branch 'develop' into control_net
|
2023-10-20 02:41:46 -07:00 |
|
Qiacheng
|
323cecc4c3
|
change controlnet pipe to use from_single_file() instead of from_pretrained()
|
2023-10-18 15:02:52 -07:00 |
|
Qiacheng Li
|
bebe13671b
|
Merge branch 'develop' into sdxl
|
2023-09-27 11:01:46 -07:00 |
|
Qiacheng
|
13655a99e1
|
ruff fix
|
2023-09-27 11:31:55 -07:00 |
|
Qiacheng
|
54462be0ac
|
ruff fix
|
2023-09-27 11:25:44 -07:00 |
|
Qiacheng
|
c5eb71b707
|
added workaround for BUILD_MAP_UNPACK_WITH_CALL in torch
|
2023-09-26 20:23:53 -07:00 |
|
ynimmaga
|
dd04a61ece
|
Merged changes from SDXL branch
|
2023-09-20 17:11:30 -07:00 |
|
ynimmaga
|
fcbbb755c2
|
Added multi control net support
|
2023-09-18 18:31:39 -07:00 |
|
Qiacheng
|
70c05eb560
|
temp workaround for control net
|
2023-09-15 13:30:22 -07:00 |
|
Qiacheng
|
0645b17f69
|
update diffusers to 0.21.1, remove from_single_file hijack
|
2023-09-15 13:24:23 -07:00 |
|
Qiacheng
|
f9d8e92821
|
fix SDXL pixel artifact related to invisible-watermark
|
2023-09-11 05:06:54 -07:00 |
|
Steve
|
10190ac52f
|
Add support for negative prompt weighting
|
2023-09-08 17:21:38 +01:00 |
|
Qiacheng
|
8466399a81
|
add support for prompt weighting
|
2023-09-07 18:36:19 -07:00 |
|
Qiacheng Li
|
28764b8102
|
fix xl img2img pipeline syntax
|
2023-09-06 21:00:24 -07:00 |
|
Qiacheng Li
|
021beec0fd
|
Merge branch 'develop' into sdxl
|
2023-09-06 18:49:01 -07:00 |
|
Qiacheng
|
2971758be6
|
initial support for SDXL, LoRA, and Control_Net
|
2023-09-06 18:37:55 -07:00 |
|
Qiacheng
|
c8057f4232
|
initial support for SDXL, LoRA, and Control_Net
|
2023-09-06 18:35:33 -07:00 |
|
Qiacheng
|
22682b3f29
|
merge changes from upstream repo
|
2023-09-06 14:49:57 -07:00 |
|
ynimmaga
|
6a1281d347
|
Added list of images for control net processed images
|
2023-09-05 18:34:30 -07:00 |
|
AUTOMATIC1111
|
738e133b24
|
Merge pull request #12818 from catboxanon/sgm
Add option to align with sgm repo's sampling implementation
|
2023-08-29 08:54:32 +03:00 |
|
AUTOMATIC1111
|
f331821b27
|
Merge pull request #12780 from catboxanon/xyz-hide-samplers
Don't show hidden samplers in dropdown for XYZ script
|
2023-08-27 09:45:06 +03:00 |
|
Qiacheng
|
7e4dd8ff28
|
fix v1.5 usage
|
2023-08-23 17:24:47 -07:00 |
|
ynimmaga
|
24f2c7da05
|
Added lora name in cached file name
|
2023-08-22 21:06:49 -07:00 |
|
Qiacheng
|
7e74f55cd7
|
initial support for xl refiner, and re-defined XL pipeline
|
2023-08-22 12:42:43 -07:00 |
|
ynimmaga
|
78480d8762
|
Merged changes from master
|
2023-08-21 17:50:25 -07:00 |
|
ynimmaga
|
a852ada47e
|
Caching improvements for control net
|
2023-08-21 17:15:17 -07:00 |
|
w-e-w
|
9dce2aa735
|
add RNG source to XYZ
|
2023-08-21 23:08:47 +09:00 |
|
Qiacheng
|
b079f0b2c8
|
fix refiner pipe for sdxl, added invisible-watermark in requirements
|
2023-08-20 22:49:06 -07:00 |
|
Qiacheng
|
b323ea81dc
|
initial sdxl support
|
2023-08-20 01:41:58 -07:00 |
|
Qiacheng
|
ba03151d05
|
initial sdxl support
|
2023-08-20 01:38:03 -07:00 |
|
w-e-w
|
ae17c775dc
|
fix xyz swap axes
make csv_string_to_list_strip function
|
2023-08-20 14:29:26 +09:00 |
|
Qiacheng
|
8b51b9781a
|
recompile=1 when custom_vae is changed
|
2023-08-19 16:14:44 -07:00 |
|
Qiacheng
|
bf28a375bb
|
change recompile=1 when custom_vae is changed
|
2023-08-19 16:11:16 -07:00 |
|
Qiacheng Li
|
942a7b3b16
|
update diffusers to 0.20.0 and added custom vae function
|
2023-08-18 17:02:50 -07:00 |
|
Qiacheng Li
|
cc849e1723
|
Added fixes for loading checkpoint config and checkpoint switching
|
2023-08-18 00:16:35 -07:00 |
|
ynimmaga
|
7eb98ef5be
|
Added torch.compile support for controlnet
|
2023-08-15 21:30:35 -07:00 |
|
AUTOMATIC1111
|
bc61ad9ec8
|
Merge pull request #12564 from catboxanon/feat/img2img-noise
Add extra noise param for img2img operations
|
2023-08-15 09:50:20 +03:00 |
|
catboxanon
|
371b24b17c
|
Add extra img2img noise
|
2023-08-15 02:19:19 -04:00 |
|
AUTOMATIC1111
|
7e77a38cbc
|
get XYZ plot to work with recent changes to refined specified in fields of p rather than in settings
|
2023-08-15 08:27:50 +03:00 |
|
AUTOMATIC1111
|
d6b79b9963
|
Merge pull request #12476 from AnyISalIn/dev
xyz_grid: support refiner_checkpoint and refiner_switch_at
|
2023-08-15 08:26:38 +03:00 |
|
ynimmaga
|
e2eac53651
|
Added refresh button for config files
|
2023-08-14 11:20:25 -07:00 |
|
ynimmaga
|
3691141e61
|
Initial control net optimization
|
2023-08-13 22:40:48 -07:00 |
|
w-e-w
|
0e3bac8132
|
rephrase and move
|
2023-08-13 14:09:38 +09:00 |
|
w-e-w
|
dc5b5ee9c6
|
properly convert this into CSV string
|
2023-08-13 02:21:04 +09:00 |
|
w-e-w
|
299eb54308
|
pass csv_mode
|
2023-08-13 02:17:13 +09:00 |
|
w-e-w
|
8d9ca46e0a
|
convert value when switching mode
|
2023-08-13 02:05:20 +09:00 |
|
w-e-w
|
7a68ac6615
|
rename to csv mode
|
2023-08-12 23:40:05 +09:00 |
|
w-e-w
|
f131f84e13
|
dropdown mode chackbox
|
2023-08-12 23:26:25 +09:00 |
|
w-e-w
|
fd617fad00
|
Redundant character escape '\]' in RegExp
|
2023-08-12 22:24:59 +09:00 |
|
w-e-w
|
d20eb11c9e
|
format
|
2023-08-12 22:24:00 +09:00 |
|