divamgupta / divamgupta/stable-diffusion-tensorflow
img2img question, guidance scale and input strength
Open
- Dominant language
- Python
- Stars
- 1.6k
- Forks
- 229
- PR merge metrics
- No merged PRs in 30d
Description
In the diffusionBee UI the guidance scale is between 0-20 and the input strength is 10-90
What does that map to in the following.. I want to reproduce the output I get in diffusionBee
def generate(
self,
prompt,
negative_prompt=None,
batch_size=1,
num_steps=25,
unconditional_guidance_scale=7.5,
temperature=1,
seed=None,
input_image=None,
input_mask=None,
input_image_strength=0.5,
):
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.