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:
@@ -4627,3 +4627,14 @@ of serene anticipation, lips parted ever so slightly. The room around her is a v
|
||||
In the void, you lay supine with legs spread wide and bent at the knees, your feet flat against the ground. The back is slightly arched, emphasizing the curve of the lower spine. Your arms are outstretched to the sides, parallel to the ground, with elbows slightly bent. The head is tilted back, eyes closed and mouth slightly open, in a state of blissful surrender. The hips are raised just enough to create tension in the lower back, enhancing the silhouette. A steel band encircles each thigh, just above the knee, cinching them tightly together, symbolizing restraint. Your skin glistens with a
|
||||
sheen of perspiration, accentuating every muscle contour. Anatomically precise, hyperrealistic.
|
||||
|
||||
# Integrated Collar Arms Restraint
|
||||
|
||||
A subject kneels, your body bent into a powerful, inviting stance.
|
||||
Your arms are restrained behind your back, firmly secured with an integral collar restraint, a sleek device that encircles your neck, connecting to your wrists with rigid steel bars.
|
||||
Your hands are clasped together, adding to the restricted pose. Your knees are positioned under your hips, providing stability.
|
||||
The back is arched slightly upward, head lifted, drawing attention to the exposed shoulders and back.
|
||||
Your gaze is locked onto the viewer, a look of defiance and anticipation. The pose conveys a mix of sultry energy and
|
||||
power, the steel bars creating an asymmetrical silhouette. Perfect anatomy, realistic.
|
||||
|
||||
# nice pose
|
||||
standing, feet apart, hands on the hips. torso twisted, one shoulder forward, one back. weight shifted to one leg, opposite hip popped. waist compressed, creating a pronounced hourglass silhouette. head turned to look over the shoulder. Looking back into camera. Pinched, exaggerated. Perfect anatomy, realistic
|
||||
Reference in New Issue
Block a user