承接 andrey-helldar/stable-diffusion-ui-samplers-generator 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

andrey-helldar/stable-diffusion-ui-samplers-generator

最新稳定版本:v1.4.1

Composer 安装命令:

composer require andrey-helldar/stable-diffusion-ui-samplers-generator

包简介

Sampler generator for Easy Diffusion UI

README 文档

README

andrey helldar SD: samplers generator

Installation

First you need to download and run Easy Diffusion.

Next, make sure you have Composer, PHP 8.1 or higher and Git installed on your computer.

Next, you may create a new Samplers Generator project via the Composer create-project command:

composer create-project andrey-helldar/easy-diffusion-ui-samplers-generator easy-diffusion-ui-samplers-generator

Or you can download this repository:

git clone git@github.com:andrey-helldar/easy-diffusion-ui-samplers-generator.git

Next, go to the project folder and install the dependencies:

cd ./easy-diffusion-ui-samplers-generator

composer install

Configuration

The project has few static settings - these are the number of steps for generating images and sizes.

Configuration files are located in the config folder.

Usage

First you need to run the neural network python script See more: https://github.com/cmdr2/stable-diffusion-ui/wiki/How-to-Use

Sampler generation for all available models

To do this, you need to call the bin/sampler models console command, passing it the required parameter --prompt.

For example:

bin/sampler models --prompt "a photograph of an astronaut riding a horse"

If you want to generate a sampler table for a previously generated image, then you need to also pass the --seed parameter with this value when invoking the console command.

For example:

bin/sampler models --prompt "a photograph of an astronaut riding a horse" --seed 2699388

Available options

  • ---prompt - Query string for image generation. It's a string.
  • --negative-prompt - Exclusion words for query generation. It's a string.
  • --tags - Image generation modifiers. It's array.
  • --fix-faces - Enable fix incorrect faces and eyes via GFPGANv1.3. It's a boolean.
  • --path - Path to save the generated samples. By default, in the ./build subfolder inside the current directory.
  • --seed - Seed ID of an early generated image.
  • --output-format - Sets the file export format: jpeg or png. By default, jpeg.
  • --output-quality - Specifies the percentage quality of the output image. By default, 75.

Sampler generation for one model

To do this, you need to call the bin/sampler model console command, passing it the required parameters --prompt and --model.

For example:

bin/sampler model --prompt "a photograph of an astronaut riding a horse" --model "sd-v1-4"

If you want to generate a sampler table for a previously generated image, then you need to also pass the --seed parameter with this value when invoking the console command.

For example:

bin/sampler models --prompt "a photograph of an astronaut riding a horse" --model "sd-v1-4" --seed 2699388

Available options

  • ---model - Model for generating samples. It's a string.
  • ---prompt - Query string for image generation. It's a string.
  • --negative-prompt - Exclusion words for query generation. It's a string.
  • --tags - Image generation modifiers. It's array.
  • --fix-faces - Enable fix incorrect faces and eyes via GFPGANv1.3. It's a boolean.
  • --path - Path to save the generated samples. By default, in the ./build subfolder inside the current directory.
  • --seed - Seed ID of an early generated image.
  • --output-format - Sets the file export format: jpeg or png. By default, jpeg.
  • --output-quality - Specifies the percentage quality of the output image. By default, 75.

Sampler generation for all models based on configuration files

You can also copy configurations from the Stable Diffusion UI web interface to the clipboard, after which, using any file editor, you can save these configurations to any folder on your computer.

copy button

After you save as many configuration files as you need in a folder, you can call the bin/samplers settings --path command, passing it the path to that folder:

bin/samplers settings --path /home/user/samplers

# or for Windows
bin/samplers settings --path "D:\exports\Samplers"

When the command is run, the script will find all json files in the root of the specified folder (without recursive search), check them for correct filling (incorrect files will be skipped, there will be no errors), and start generating samplers for all models available to the neural network for each of the files.

The sampler table will be generated by the Seed ID taken from the configuration file.

For example, output info:

INFO: Run: woman.json

INFO aloeVeraSSimpMaker3K_simpMaker3K1

20/20 [============================] 100%

  Storing ......................................... 113ms DONE
  Elapsed Time ........................... 2 minute 47 seconds

INFO sd-v1-4

20/20 [============================] 100%

  Storing ......................................... 113ms DONE
  Elapsed Time ............................ 3 minute 7 seconds


