Home Artists Posts Import Register

Downloads

Content

Patreon exclusive posts index

Join discord and tell me your discord username to get a special rank : SECourses Discord

RunPod Register / Login Link , RunPod Beginners Tutorial 

16 January 2024 Update

  • 8-bit loading error fixed
  • Library versions updated

3 December 2023 Update

  • Please redownload the zip file
  • Now you will see lowVRAM_1024. bat file
  • This will off load some parts into CPU to further reduce VRAM usage
  • I was able to generate images on RTX 3060 with a little bit of shared VRAM usage
  • If you have already installed the repo run update. bat file first to get latest version of app. py from our repo
  • Tutorial video released : https://youtu.be/ZiUXf_idIR4?si=c966ckIS8TjEZlNg

PixArt-α: Fast Training of Diffusion Transformer for Photorealistic Text-to-Image Synthesis

Requirements:

  • Make sure that you have git and Python 3.10.x installed. I used Python 3.10.11
  • Here a tutorial video : https://youtu.be/B5U7LJOvH6g
  • If you encounter any network related problems during install or model download use https://1.1.1.1/ WARP VPN of Cloudflare which I am using and totally free.

How To Install And Use

  • Download pixArt installer.zip and extract into any folder where you want to install
  • It will generate a new venv so it will not affect your other apps such as Automatic1111 SD Web UI
  • Run install.bat on Windows and after that use 1024_16bit. bat or other bat files
  • For RunPod please read runpod_instructions_READ. txt file
  • The running will download models into the Hugging Face cache folder

Features of Improved Gradio Web APP

  • The improved Web APP Supports automatic saving of generated images into outputs folder
  • A new parameter batch count which lets you to generate any arbitrary number of images with same prompt like set it 100 and it will generate 100 images
  • Supports loading in 8bit, 512 pixel model and Dall E3 VAE

If you want Hugging Face to download models into another drive (not mandatory) use following prompt

  • Start a new CMD as administrator
  • setx HF_HOME "G:\HF_Models"
  • This above command will add a variable to System Environment Variables

Comments

Jonathan Bach

getting this error when run the bat file The system cannot find the path specified. Traceback (most recent call last): File "G:\PixArt\PixArt-alpha\app.py", line 6, in import gradio as gr ModuleNotFoundError: No module named 'gradio' all started Press any key to continue . . .

Furkan Gözükara

install error. while installing what did you see on cmd? so at some point it stopped and didnt install rest. if you record installation video or install cmd screenshots i can tell you error

Jonathan Bach

same error when attempting to run The system cannot find the path specified. Traceback (most recent call last): File "G:\PixArt\pixArt installer\PixArt-alpha\app.py", line 6, in import gradio as gr ModuleNotFoundError: No module named 'gradio' all started Press any key to continue . . .

Furkan Gözükara

I deleted very big message. but you have error D:\ComfyUI_windows_portable\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\python.exe: No module named venv The system cannot find the path specified. now i need you to show me 2 things open a cmd window and type python and show me screenshot of in which folder you are installing pixart

Pallavi Chauhan

Hi, Can we run PIXART-α on kaggle notebook?