Summary
• Implemented global offline mode for all HuggingFace-dependent modules to eliminate unauthenticated request warnings and prevent external connection attempts during startup and runtime. Changes • Global Offline Configuration: Added HF_HUB_OFFLINE=1 and TRANSFORMERS_OFFLINE=1 to the environment variables at the top of edit_api.py, embeddings.py, watcher.py, and pose_llm/pose_llm_api.py. • Explicit Local Files Only: Updated all huggingface_hub.hf_hub_download calls in edit_api.py to include local_files_only=True, ensuring they never attempt to reach the Hub if models are already cached. • LLM Service Optimization: Updated AutoTokenizer and AutoModelForCausalLM calls in pose_llm/pose_llm_api.py to use local_files_only=True. • Consistency: Ensured that shared modules like embeddings.py which uses open_clip are also locked to offline mode to prevent background downloads.
This commit is contained in:
@@ -77,7 +77,7 @@ Scenery:
|
||||
- introduce a like/dislike base system for images/group to determine the sort order (and more), would also dislike the pose
|
||||
- ✅ creating scenery should keep both video-frame + ref images as references, we only see 1 image now. ✅ fixed
|
||||
- gesture ideas for future (require ControlNet / OpenPose conditioning):
|
||||
|
||||
- add expand preset for sqaure image
|
||||
## notes
|
||||
|
||||
pose bestaat gewoon uit meerdere delen, camera, scenery + addition
|
||||
|
||||
Reference in New Issue
Block a user