Home Artists Posts Import Register

Downloads

Content

Patreon exclusive posts index to find our scripts easily, Patreon scripts updates history to see which updates arrived to which scripts and amazing Patreon special generative scripts list that you can use in any of your task.

Join discord to get help, chat, discuss and also tell me your discord username to get your special rank : SECourses Discord

Please also Star, Watch and Fork our Stable Diffusion & Generative AI  GitHub repository and join our Reddit subreddit and follow me on LinkedIn (my real profile)

How to Install and Use on RunPod

  • Just download the attached zip file Forge_Installer_v2.zip and extract into any folder on your computer or on your phone.

  • Open Runpod_Instructions_READ.txt file

  • According to the file select accurate Pytorch 11.8 official template with any GPU, set your volume disk size.

  • After started upload all files into work space and copy paste the commands into a new terminal. It will auto install latest version of Forge Web UI and auto start it.

  • Just read the Runpod_Instructions_READ.txt file carefully for all info.

  • To automatically download FLUX models read Runpod_Instructions_READ_FLUX_Download.txt and follow the commands. It will ask you to download which model like below.

  • For 24 GB GPUs like RTX 4090 I suggest Download FLUX.1-dev FP8 Version - best quality

  • Proper launch arguments auto set for 24 GB GPUs on RunPod like --cuda-malloc --always-gpu

  • RTX 4090 FLUX 1024x1024 FP8 dev model speed is 1.6 it / second and immediately starts generating next image - no unload or reload

  • More FLUX auto download options will be added later hopefully

  • Don't forget to download T5 Text Encoder. It will also download Clip L. VAE automatically downloaded when you download FLUX model

  • Installing requirements takes time so patiently wait

How to Download FLUX Models

  • For Windows, put files into the parent folder of stable-diffusion-webui-forge and double click and run Windows_Start_Download.bat file

  • For Massed Compute put anywhere it will auto download into accurate folder in our SECourses image

  • For RunPod, upload all files into workspace and it will work

 

   

Files

Comments

Steve

Finally got this to work with my 4070 except it doesn't show clip_l.safetensors and t5xxl_encoly.safetensors are they in the original repo?

Furkan Gözükara

no in seperate repos. you can see all links of them here : https://www.patreon.com/posts/110293257 Models Links Downloads

John Robert Planta

I get this error when trying to run in Runpod: I followed all instructions. Traceback (most recent call last): File "/workspace/stable-diffusion-webui-forge/launch.py", line 54, in main() File "/workspace/stable-diffusion-webui-forge/launch.py", line 50, in main start() File "/workspace/stable-diffusion-webui-forge/modules/launch_utils.py", line 546, in start import webui File "/workspace/stable-diffusion-webui-forge/webui.py", line 19, in initialize.imports() File "/workspace/stable-diffusion-webui-forge/modules/initialize.py", line 32, in imports from modules import processing, gradio_extensions, ui # noqa: F401 File "/workspace/stable-diffusion-webui-forge/modules/ui.py", line 16, in from modules import sd_hijack, sd_models, script_callbacks, ui_extensions, deepbooru, extra_networks, ui_common, ui_postprocessing, progress, ui_loadsave, shared_items, ui_settings, timer, sysinfo, ui_checkpoint_merger, scripts, sd_samplers, processing, ui_extra_networks, ui_toprow, launch_utils File "/workspace/stable-diffusion-webui-forge/modules/ui_settings.py", line 10, in from modules_forge import main_entry File "/workspace/stable-diffusion-webui-forge/modules_forge/main_entry.py", line 29, in 'float8-e4m3fn': (torch.float8_e4m3fn, False), AttributeError: module 'torch' has no attribute 'float8_e4m3fn'

Furkan Gözükara

which template did you select exactly? :2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 i am going to test again now to be sure