- 25 Jan, 2024 1 commit
-
-
Zhen Li authored
-
- 24 Jan, 2024 2 commits
- 23 Jan, 2024 2 commits
- 20 Jan, 2024 7 commits
-
-
Zhen Li authored
-
Zhen Li authored
-
Zhen Li authored
-
Zhen Li authored
-
Yorick authored
* Add working cog demo * Add safety checker * Print seed when doing a prediction * Update README.md * Update for upstream changes, update torch==2.1.1, pget model weights * Add up to four inputs and outputs in cog demo And clean up predict.py based on review feedback * Add some debug output for users * Improve cog parameters based on feedback * Strip trigger_word from prompt using tokenizer * Fix guidance scale bug, allow no classifier free guidance in pipeline. * Update README.md * Disallow trigger word in negative prompt --------- Co-authored-by:
Judith van Stegeren <judith@replicate.com> Co-authored-by:
Judith van Stegeren <690008+jd7h@users.noreply.github.com>
-
Zhen Li authored
-
bytesurfer3 authored
The modification replaces this method with a token-based approach using a tokenizer. This tokenizes the entire prompt, identifies the token corresponding to the trigger word, removes it, and then decodes the modified tokens back into text.
-
- 19 Jan, 2024 4 commits
- 18 Jan, 2024 6 commits
-
-
Zhen Li authored
-
emmanuel authored
-
Olivier RISSER-MAROIX authored
Fixing the google colab demo notebook, ready to use now (on A100, the code is not V100 compatible) (#39)
-
John D. Pope authored
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. -
Ikko Eltociear Ashimine authored
fidelty -> fidelity
-
cckuailong authored
* support MPS * Update README.md * Make requirements more clearly * resolve conflict * Update: support MacOS --------- Co-authored-by:Zhen Li <zhenli1031@gmail.com>
-
- 17 Jan, 2024 8 commits
-
-
Zhen Li authored
-
Zhen Li authored
-
Zhen Li authored
-
mbuke_repo authored
* feat: add cog configuration for replicate deployment * fix: clean up * fix: clean up the configuration * fix: download the weights with pget * fix: download with huggingface * fix: clean up * fix: add missing bits * fix: fix loading the image * fix: default num_outputs to 1
-
Zhen Li authored
-
Zhen Li authored
-
Zhen Li authored
-
Paper99 authored
-
- 15 Jan, 2024 5 commits
- 08 Dec, 2023 4 commits
- 07 Dec, 2023 1 commit
-
-
Zhen Li authored
-