txt2img2img icon indicating copy to clipboard operation
txt2img2img copied to clipboard

Improve the editability of any Stability Diffusion subject while retaining a high degree of likeness

Results 13 txt2img2img issues
Sort by recently updated
recently updated
newest added

File "C:\Users\chlyw\Desktop\Automatic1111\scripts\txt2mask.py", line 16, in from repositories.clipseg.models.clipseg import CLIPDensePredT ModuleNotFoundError: No module named 'repositories.clipseg'

quite a few changes to the latest a1111 been working throught it from here... ```python File "D:\py\automatic1111\stable-diffusion-webui\scripts\txt2img2img.py", line 234, in run p.sampler_index = samplers_dict.get(getattr(img_opts,"sampler_name","euler a").lower(), p.sampler_index) ``` * sampler_index was...

I got an error: "can't find ./txt2img2img/routines" so I had to change my base_dir variable in the scripts\txt2img2img.py program. I think the ./ wasn't doing it's intended purpose. I am...

the new option to hide images from the results panel (to fix the big delay after generation) needs to be checked for because the array will be empty, giving an...

I have no idea how to use \txt2img2img\prompt_templates\ Can you give some good example for each prompt_templates. low_subject_emphasis prompt2prompt_inversion simple_term_swap

Updates the script to support the latest version of AUTOMATIC1111/stable-diffusion-webui. Tested working on commit hash: f2a4a2c3a672e22f088a7455d6039557370dd3f2 Fixes #10

`TypeError: img2img() missing 2 required positional arguments: 'img2img_batch_input_dir' and 'img2img_batch_output_dir'` I don't see any such configurable values in Automatic111's webui.

succesfully installed rembg (cpu and gpu) using pip install commands when running the script i get an error when the rembg tries to import onnxruntime as ort currently fixed with...

Hi, Firstly, thanks for your effors on maintaining this repo ! I have used my own embedding file following the instruction but the results are weird. Could you please share...