?一、軟件介紹
文末提供程序和源碼下載
? ? ? ?onGAU:簡化的生成式 AI UI界面開源程序,一個非常簡單的 AI 圖像生成器 UI 界面,使用 Dear PyGui 和 Diffusers 構建。
二、Installation?安裝
- 文末下載后解壓縮
- Run?
install.py
?with python to setup onGAU.
使用 python 運行?install.py
?onGAU。
python3 install.py
- Run?
run.sh
?for MacOS / Linux or?run.bat
?for Windows to start onGAU.
在 MacOS / Linux 或?run.bat
?Windows 上運行?run.sh
?以在 GAU 上啟動。 - Happy generating!?祝您生成愉快!
三、Scripts?腳本
pnginfo.py
:
???Shows the png metadata (prompt, negative prompt...) of a png file.
顯示 png 文件的 png 元數據(提示、否定提示......
esrgan.py
:
???CLI to upscale an image using ESRGAN.
CLI 使用 ESRGAN 放大映像。
四、Todo?
- ?Show total generation time
顯示總生成時間 - ?Save and load prompts and config
保存和加載 Prompts 和 config - ?Add img2img pipeline
添加 img2img 管道 - ?Add LPW stable diffusion pipeline
添加 LPW 穩定擴散管道 - ?Add textual inversion model loading
添加文本反轉模型加載 - ?Add Clip Skip parameter
添加 Clip Skip 參數 - ?Add model CPU offloading
添加模型 CPU 卸載 - ?Average step time
平均步長 - ?Generation Progress ETA
Generation Progress 預計到達時間 - ?Load .ckpt in app
在應用程序中加載 .ckpt - ?Load .safetensors lora in app
在應用程序中加載 .safetensors lora - ?Implement lora correctly and fully
正確、全面地實施 LoRa - ?Add tooltips?添加工具提示
- ?Denoising strength?降噪強度
- ?Change embedding models and loras in app
更改應用程序中的嵌入模型和 loras - ?Rework and organize UI
重新設計和組織 UI - ?Merging models?合并模型
- ?Add controlnet support
添加 controlnet 支持 - ?Add super resolution (ESRGAN/SwinIR) support
添加超分辨率 (ESRGAN/SwinIR) 支持- ?Add ESRGAN support
添加 ESRGAN 支持 - ?Add SwinIR support
添加 SwinIR 支持
- ?Add ESRGAN support
- ?Create an install script to easily install UI
創建安裝腳本以輕松安裝 UI - ?Interrupt generation process
中斷生成過程 - ?Add SDXL support
添加 SDXL 支持 - ?Update diffusers to latest version
將擴散器更新到最新版本 - ?Preview image during generation
生成期間預覽圖像 - Code Optimization??代碼優化
- ?Fix memory leak when Compel prompt weighting is enabled
修復啟用 強制提示符加權時的內存泄漏 - ?Use better code to get image size
使用更好的代碼來獲取圖像大小 - ?Sometimes after changing models inference is extremely slow
有時,在更改模型后,推理速度非常慢 - ?When switching pipelines inference gets extremely slow
切換管道時,推理速度會變得非常慢 - ?First step takes extra time after ESRGAN upscale
ESRGAN 放大后,第一步需要額外的時間 - ?Merging models makes inference unusably slow
合并模型會使推理變得非常緩慢
- ?Fix memory leak when Compel prompt weighting is enabled
五、軟件下載
夸克網盤分享
本文信息來源于GitHub作者地址:https://github.com/sertdfyguhi/onGAU