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

Hello there! Thanks for providing a low level evaluation for benchmarking the quality of the latent space embeddings . 👍 💯 I have some questions regarding **Reconstruction** and Editability concepts:...

I have stable diffusion locally in a separate directory, working fine with the v1.4 ckpt. I generated embeddings.pt using textual inversion. How can I add the embedding to stable diffusion...

The issue this resolves was closed without resolution, but it was bugging me enough and wasting my GPU time too much that I felt a need to fix it. Adds...

#### What this does: This PR works to resolve all deprecation warnings and hard incompatibilities with current versions of PyTorch-Lightning. It also sets `1.7.7` as the requested version in `environment.yaml`....

Due to GPU constraints (RTX 3070, 8gb VRAM), I lowered my image training dimensions to half the 512x512 standard. Working with faces, a natural problem arose when priming the training...

I can only get likeness with heavy overfitting but this also heavily learns background , any way to avoid it? white background? black? or a piece of code ?

``` (ldm) C:\Users\ekzer\stable_diffusion\textual_inversion-main>python main.py --base configs/stable-diffusion/v1-finetune.yaml -t --actual_resume models/ldm/text2img-large/modelSD.ckpt -n art --gpus 0, --data_root img/datasets/cat_statue --init_word art --placeholder_tokens "*art cat" --no-test Global seed set to 23 Running on GPUs 0,...

This is more of a discussion than a bug/feature request. I've been using this repository and the AUTOMATIC1111 repository as references to implement textual inversion into my local version. In...

Hi, I'm trying to reproduce the paper results, especially the 'cat_statue' concept below in Figure 1, but it seems like extra information is needed to do that. ![image](https://user-images.githubusercontent.com/17617775/192135426-35cefa6b-22ec-4695-94fe-c40a629d459d.png) ### Inversion...

In the paper, the training images is about 3-5 number of one object or 3-5 number of one style images. How about training on more images of a domin? For...