Skip to main content

Stable Diffusion

Project description

Diffusion WebUI: Stable Diffusion + ControlNet + Inpaint

teaser

Installation

git clone https://github.com/kadirnar/dress_diff
cd dress_diff
pip install -r requirements.txt
pip install -e.

Web Demo Usage

from dress_diff import app

app()

Text2Image API Usage

from dress_diff import StableDiffusionText2ImageGenerator, get_scheduler_list, scheduler_list

generate = StableDiffusionText2ImageGenerator().generate_image(
    model_path="dress_diff",
    prompt="dress",
    negative_prompt="bad,ugly",
    num_images_per_prompt=1,
    scheduler=scheduler_list[0],
    guidance_scale=7.5,
    num_inference_steps=50,
    height=512,
    width=512,
    seed_generator=0 # 0 for random seed
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dress_diff-0.1.0.tar.gz (15.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page