Redstone1024
Redstone1024 pushed to master at Redstone1024/MecanumVehicle 2023-10-28 13:34:05 +00:00
4de07e1988 初始化提交
Redstone1024 pushed to master at StableDiffusion/WebUI 2023-08-09 17:30:36 +00:00
1a59e4dacd replace download source
68f336bd99 Merge branch 'release_candidate'
50973ec77c update the changelog
f82e08cf45 update lora extension to work with python 3.8
3039925b27 update readme
Compare 1298 commits »
Redstone1024 pushed to master at StableDiffusion/WebUI 2023-04-11 11:13:49 +00:00
22bcc7be42 attempted fix for infinite loading for settings that some people experience
3856ada5cc do not add mask blur to infotext if there is no mask
433b3ab701 Revert "Merge pull request #7931 from space-nuko/img2img-enhance"
4268759370 Merge pull request #7931 from space-nuko/img2img-enhance
1b63afbedc sort hypernetworks and checkpoints by name
Compare 589 commits »
Redstone1024 pushed to master at StableDiffusion/KohyaSS 2023-04-04 11:49:19 +00:00
9c8c480f8e Merge pull request #527 from bmaltais/dev
adad3272dc Update readme
0fd5fbc0f8 Merge branch 'dev' of https://github.com/bmaltais/kohya_ss into dev
12010c2c9c Update readme
affce575a0 Merge pull request #524 from jstayco/macOS_x86_detection
Compare 10 commits »
Redstone1024 created branch master in StableDiffusion/KohyaSS 2023-04-04 11:49:17 +00:00
Redstone1024 created repository StableDiffusion/KohyaSS 2023-04-04 11:48:49 +00:00
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-03-22 14:28:21 +00:00
19dc46364a refactor(*): use CAllocatableObject instead of CElementalObject
ff155e23de feat(memory): add CMultipleAllocator for non-contiguous containers
3d951a80db fix(containers): fix assertion when TBitset cannot be represented by uint64
5b7a90cd0b fix(containers): fix operator&= operator|= and operator^= of TBitset
Compare 4 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-03-15 15:16:13 +00:00
1b33d3b166 feat(containers): add TStaticBitset and the corresponding testing
5021171324 fix(containers): remove operator<=> of TBitset because its order is not defined
1daf90adee fix(containers): fix operator<=> of TArray and TStaticArray to compare lexicographically
Compare 3 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-03-13 13:50:22 +00:00
dd8b698bb3 feat(containers): enable TBitset to support custom block type
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-03-12 15:18:37 +00:00
432b6e0a6b feat(containers): add TBitset and the corresponding testing
9045f9b3b2 refactor(*): fix EBO issues and remove NAMESPACE_PRIVATE about containers
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-03-02 15:03:33 +00:00
5c91059203 refactor(memory): add allocator EBO helper macro and use it for TInlineAllocator
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-03-02 14:56:46 +00:00
84bf411752 refactor(memory): add allocator EBO helper macro and use it for TInlineAllocator
7a8a1648d1 feat(containers): add TArray::Reference and TArray::ConstReference etc
a15ff69809 refactor(memory): remove FDefaultAllocator and directly specify a specific
40d27eece6 refactor(containers): add the CElementalObject concept to constrain elements
Compare 4 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-26 13:56:34 +00:00
c8650b4aa5 feat(containers): add TArrayView and use TObserverPtr instead of raw pointer
343ff8d240 refactor(templates): refactor the return value of GetData() to TObserverPtr
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-24 15:00:26 +00:00
e9f780622f feat(containers): add TStaticArray and operations support
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-22 15:38:08 +00:00
9debe74b32 refactor(*): remove constexpr for containers and allocators
e8c9f9cc23 feat(memory): add TInlineAllocator and the corresponding testing
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-21 15:40:45 +00:00
bc3cc3d2cc feat(containers): add helper functions like MakeReverseIterator() etc
02cdce39e2 feat(templates): add MakeAny() and fix MakeOptional()
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-19 15:34:05 +00:00
56cc0a4d69 feat(containers): modify the constructor of iterator adapters to be perfect forwarding
4cec973485 feat(containers): add converting move constructor for iterator adaptors
5e64450bce feat(containers): add TFunctionalOutputIterator and operations support
5909d20605 feat(containers): add TFunctionalInputIterator and operations support
f521c2b5d5 fix(templates): fix FNoncopyable to satisfy the CMovable concept
Compare 5 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-16 15:34:42 +00:00
bae95fa438 feat(containers): add TCountedIterator and operations support
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-15 15:41:47 +00:00
4bbb8e395a feat(containers): add ENABLE_RANGE_BASED_FOR_LOOP_SUPPORT macro definition
273be032ec feat(containers): add TMoveIterator and operations support
Compare 2 commits »
Redstone1024 pushed to master at Redstone1024/Redcraft 2023-02-14 15:53:49 +00:00
c4e0528d93 fix(memory): support for creating TUniqueRef object from MakeUnique()