Skip to content

txtatech/stable-profusion-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

stable-profusion-lite

A low memory overlay and web browser for working with local instances of stable-diffusion-webui.

This is a lightweight fork of Stable-Profusion.

For more information about Stable-Profusion and its usage, please refer to the GitHub repository.

https://github.com/txtatech/stable-profusion

This application acts as an overlay that can load multiple iframes (one below the other) on the main page for specified urls.

There are various navigation and web browsing features but please note that not all features will work on all platforms.

There is a + Prompt, - Prompt, and 'scratch pad' text area below where the iframes are loaded.

The search feature resolves to https://search.brave.com

It is designed to work with https://github.com/AUTOMATIC1111/stable-diffusion-webui

Prerequisites:

rustc 1.72.0-nightly (d9c13cd45 2023-07-05)

  • Rust toolchain nightly-x86_64-unknown-linux-gnu (default)
  • rustc 1.72.0-nightly (d9c13cd45 2023-07-05)

Installation and Running:

  1. Clone the Stable-Profusion repository:

    git clone https://github.com/txtatech/stable-profusion-lite.git

Navigate to the project directory:

cd stable-profusion-lite

Build and run the application using Cargo:

cargo +nightly run --release

This will compile and launch the web view application.

Dependencies:

Stable-Profusion-Lite uses the following external crates:

web-view = "*"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0.64"

web-view is a Rust library for building web view applications. The dependencies are specified in the Cargo.toml file and will be automatically fetched and built by Cargo.

Additional Notes:

The code was written and tested with the specified Rust toolchain version.

Example Image 1 Example Image 2

Small Window Example Image 1 Small Window Example Image 2

About

A low memory overlay and web browser for working with local instances of stable-diffusion-webui. Lightweight fork of Stable-Profusion.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published