MCPcopy Create free account

hub / github.com/Seven-Four-Digital/influencer-content-chatbot-creator / types & classes

Types & classes26 in github.com/Seven-Four-Digital/influencer-content-chatbot-creator

↓ 40 callersClassGPUSpecs
GPU specifications dataclass
gpu_utils.py:30
↓ 6 callersClassIntelligentPromptAnalyzer
Advanced prompt analysis system that dynamically determines optimal parameters based on prompt content, complexity, and research-backed optim
prompt_analyzer.py:68
↓ 4 callersClassPromptAnalysisAPI
High-level API wrapper for the intelligent prompt analysis system. Provides simplified interfaces for common use cases.
api_wrapper.py:23
↓ 3 callersClassPromptComplexityAnalyzer
Analyzes prompt complexity to recommend SD Forge parameters.
sd_forge_utils.py:23
↓ 3 callersClassRTXGPUDetector
Comprehensive NVIDIA RTX GPU detection and optimization system
gpu_utils.py:52
↓ 2 callersClassPromptAnalysis
Comprehensive prompt analysis results
prompt_analyzer.py:35
↓ 1 callersClassGenerationParameters
Optimized generation parameters
prompt_analyzer.py:55
↓ 1 callersClassImageAnalyzer
Image analysis class using BLIP model for captioning with enhanced detailed descriptions.
image_analyzer.py:21
↓ 1 callersClassInfluencerChatbot
Main chatbot class with model management and content generation.
main.py:31
↓ 1 callersClassInfluencerChatbot
Main chatbot class with model management and content generation.
scripts/fanvue_chatbot.py:51
↓ 1 callersClassLayerRecommendation
GPU layer allocation recommendation
gpu_utils.py:43
↓ 1 callersClassPromptLibrary
Manage a library of saved prompts and templates.
prompt_utils.py:234
↓ 1 callersClassSDForgeParams
Stable Diffusion Forge parameters.
sd_forge_utils.py:12
ClassComplexityLevel
Prompt complexity levels
prompt_analyzer.py:17
ClassContentAnalyzer
Analyze and categorize adult content prompts.
prompt_utils.py:167
ClassContentType
Content type categories
prompt_analyzer.py:24
ClassFanvueChatbotForForge
Fanvue Content Chatbot extension for Stable Diffusion WebUI Forge.
scripts/fanvue_chatbot.py:199
ClassImageAnalyzer
Enhanced image analyzer using multiple AI models for comprehensive analysis. OpenAI CLIP and GPT-4V dependencies removed for compatibility.
vision/analyze.py:14
ClassPromptComplexityAnalyzer
scripts/fanvue_chatbot.py:32
ClassPromptProcessor
Utility class for processing and enhancing prompts.
prompt_utils.py:11
ClassRTXSeries
RTX GPU Series enumeration
gpu_utils.py:20
ClassSDForgeParams
scripts/fanvue_chatbot.py:36
ClassTestEdgeCases
Test edge cases and error handling
test_prompt_analyzer.py:257
ClassTestIntelligentPromptAnalyzer
Test cases for the core prompt analyzer
test_prompt_analyzer.py:19
ClassTestPromptAnalysisAPI
Test cases for the API wrapper
test_prompt_analyzer.py:127
ClassVideoGenerator
Enhanced video generator with automatic CFG=1 optimization.
vision/generate_video.py:13