Unverified Commit 151dfada authored by John D. Pope's avatar John D. Pope Committed by GitHub
Browse files

Update requirements.txt (#32)

version 3 blows up
l the latest PEFT and transformers packages in the future.
  deprecate("fuse_text_encoder_lora", "0.27", LORA_DEPRECATION_MESSAGE)
Traceback (most recent call last):
  File "/media/2TB/PhotoMaker/gradio_demo/app.py", line 285, in <module>
    demo.launch()
  File "/home/oem/miniconda3/envs/torch2/lib/python3.10/site-packages/gradio/blocks.py", line 1996, in launch
    self.validate_queue_settings()
  File "/home/oem/miniconda3/envs/torch2/lib/python3.10/site-packages/gradio/blocks.py", line 1821, in validate_queue_settings
    raise ValueError("Progress tracking requires queuing to be enabled.")
ValueError: Progress tracking requires queuing to be enabled.
parent e56ea465
...@@ -9,4 +9,4 @@ accelerate ...@@ -9,4 +9,4 @@ accelerate
safetensors safetensors
omegaconf omegaconf
peft peft
gradio gradio>=4.0.0
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment