Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Windsander/ADI-Stable-Diffusion
/ functions
Functions
1,024 in github.com/Windsander/ADI-Stable-Diffusion
⨍
Functions
1,024
◇
Types & classes
242
Method
fill_buffer
UTF-32
source/tokenizer/json.hpp:6250
Method
fill_buffer
UTF-16
source/tokenizer/json.hpp:6308
Method
fill_buffer
source/tokenizer/json.hpp:6397
Method
find_closest_timestep_index
(self, time_)
ort_sd_py_imp.py:16
Method
find_closest_timestep_index
source/scheduler/scheduler_base.cc:70
Method
find_min_rank
source/tokenizer/tokenizer_base.cc:268
Method
find_predict_params_at
source/scheduler/scheduler_base.cc:95
Function
from_bson
source/tokenizer/json.hpp:23734
Function
from_cbor
source/tokenizer/json.hpp:23538
Method
from_json
source/tokenizer/json.hpp:5766
Function
from_json_tuple_impl_base
source/tokenizer/json.hpp:4933
Function
from_msgpack
source/tokenizer/json.hpp:23595
Function
from_ubjson
source/tokenizer/json.hpp:23649
Function
front
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
source/tokenizer/json.hpp:21560
Method
generate_output
source/units/model_clip.cc:58
Method
generate_output
source/units/model_unet.cc:67
Method
generate_output
source/units/model_vae.cc:57
Method
generate_sigma_at
source/scheduler/scheduler_base.cc:83
Function
get_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
source/tokenizer/json.hpp:19416
Method
get_avail_token_size
* @details get available customizable token max size, set by config[avail_token_size] * @return always equal to <avail_token_size - 2> */
source/tokenizer/tokenizer_base.cc:109
Method
get_boundary_factor
* @details get <|startoftext|> <|endoftext|> etc. marks multiply, * set by config[major_boundary_factor] * @return <|startoftext|> index in
source/tokenizer/tokenizer_base.cc:145
Method
get_bson_binary
source/tokenizer/json.hpp:9319
Method
get_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
source/tokenizer/json.hpp:9267
Method
get_bson_string
source/tokenizer/json.hpp:9297
Method
get_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
source/tokenizer/json.hpp:10176
Method
get_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
source/tokenizer/json.hpp:10081
Method
get_cbor_float_prefix
source/tokenizer/json.hpp:16205
Method
get_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
source/tokenizer/json.hpp:10214
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
source/tokenizer/json.hpp:9985
Function
get_character
source/tokenizer/json.hpp:6133
Method
get_character
source/tokenizer/json.hpp:6217
Method
get_character
source/tokenizer/json.hpp:6376
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
source/tokenizer/json.hpp:7470
Method
get_data_size
source/base/onnxsd_basic_tools.cc:171
Method
get_decimal_point
return the locale-dependent decimal point
source/tokenizer/json.hpp:7443
Method
get_end_token_index
* @details get <|endoftext|> index in dictionary, set by config[tokenizer_dictionary_at] * @return <|endoftext|> index in dictionary */
source/tokenizer/tokenizer_base.cc:125
Function
get_error_message
return syntax error message
source/tokenizer/json.hpp:8773
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
source/tokenizer/json.hpp:11835
Function
get_impl
source/tokenizer/json.hpp:20813
Method
get_lms_coefficient
python line 135 of scheduling_lms_discrete.py
source/scheduler/scheduler_discrete_lms.cc:38
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
source/tokenizer/json.hpp:10845
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
source/tokenizer/json.hpp:10734
Method
get_msgpack_float_prefix
source/tokenizer/json.hpp:16219
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
source/tokenizer/json.hpp:10867
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
source/tokenizer/json.hpp:10651
Method
get_number
source/tokenizer/json.hpp:11862
Function
get_number_float
return floating-point value
source/tokenizer/json.hpp:8725
Function
get_number_unsigned
source/tokenizer/json.hpp:8719
Method
get_pad_token_index
* @details get token index for padding, its different defined by mode * Examples: * SD - Using <|endoftext|> = 49407 as pad_token_idx
source/tokenizer/tokenizer_base.cc:136
Function
get_position
return position of last read token
source/tokenizer/json.hpp:8741
Function
get_ref
source/tokenizer/json.hpp:20999
Function
get_ref_impl
source/tokenizer/json.hpp:20688
Method
get_shape
source/base/onnxsd_basic_tools.cc:176
Method
get_start_token_index
* @details get <|startoftext|> index in dictionary, set by config[tokenizer_dictionary_at] * @return <|startoftext|> index in dictionary */
source/tokenizer/tokenizer_base.cc:117
Method
get_tensor_type
source/base/onnxsd_basic_tools.cc:181
Function
get_to
source/tokenizer/json.hpp:20987
Method
get_token
get next token from lexer
source/tokenizer/json.hpp:12559
Method
get_ubjson_array
! @return whether array creation completed */
source/tokenizer/json.hpp:11556
Method
get_ubjson_float_prefix
source/tokenizer/json.hpp:16520
Method
get_ubjson_high_precision_number
source/tokenizer/json.hpp:11747
Method
get_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
source/tokenizer/json.hpp:11018
Method
get_ubjson_object
! @return whether object creation completed */
source/tokenizer/json.hpp:11664
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
source/tokenizer/json.hpp:11306
Method
get_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
source/tokenizer/json.hpp:11083
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
source/tokenizer/json.hpp:10923
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
source/tokenizer/json.hpp:11373
Method
get_unified_correction
source/scheduler/scheduler_discrete_unipc.cc:51
Method
get_unified_history_count
source/scheduler/scheduler_discrete_unipc.cc:46
Method
get_unified_prediction
source/scheduler/scheduler_discrete_unipc.cc:58
Method
guide
source/base/onnxsd_basic_tools.cc:469
Method
handle_value
source/tokenizer/json.hpp:7136
Method
has_extension
source/base/onnxsd_basic_tools.cc:624
Function
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
source/tokenizer/json.hpp:5882
Method
have_data
source/base/onnxsd_basic_tools.cc:227
Method
inference
source/adi_context.cc:204
Method
inference
source/units/model_unet.cc:82
Method
init
source/scheduler/scheduler_base.cc:193
Method
init
source/tokenizer/tokenizer_encode_wp.cc:76
Method
init
source/tokenizer/tokenizer_encode_bpe.cc:129
Method
input_stream_adapter
source/tokenizer/json.hpp:6168
Function
insert
source/tokenizer/json.hpp:19204
Function
is_c_string
source/tokenizer/json.hpp:4094
Function
is_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
source/tokenizer/json.hpp:20550
Function
is_errored
source/tokenizer/json.hpp:6864
Function
is_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
source/tokenizer/json.hpp:20466
Function
is_transparent
source/tokenizer/json.hpp:4122
Function
items
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
source/tokenizer/json.hpp:22051
Method
iter_impl
source/tokenizer/json.hpp:12875
Method
iteration_proxy
source/tokenizer/json.hpp:5242
Method
iteration_proxy_value
source/tokenizer/json.hpp:5137
Method
iterator_input_adapter
source/tokenizer/json.hpp:6213
Function
iterator_wrapper
source/tokenizer/json.hpp:22033
Function
json_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
source/tokenizer/json.hpp:13804
Method
json_ref
source/tokenizer/json.hpp:14700
Method
json_reverse_iterator
create reverse iterator from iterator
source/tokenizer/json.hpp:13596
Method
json_sax_dom_callback_parser
source/tokenizer/json.hpp:6924
Function
json_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
source/tokenizer/json.hpp:6744
Function
json_value
default constructor (for null values)
source/tokenizer/json.hpp:19621
Function
key
source/tokenizer/json.hpp:6809
Method
key
source/tokenizer/json.hpp:6999
← previous
next →
601–700 of 1,024, ranked by callers