mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-04 20:50:16 +00:00
Updated Features (markdown)
13
Features.md
13
Features.md
@@ -5,7 +5,18 @@ All examples are non-cherrypicked unless specified otherwise.
|
||||
# InsatructPix2Pix
|
||||
[Website](https://www.timothybrooks.com/instruct-pix2pix). [Checkpoint](http://instruct-pix2pix.eecs.berkeley.edu/instruct-pix2pix-00-22000.ckpt). The checkpoint is fully supported in img2img tab. No additional actions are required. Previously an [extension](https://github.com/Klace/stable-diffusion-webui-instruct-pix2pix) by a contributor was required to generate pictures: it's no longer required, but should still work. Most of img2img implementation is by the same person.
|
||||
|
||||
To reproduce results of the original repo, use denoising of 1.0 and Euler a sampler.
|
||||
To reproduce results of the original repo, use denoising of 1.0, Euler a sampler, and edit the config in `configs/instruct-pix2pix.yaml` to say:
|
||||
|
||||
```
|
||||
use_ema: true
|
||||
load_ema: true
|
||||
```
|
||||
|
||||
instead of:
|
||||
|
||||
```
|
||||
use_ema: false
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user