Eugene Brodsky

Results 132 comments of Eugene Brodsky

I approved the PR as-is, because it accomplishes the task, but can I suggest that we rename the flag to `--weight_dirs` instead of `folders`? 1) more precise cross-platform terminology, 2)...

> You should not do this, we enabled auto-merge today. So if you approve a PR with auto merge enabled, it will obviously be too late to suggest/request changes ;)...

@SammCheese yes, agreed. Besides, throwing unexpected OS package installation at the user is kind of icky. We'll take the documentation route.

Thanks for flagging this, @jli. Since you're using `conda`, I assume you've done a manual install? In that case, the easiest way to point to your enviroment is the `INVOKEAI_ROOT`...

Those experiencing this problem, 1. did you use the automated installer, or installed manually? 2. does your machine have integrated graphics or no (even though you're not *using* that), and...

@MordesMortes I see you also opened https://github.com/invoke-ai/InvokeAI/issues/2022 the other day. wondering if that might be related. A hypothesis: if your machine has an integrated AMD GPU, the installer detects that,...

> Used these instructions: https://code.mendhak.com/run-stable-diffusion-on-ubuntu/ which I think is a manual installation? Those are very old instructions - we've deprecated `conda` support. If you want to try a reinstall, I'd...

> I'm going to pass the amd gpu to a kqemu environment which should make it invisible to the os for the point of the installer Genius! :100: very curious...

@lstein thank you! just for my understanding - is [this](https://github.com/invoke-ai/InvokeAI/blob/main/ldm/invoke/CLI.py#L51-L56) the fix, or something else?

ah, no, i think it's this PR https://github.com/invoke-ai/InvokeAI/pull/2066/. Great!