Adhik Joshi
Adhik Joshi
Can we run multiple instances, so that it will be trading for 10 coins at a time? Or try to add this functionality so that it will be able to...
> That's very interesting! @Marcophono2, are you running the code always on the same device, same hardware, etc...? lpw_stable_diffusion needs lots of updates
> Try using `joblib` and cache each pipe to disk. It will cache the pipe, model, and plotted memory to disk, and they load in ~2 seconds (1second on my...
> > > Try using `joblib` and cache each pipe to disk. It will cache the pipe, model, and plotted memory to disk, and they load in ~2 seconds (1second...
@patrickvonplaten do you think this is something to give it a try again?
> Hey @CrazyBoyM, > > Note that community pipelines are not always compatible with each other so I'm not sure it's possible to load them into one class. How did...
this removes the dependency on compel,
> @sarmientoj24 it doesn't support lora prompts. I would rather add this and other features in a separate PR. ``` def process_lora_prompt(prompt): lora = re.compile(r'') lora_matches = lora.findall(prompt) lora_matches =...
I'm modifying file ::: root/.cache/huggingface/modules/diffusers_modules/git/lpw_stable_diffusion.py Which get's auto replaced from git everytime. Suggestions 1. Only fetch latest release pipeline files, not from latest commit which often is buggy 2. Have...
I've tried to replace file to solve error. But it gets updated automatically from git repo. Tried to block github.com, huggingface.co or even uninstalling wget, curl, git But nothing works,...