INFO: Run: man.json

INFO aloeVeraSSimpMaker3K_simpMaker3K1

20/20 [============================] 100%

  Storing ......................................... 113ms DONE
  Elapsed Time ........................... 2 minute 12 seconds

INFO sd-v1-4

20/20 [============================] 100%

  Storing ......................................... 113ms DONE
  Elapsed Time ........................... 3 minute 12 seconds

Output Path .......... /home/user/samplers/2022-12-26_21-06-32
Elapsed Time ........................... 11 minutes 18 seconds

The target folder will contain the collected sampler files (jpeg or png), as well as a set of configurations for them.

For example:

/home/user/samplers/woman.json
/home/user/samplers/2022-12-26_21-06-32/woman/aloeVeraSSimpMaker3K_simpMaker3K1__vae-ft-mse-840000-ema-pruned.png
/home/user/samplers/2022-12-26_21-06-32/woman/aloeVeraSSimpMaker3K_simpMaker3K1__vae-ft-mse-840000-ema-pruned.json
/home/user/samplers/2022-12-26_21-06-32/woman/sd-v1-4__vae-ft-mse-840000-ema-pruned.png
/home/user/samplers/2022-12-26_21-06-32/woman/sd-v1-4__vae-ft-mse-840000-ema-pruned.json

/home/user/samplers/man.json
/home/user/samplers/2022-12-26_21-06-32/man/aloeVeraSSimpMaker3K_simpMaker3K1__vae-ft-mse-840000-ema-pruned.png
/home/user/samplers/2022-12-26_21-06-32/man/aloeVeraSSimpMaker3K_simpMaker3K1__vae-ft-mse-840000-ema-pruned.json
/home/user/samplers/2022-12-26_21-06-32/man/sd-v1-4__vae-ft-mse-840000-ema-pruned.png
/home/user/samplers/2022-12-26_21-06-32/man/sd-v1-4__vae-ft-mse-840000-ema-pruned.json

Available options

  • --path - Path to save the generated samples. By default, in the ./build subfolder inside the current directory.
  • --output-format - Sets the file export format: jpeg or png. By default, jpeg.
  • --output-quality - Specifies the percentage quality of the output image. By default, 75.

Example

Source

source image

Sampler

sampler

Config

The last used configuration for the model is saved to the file

{
    "numOutputsTotal": 1,
    "seed": 2699388,
    "reqBody": {
        "prompt": "An imposing and highly ornamented (fantasy castle) against the backdrop of space, (((Realistic))), ((Creature Design)), (Beautiful Lighting), (HD), Fantasy, Film Grain, Golden Hour, Highly Detailed, Landscape, Octane Render",
        "negative_prompt": "",
        "active_tags": [
            "(((Realistic)))",
            "((Creature Design))",
            "(Beautiful Lighting)",
            "(HD)",
            "Fantasy",
            "Film Grain",
            "Golden Hour",
            "Highly Detailed",
            "Landscape",
            "Octane Render"
        ],
        "width": 512,
        "height": 512,
        "seed": 2699388,
        "num_inference_steps": 20,
        "guidance_scale": 7.5,
        "use_face_correction": false,
        "sampler": "plms",
        "use_stable_diffusion_model": "aloeVeraSSimpMaker3K_simpMaker3K1",
        "use_vae_model": "vae-ft-mse-840000-ema-pruned",
        "use_hypernetwork_model": "",
        "hypernetwork_strength": 1,
        "num_outputs": 1,
        "stream_image_progress": false,
        "show_only_filtered_image": true,
        "output_format": "png"
    }
}

FAQ

Q: Why is it not written in python?

A: I was interested in writing a pet project in one evening and I don't know python 😁

Q: What models do you use?

A: For various purposes, I use the following models:

License

This package is licensed under the MIT License.

andrey-helldar/stable-diffusion-ui-samplers-generator 适用场景与选型建议

andrey-helldar/stable-diffusion-ui-samplers-generator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 12 月 26 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「ai」 「neural-networks」 「stable-diffusion」 「stable-diffusion-ui」 「easy-diffusion」 「easy-diffusion-ui」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 andrey-helldar/stable-diffusion-ui-samplers-generator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 andrey-helldar/stable-diffusion-ui-samplers-generator 我们能提供哪些服务?
定制开发 / 二次开发

基于 andrey-helldar/stable-diffusion-ui-samplers-generator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 21
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-26