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:
@@ -17,6 +17,10 @@ Anatomically precise, photo realistic, high detail, keep the characteristics of
|
||||
|
||||
Masterpiece, you are in a black void, hyper-realistic, high quality. detailed. detailed skin.
|
||||
|
||||
# Outpaint legs
|
||||
|
||||
Naturally outpaint draw the legs and feet, and arms of both female keeping the full image intacts.
|
||||
|
||||
# Feminine
|
||||
|
||||
1 female nude.
|
||||
@@ -36,7 +40,6 @@ Keep characteristics of person in Image 2
|
||||
|
||||
replace the female in Image 1 by the teenage female in Image 2. Keep the Identical person in image 2. photo realistic
|
||||
|
||||
|
||||
# Undress
|
||||
|
||||
masterpiece, high quality,
|
||||
@@ -4082,11 +4085,21 @@ The body is fully exposed for inspection.
|
||||
Eyes looking at the camera, facial characteristics as reference.
|
||||
Anatomically precise, hyperrealistic, high detail, keep the characteristics of the reference image.
|
||||
|
||||
# Labial Lattice 2hand
|
||||
|
||||
seated, legs spread wide, one leg extended forward, the other bent at the knee with foot resting flat.
|
||||
torso leaning slightly back.
|
||||
arms extended along the thighs, fingers lightly brushing labia.
|
||||
head tilted back, eyes closed, a subtle smile on the lips.
|
||||
legs positioned to create a triangular frame around the genitals.
|
||||
a sense of vulnerability and openness.
|
||||
Anatomically precise, hyperrealistic, high detail, keep the characteristics of the reference image.
|
||||
|
||||
# Labial Lattice
|
||||
|
||||
seated, legs spread wide, one leg extended forward, the other bent at the knee with foot resting flat.
|
||||
torso leaning slightly back, supported on hands placed beside hips.
|
||||
arms extended along the thighs, fingers lightly brushing labia.
|
||||
torso leaning slightly back, supported on one hand placed beside hips.
|
||||
one arm extended along the thighs, fingers lightly brushing labia.
|
||||
head tilted back, eyes closed, a subtle smile on the lips.
|
||||
legs positioned to create a triangular frame around the genitals.
|
||||
a sense of vulnerability and openness.
|
||||
|
||||
Reference in New Issue
Block a user