Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepseek-ai/Janus
/ functions
Functions
216 in github.com/deepseek-ai/Janus
⨍
Functions
216
◇
Types & classes
61
↳
Endpoints
2
Method
no_weight_decay
(self)
janus/models/siglip_vit.py:443
Method
pad_id
(self)
janus/janusflow/models/processing_vlm.py:229
Method
pad_id
(self)
janus/models/processing_vlm.py:207
Method
prepare_inputs_embeds
Args: input_ids (torch.LongTensor): [b, T] pixel_values (torch.FloatTensor): [b, n_images, 3, h, w] im
janus/janusflow/models/modeling_vlm.py:171
Method
preprocess
(self, images, return_tensors: str = "pt", **kwargs)
janus/janusflow/models/image_processing_vlm.py:164
Method
preprocess
(self, images, return_tensors: str = "pt", **kwargs)
janus/models/image_processing_vlm.py:164
Method
reset_classifier
(self, num_classes: int, global_pool=None)
janus/janusflow/models/siglip_vit.py:461
Method
reset_classifier
(self, num_classes: int, global_pool=None)
janus/models/siglip_vit.py:461
Method
reset_message
Reset a new message.
janus/utils/conversation.py:161
Method
set_grad_checkpointing
(self, enable: bool = True)
janus/janusflow/models/siglip_vit.py:454
Method
set_grad_checkpointing
(self, enable: bool = True)
janus/models/siglip_vit.py:454
Method
to_gradio_chatbot
Convert the conversation to gradio chatbot format.
janus/utils/conversation.py:173
Method
to_openai_api_messages
Convert the conversation to OpenAI chat completion format.
janus/utils/conversation.py:183
Function
understand_image_and_question
( file: UploadFile = File(...), question: str = Form(...), seed: int = Form(42), top_p: float
demo/fastapi_app.py:67
Function
unpack
(dec, width, height, parallel_size=5)
demo/app_janusflow.py:141
Method
update_last_message
Update the last output. The last message is typically set to be None when constructing the prompt, so we need to update it in-place a
janus/utils/conversation.py:165
← previous
201–216 of 216, ranked by callers