Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seven-Four-Digital/influencer-content-chatbot-creator
/ functions
Functions
181 in github.com/Seven-Four-Digital/influencer-content-chatbot-creator
⨍
Functions
181
◇
Types & classes
26
Method
__init__
Initialize the image analyzer with available models.
vision/analyze.py:20
Method
__init__
Initialize the video generator.
vision/generate_video.py:18
Method
__init__
(self)
scripts/fanvue_chatbot.py:33
Method
__init__
(self)
scripts/fanvue_chatbot.py:37
Method
__init__
(self)
scripts/fanvue_chatbot.py:54
Method
_cleanup_temp_file
Clean up temporary file safely.
image_analyzer.py:48
Method
_create_temp_image_file
Create a temporary image file from PIL Image. Returns the path to the temporary file.
image_analyzer.py:29
Method
add_to_favorites
Add a prompt to favorites.
prompt_utils.py:332
Method
analyze_comprehensive
Perform comprehensive image analysis using available models. Args: image_path (str): Path to the image file
vision/analyze.py:61
Method
analyze_content_category
Analyze what category of content a prompt represents.
prompt_utils.py:191
Function
analyze_prompt_complexity
Analyze prompt complexity and automatically suggest optimal SD Forge parameters.
main.py:456
Function
analyze_uploaded_image
Analyze uploaded image and return caption and detailed description.
main.py:393
Function
auto_open_browser
Automatically open the web browser to the specified URL after a delay. Args: url (str): The URL to open in the browser d
utils/auto_open.py:9
Function
check_browser_availability
Check if a web browser is available on the system. Returns: bool: True if browser is available, False otherwise
utils/auto_open.py:24
Method
clean_generated_text
Clean up generated text by removing artifacts and formatting issues.
prompt_utils.py:141
Function
clear_conversation
Clear conversation history.
main.py:513
Function
detect_rtx_gpu
Convenience function to detect RTX GPUs
gpu_utils.py:474
Method
enhance_prompt_with_keywords
Enhance a prompt by incorporating additional keywords.
prompt_utils.py:112
Function
export_conversation
Export conversation history as JSON.
main.py:519
Method
extract_prompt_sections
Extract individual sections from a structured prompt.
prompt_utils.py:67
Method
format_for_export
Format a prompt for export with metadata.
prompt_utils.py:157
Function
generate_content
Interface function for generating content.
main.py:386
Method
generate_style_variations
Generate style variations of a base prompt.
prompt_utils.py:121
Method
generate_video
Generate video from image and prompt with CFG=1. Args: image_path (str): Path to the source image pr
vision/generate_video.py:37
Method
generate_video_prompt
Generate a dynamic video prompt using WAN 2.1 format (Subject + Scene + Motion). Args: analysis_result (Dict[str
vision/analyze.py:194
Function
generate_video_prompt_from_image
Generate video prompt from uploaded image.
main.py:426
Function
get_compatible_args
Return a comprehensive list of all compatible arguments and parameters. Returns: str: Formatted string containing all compatible
utils/args_compat.py:5
Function
get_example
Get example prompt for the selected content type.
main.py:509
Method
get_generation_status
Get current status of video generation system. Returns: Dict[str, Any]: System status information
vision/generate_video.py:224
Function
get_gpu_recommendations
Convenience function to get GPU recommendations
gpu_utils.py:478
Function
get_model_configs
Return configuration for all supported models. Returns: dict: Dictionary containing model configurations
utils/args_compat.py:179
Method
get_optimal_parameters
Get optimal parameters for video generation based on prompt and image analysis. CFG scale is always set to 1.0. Args
vision/generate_video.py:134
Method
get_parameter_explanation
Get a human-readable explanation of the recommended parameters. Args: params: The recommended parameters
sd_forge_utils.py:215
Method
get_popular_templates
Get most popular templates by usage count.
prompt_utils.py:322
Method
get_statistics
Get library statistics.
prompt_utils.py:344
Function
initialize_default_library
Initialize library with default templates.
prompt_utils.py:377
Function
load_model_interface
Interface function for loading models.
main.py:381
Method
on_analyze_image
(image)
scripts/fanvue_chatbot.py:350
Method
on_clear_history
()
scripts/fanvue_chatbot.py:363
Method
on_generate
(prompt, temp, max_tok, progress=gr.Progress())
scripts/fanvue_chatbot.py:341
Method
on_load_model
(model_name, progress=gr.Progress())
scripts/fanvue_chatbot.py:338
Method
on_save_conversation
()
scripts/fanvue_chatbot.py:360
Method
on_template_change
(template)
scripts/fanvue_chatbot.py:333
Function
open_browser_with_fallback
Open browser with fallback options if default browser fails. Args: url (str): The URL to open in the browser
utils/auto_open.py:38
Method
process
(self, p, *args)
scripts/fanvue_chatbot.py:419
Function
quick_analysis
Convenience function for quick analysis.
api_wrapper.py:395
Method
remove_from_favorites
Remove a prompt from favorites.
prompt_utils.py:338
Method
save_prompt
Save a generated prompt to the library.
prompt_utils.py:270
Method
search_templates
Search templates by query and optionally category.
prompt_utils.py:279
Method
setUp
(self)
test_prompt_analyzer.py:22
Method
setUp
(self)
test_prompt_analyzer.py:130
Method
setUp
(self)
test_prompt_analyzer.py:260
Method
show
(self, is_img2img)
scripts/fanvue_chatbot.py:205
Method
suggest_improvements
Suggest improvements for a prompt based on analysis.
prompt_utils.py:212
Method
suggest_prompt_improvements
Suggest improvements to enhance prompt effectiveness. Args: prompt: The prompt to analyze R
sd_forge_utils.py:272
Method
test_api_analyze
Test API analyze function
test_prompt_analyzer.py:133
Method
test_api_parameters
Test API parameter generation
test_prompt_analyzer.py:147
Method
test_backward_compatibility
Test backward compatibility functions
test_prompt_analyzer.py:111
Method
test_batch_analyze
Test batch analysis
test_prompt_analyzer.py:168
Method
test_caching
Test caching functionality
test_prompt_analyzer.py:227
Method
test_compare_prompts
Test prompt comparison
test_prompt_analyzer.py:183
Method
test_complex_prompt
Test analysis of complex prompts
test_prompt_analyzer.py:42
Method
test_content_type_detection
Test content type detection
test_prompt_analyzer.py:65
Method
test_convenience_functions
Test convenience functions
test_prompt_analyzer.py:245
Method
test_empty_prompt
Test handling of empty prompts
test_prompt_analyzer.py:25
Method
test_export_report
Test report export
test_prompt_analyzer.py:209
Method
test_mixed_case_prompts
Test handling of mixed case
test_prompt_analyzer.py:289
Method
test_numeric_prompts
Test handling of numeric content
test_prompt_analyzer.py:281
Method
test_parameter_generation
Test parameter generation
test_prompt_analyzer.py:80
Method
test_quick_analyze
Test quick analysis function
test_prompt_analyzer.py:157
Method
test_simple_prompt
Test analysis of simple prompts
test_prompt_analyzer.py:32
Method
test_special_characters
Test handling of special characters
test_prompt_analyzer.py:273
Method
test_suggestions
Test improvement suggestions
test_prompt_analyzer.py:197
Method
test_technical_categories
Test technical category detection
test_prompt_analyzer.py:56
Method
test_user_overrides
Test user parameter overrides
test_prompt_analyzer.py:96
Method
test_very_long_prompt
Test handling of very long prompts
test_prompt_analyzer.py:264
Method
ui
Create the UI for the chatbot extension.
scripts/fanvue_chatbot.py:208
Method
update_conversation_display
()
scripts/fanvue_chatbot.py:367
Function
validate_args
Validate provided arguments against compatible arguments. Args: args_dict (dict): Dictionary of arguments to validate
utils/args_compat.py:209
Method
validate_parameters
Validate video generation parameters. Args: params (Dict[str, Any]): Parameters to validate
vision/generate_video.py:183
Method
validate_prompt_structure
Validate if a generated prompt follows the expected structure.
prompt_utils.py:44
← previous
101–181 of 181, ranked by callers