"examples/t2i_adapter/train_t2i_adapter_sdxl.py" did not exist on "f20c8f5a1aba27f5972cad50516f18ba516e4d9e"
- 09 Nov, 2012 1 commit
-
-
Jesse Beder authored
-
- 11 Jan, 2012 1 commit
-
-
Jesse Beder authored
-
- 01 Nov, 2011 1 commit
-
-
Jesse Beder authored
-
- 06 Sep, 2011 1 commit
-
-
Jesse Beder authored
Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler)
-
- 02 Mar, 2011 1 commit
-
-
Jesse Beder authored
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
-
- 31 Jan, 2011 1 commit
-
-
Jesse Beder authored
Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor)
-
- 12 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 04 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Oct, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 19 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 02 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 30 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 22 May, 2009 1 commit
-
-
Jesse Beder authored
-
- 01 Feb, 2009 1 commit
-
-
Jesse Beder authored
Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x).
-
- 27 Jan, 2009 1 commit
-
-
Jesse Beder authored
-
- 03 Sep, 2008 1 commit
-
-
Jesse Beder authored
-
- 07 Aug, 2008 1 commit
-
-
Jesse Beder authored
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
-
- 14 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 10 Jul, 2008 1 commit
-
-
Jesse Beder authored
Updated some of the character-in-scalar rules.
-
- 30 Jun, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 29 Jun, 2008 2 commits
-
-
Jesse Beder authored
Moved the input stream, together with line/column info, into its own class, which allowed some other stuff just to pass the stream, and not have to be a member of Scanner.
-
Jesse Beder authored
No commit message
-
- 28 Jun, 2008 1 commit
-
-
Jesse Beder authored
-
- 27 Jun, 2008 5 commits
-
-
Jesse Beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-
Jesse Beder authored
Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.
-
Jesse Beder authored
Added stream input to the regular expressions, greatly simplifying the usage (in particular, we no longer have to specify the number of characters to be checked).
-
Jesse Beder authored
Wrote a simplified regular expression parser to make life easier (it only does single matches; i.e., no one-or-more matches, etc.). Fixed some of the whitespace/line break matching.
-
Jesse Beder authored
Also messed around with multiple character peeking on the input, and got something working.
-
- 26 Jun, 2008 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
We're now using exceptions for errors, and scanning/pushing tokens is exception-safe (using a set of "limbo tokens").
-
Jesse Beder authored
-