textual_inversion icon indicating copy to clipboard operation
textual_inversion copied to clipboard

Results 61 textual_inversion issues
Sort by recently updated
recently updated
newest added

I am getting this error in the conda shell when I try to run the inversion command. Any help is appreciated 👍 ![inversion_error](https://user-images.githubusercontent.com/56506831/211335723-a201a87c-c56e-4171-8c05-b4e41d8b7b22.JPG) At line:3 char:18 + --actual_resume models/ldm/text2img-large/model.ckpt\ +...

If I understand embeddings correctly, they are locations in the latent word space of clip that gives the closest results similiar to a given set of images. Is it possible...

This was working great for me. When I tried to use it just now, it gave me an error on the Actual Training cell. Any idea what I did to...

Hello. I've faced the following issue: I use stable diffusion model (checkpoint sd-v1-4 from https://github.com/CompVis/stable-diffusion) to introduce this concept ![image](https://user-images.githubusercontent.com/47336656/205281264-74e32227-bf3d-4ddf-b3bd-220c12caf6ca.png) Unfortunately, during inference time the model ignores all additional words...

i am getting cuda out of memory error while training an embedding, suggestions? im running a gtx 1060 ti 6gb ddr6. i am using the commands --precision full --no-half --medvram...

Fixes `AttributeError: 'Namespace' object has no attribute 'out_dir'`

beggining -> beginning recieve -> receive

Here is the Error I'm facing when running txt2img on Ubuntu: `python scripts/stable_txt2img.py --ddim_eta 0.0 --n_samples 8 --n_iter 1 --scale 10.0 --ddim_steps 50 --ckpt sd-v1-4-full-ema.ckpt --prompt "a photo of a...

Hello, author. I noticed that you implemented the downstream task of local image editing in your paper. We're currently working on a related project and need to conduct comparative experiments...