mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-05 20:29:02 +08:00
Updated Features (markdown)
parent
72c3b91964
commit
980c4a61cc
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
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user