NokiMo
Aitrepreneur
Aitrepreneur

patreon


FREE MIDJOURNEY (DELETED FROM YOUTUBE)

Here's a cool trick on how to get unlimited image generation with Midjourney for absolutely free! All you need is a discord account! Try this now! 

FREE MIDJOURNEY (DELETED FROM YOUTUBE)

Comments

Sorry I didnt realize i wrote in the wrong post! I will try that! Many thanks

João Reis

this is not the right post where to ask that but you should activate the persistent_cond_cache option in settings, apply the settings then restart the webui https://user-images.githubusercontent.com/40751091/253125320-2efb4464-555e-4843-9c7d-f79f28ac0e67.png

Aitrepreneur

I enabled "Upcast cross attention layer to float32" but I get the same error.

João Reis

João Reis

To everyone who is experiencing issues during installation. 1. Do NOT run as an Administrator, this will install the AI Folder in System32! 2. Do right-click on the .bat file, edit. Press CTRL + A, then return. Do paste this code in: @echo off echo Checking and installing necessary software... REM Check and install Python python --version > NUL 2>&1 if %errorlevel% NEQ 0 ( echo Installing Python 3.10.6... powershell -Command "& {Invoke-WebRequest -Uri 'https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe' -OutFile 'python-3.10.6-amd64.exe'}" if %errorlevel% NEQ 0 ( echo Failed to download Python installer. exit /b ) start /wait python-3.10.6-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 del python-3.10.6-amd64.exe ) else ( echo Python already installed. ) REM Check and install Git git --version > NUL 2>&1 if %errorlevel% NEQ 0 ( echo Installing Git... powershell -Command "& {Invoke-WebRequest -Uri 'https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.3/Git-2.41.0.3-64-bit.exe' -OutFile 'Git-2.41.0.3-64-bit.exe'}" if %errorlevel% NEQ 0 ( echo Failed to download Git installer. exit /b ) start /wait Git-2.41.0.3-64-bit.exe /VERYSILENT del Git-2.41.0.3-64-bit.exe ) else ( echo Git already installed. ) echo Cloning stable-diffusion-webui repository... git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git if %errorlevel% NEQ 0 ( echo Failed to clone repository. exit /b ) echo Listing the contents of the cloned repository... dir .\\stable-diffusion-webui\\ echo Changing directory to the cloned repository... cd .\\stable-diffusion-webui\\ echo Downloading models... powershell -Command "& {(New-Object System.Net.WebClient).DownloadFile('https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0_0.9vae.safetensors', '.\\models\\Stable-diffusion\\sd_xl_refiner_1.0_0.9vae.safetensors')}" if %errorlevel% NEQ 0 ( echo Failed to download models. exit /b ) echo Setup completed successfully! """ Removed redundancy by defining a base directory and using it for all subsequent paths. Organized the commands in a clear sequence for better readability. Used SET to define the base directory and the repository path, making it easier to manage and change in the future. Implemented checks to verify if Python and Git are present on the system. If not found, the script exits with an appropriate message. Added a line to launch a Python script (launch.py) after setting up the environment. It's crucial to have error-handling mechanisms in place, especially when dealing with operations like cloning repositories. Ensuring appropriate permissions on the folders and files is vital to avoid "Access Denied" issues. This can be set manually via the folder properties or by using tools/scripts. Always ensure that necessary Python modules (like fastapi) are installed before executing scripts that rely on them. When dealing with Git, be cautious of file systems that don't record ownership, as this can cause "dubious ownership" errors. This was addressed by setting specific directories as safe. Resolving "Access Denied" in Windows: - File/Folder Permissions: - Right-click on the affected folder or drive. - Choose "Properties" and then the "Security" tab. - Add the necessary user and assign the required permissions. Or / and close the current Command Prompt. Search for "Command Prompt" in the Windows search bar. Right-click and select "Run as administrator". Navigate to your folder and copy/paste git config --global --add safe.directory D:/AI/ Replace the path with your path.

Kilian

Yeah midjourney changed their rules unfortunately, they don't allow free generation anymore, you need to pay if you want to try it out, which is why Stable diffusion is better now ;)

Aitrepreneur

So you can confirm this is not working anymore? :(

Archlight Àphidac

Midjourney changed their rules

Aitrepreneur

isnt working anymore

Danilo Ramscheid

I do agree with that, I'm waiting for the V5 version, maybe it will be interesting again :)

Aitrepreneur

Thank you for sharing. But I kind of gave up on MidJourney. It is like being stuck with just one checkpoint on S.D. so I stopped bothering with it literally months ago. Once I joined Civitai, I forgot MJ existed. :) Sorry you had to deal with the Youtube situation.

Raum Bances

You get the first few hundred hours of Patreon videos free. Just make a patreon and upload.

Dan Ime

Happy it helped :)

Aitrepreneur

Thank you for this; this is HUGELY useful!

Navin Weeraratne

Thank you for sharing this. I got to my PC too late, after this video was banned in Youtube. How did you upload it here on Patreon only? Do you have Patreon Pro? Also: Why is it necessary to sign in from the browser to the invite link? Shouldn't be already in your server by Discord (invite)? Wouldn't that be enough?

3DCinetv

Exactly :)

Aitrepreneur

Perfect! It's just enough work so people won't abuse it. And if they end up loving it they'll likely just pay for it. Win/Win!

DanO..

No worries! We'll see yeah!

Aitrepreneur

love your work, wish i could donate but im broke after getting myself a gpu lol keep up the work! can you make a video on how to make a stable diffusion discord bot like A1111 but in discord?

AUsername

Yes that's how you know it xD

Aitrepreneur

You know the trick is good when they immediately censor you lol

Nam Nguyen


Related Creators