MCPcopy Create free account

hub / github.com/Seven-Four-Digital/influencer-content-chatbot-creator / functions

Functions181 in github.com/Seven-Four-Digital/influencer-content-chatbot-creator

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
Methodadd_to_favorites
Add a prompt to favorites.
prompt_utils.py:332
Methodanalyze_comprehensive
Perform comprehensive image analysis using available models. Args: image_path (str): Path to the image file
vision/analyze.py:61
Methodanalyze_content_category
Analyze what category of content a prompt represents.
prompt_utils.py:191
Functionanalyze_prompt_complexity
Analyze prompt complexity and automatically suggest optimal SD Forge parameters.
main.py:456
Functionanalyze_uploaded_image
Analyze uploaded image and return caption and detailed description.
main.py:393
Functionauto_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
Functioncheck_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
Methodclean_generated_text
Clean up generated text by removing artifacts and formatting issues.
prompt_utils.py:141
Functionclear_conversation
Clear conversation history.
main.py:513
Functiondetect_rtx_gpu
Convenience function to detect RTX GPUs
gpu_utils.py:474
Methodenhance_prompt_with_keywords
Enhance a prompt by incorporating additional keywords.
prompt_utils.py:112
Functionexport_conversation
Export conversation history as JSON.
main.py:519
Methodextract_prompt_sections
Extract individual sections from a structured prompt.
prompt_utils.py:67
Methodformat_for_export
Format a prompt for export with metadata.
prompt_utils.py:157
Functiongenerate_content
Interface function for generating content.
main.py:386
Methodgenerate_style_variations
Generate style variations of a base prompt.
prompt_utils.py:121
Methodgenerate_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
Methodgenerate_video_prompt
Generate a dynamic video prompt using WAN 2.1 format (Subject + Scene + Motion). Args: analysis_result (Dict[str
vision/analyze.py:194
Functiongenerate_video_prompt_from_image
Generate video prompt from uploaded image.
main.py:426
Functionget_compatible_args
Return a comprehensive list of all compatible arguments and parameters. Returns: str: Formatted string containing all compatible
utils/args_compat.py:5
Functionget_example
Get example prompt for the selected content type.
main.py:509
Methodget_generation_status
Get current status of video generation system. Returns: Dict[str, Any]: System status information
vision/generate_video.py:224
Functionget_gpu_recommendations
Convenience function to get GPU recommendations
gpu_utils.py:478
Functionget_model_configs
Return configuration for all supported models. Returns: dict: Dictionary containing model configurations
utils/args_compat.py:179
Methodget_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
Methodget_parameter_explanation
Get a human-readable explanation of the recommended parameters. Args: params: The recommended parameters
sd_forge_utils.py:215
Methodget_popular_templates
Get most popular templates by usage count.
prompt_utils.py:322
Methodget_statistics
Get library statistics.
prompt_utils.py:344
Functioninitialize_default_library
Initialize library with default templates.
prompt_utils.py:377
Functionload_model_interface
Interface function for loading models.
main.py:381
Methodon_analyze_image
(image)
scripts/fanvue_chatbot.py:350
Methodon_clear_history
()
scripts/fanvue_chatbot.py:363
Methodon_generate
(prompt, temp, max_tok, progress=gr.Progress())
scripts/fanvue_chatbot.py:341
Methodon_load_model
(model_name, progress=gr.Progress())
scripts/fanvue_chatbot.py:338
Methodon_save_conversation
()
scripts/fanvue_chatbot.py:360
Methodon_template_change
(template)
scripts/fanvue_chatbot.py:333
Functionopen_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
Methodprocess
(self, p, *args)
scripts/fanvue_chatbot.py:419
Functionquick_analysis
Convenience function for quick analysis.
api_wrapper.py:395
Methodremove_from_favorites
Remove a prompt from favorites.
prompt_utils.py:338
Methodsave_prompt
Save a generated prompt to the library.
prompt_utils.py:270
Methodsearch_templates
Search templates by query and optionally category.
prompt_utils.py:279
MethodsetUp
(self)
test_prompt_analyzer.py:22
MethodsetUp
(self)
test_prompt_analyzer.py:130
MethodsetUp
(self)
test_prompt_analyzer.py:260
Methodshow
(self, is_img2img)
scripts/fanvue_chatbot.py:205
Methodsuggest_improvements
Suggest improvements for a prompt based on analysis.
prompt_utils.py:212
Methodsuggest_prompt_improvements
Suggest improvements to enhance prompt effectiveness. Args: prompt: The prompt to analyze R
sd_forge_utils.py:272
Methodtest_api_analyze
Test API analyze function
test_prompt_analyzer.py:133
Methodtest_api_parameters
Test API parameter generation
test_prompt_analyzer.py:147
Methodtest_backward_compatibility
Test backward compatibility functions
test_prompt_analyzer.py:111
Methodtest_batch_analyze
Test batch analysis
test_prompt_analyzer.py:168
Methodtest_caching
Test caching functionality
test_prompt_analyzer.py:227
Methodtest_compare_prompts
Test prompt comparison
test_prompt_analyzer.py:183
Methodtest_complex_prompt
Test analysis of complex prompts
test_prompt_analyzer.py:42
Methodtest_content_type_detection
Test content type detection
test_prompt_analyzer.py:65
Methodtest_convenience_functions
Test convenience functions
test_prompt_analyzer.py:245
Methodtest_empty_prompt
Test handling of empty prompts
test_prompt_analyzer.py:25
Methodtest_export_report
Test report export
test_prompt_analyzer.py:209
Methodtest_mixed_case_prompts
Test handling of mixed case
test_prompt_analyzer.py:289
Methodtest_numeric_prompts
Test handling of numeric content
test_prompt_analyzer.py:281
Methodtest_parameter_generation
Test parameter generation
test_prompt_analyzer.py:80
Methodtest_quick_analyze
Test quick analysis function
test_prompt_analyzer.py:157
Methodtest_simple_prompt
Test analysis of simple prompts
test_prompt_analyzer.py:32
Methodtest_special_characters
Test handling of special characters
test_prompt_analyzer.py:273
Methodtest_suggestions
Test improvement suggestions
test_prompt_analyzer.py:197
Methodtest_technical_categories
Test technical category detection
test_prompt_analyzer.py:56
Methodtest_user_overrides
Test user parameter overrides
test_prompt_analyzer.py:96
Methodtest_very_long_prompt
Test handling of very long prompts
test_prompt_analyzer.py:264
Methodui
Create the UI for the chatbot extension.
scripts/fanvue_chatbot.py:208
Methodupdate_conversation_display
()
scripts/fanvue_chatbot.py:367
Functionvalidate_args
Validate provided arguments against compatible arguments. Args: args_dict (dict): Dictionary of arguments to validate
utils/args_compat.py:209
Methodvalidate_parameters
Validate video generation parameters. Args: params (Dict[str, Any]): Parameters to validate
vision/generate_video.py:183
Methodvalidate_prompt_structure
Validate if a generated prompt follows the expected structure.
prompt_utils.py:44
← previous101–181 of 181, ranked by callers