fffiloni commited on
Commit
cd8d389
·
verified ·
1 Parent(s): bbe7bfb

Update cut_and_drag_inference.py

Browse files
Files changed (1) hide show
  1. cut_and_drag_inference.py +1 -1
cut_and_drag_inference.py CHANGED
@@ -20,7 +20,7 @@ pipe_ids = dict(
20
  )
21
 
22
  # From a bird's-eye view, a serene scene unfolds: a herd of deer gracefully navigates shallow, warm-hued waters, their silhouettes stark against the earthy tones. The deer, spread across the frame, cast elongated, well-defined shadows that accentuate their antlers, creating a mesmerizing play of light and dark. This aerial perspective captures the tranquil essence of the setting, emphasizing the harmonious contrast between the deer and their mirror-like reflections on the water's surface. The composition exudes a peaceful stillness, yet the subtle movement suggested by the shadows adds a dynamic layer to the natural beauty and symmetry of the moment.
23
- base_url = 'https://huggingface.co/Eyeline-Research/Go-with-the-Flow'
24
  lora_urls = dict(
25
  I2V5B_final_i30000_lora_weights = base_url+'I2V5B_final_i30000_lora_weights.safetensors',
26
  I2V5B_final_i38800_nearest_lora_weights = base_url+'I2V5B_final_i38800_nearest_lora_weights.safetensors',
 
20
  )
21
 
22
  # From a bird's-eye view, a serene scene unfolds: a herd of deer gracefully navigates shallow, warm-hued waters, their silhouettes stark against the earthy tones. The deer, spread across the frame, cast elongated, well-defined shadows that accentuate their antlers, creating a mesmerizing play of light and dark. This aerial perspective captures the tranquil essence of the setting, emphasizing the harmonious contrast between the deer and their mirror-like reflections on the water's surface. The composition exudes a peaceful stillness, yet the subtle movement suggested by the shadows adds a dynamic layer to the natural beauty and symmetry of the moment.
23
+ base_url = 'https://huggingface.co/Eyeline-Research/Go-with-the-Flow/'
24
  lora_urls = dict(
25
  I2V5B_final_i30000_lora_weights = base_url+'I2V5B_final_i30000_lora_weights.safetensors',
26
  I2V5B_final_i38800_nearest_lora_weights = base_url+'I2V5B_final_i38800_nearest_lora_weights.safetensors',