-
Thanks for all your hard and wonderful works here.
I am wondering if you have plan to release the pretrained model for cat inversion.
Thanks!
-
It seems like the InversionFromLogitsModel is the method mentioned in the paper 'Language Model Inversion.' Is there a detailed description of the InversionFromLogitsEmbModel method?
-
I would like to ask how your hypothesis is generated. I have read the article many times but find it difficult to understand. The initial hypothesis is directly input into the trained inversion model,…
-
in `tokenize_data.py`
```python
def embed_dataset_batch(model: InversionModel, batch: Dict) -> Dict:
assert "input_ids" in batch.keys(), f"invalid keys {batch.keys()}"
assert hasattr(mod…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
Error when prompt after install extension
### St…
-
Thank you for sharing this interesting project.
I've explored the code and tried the demo. I noticed that the inversion.py, which generates images based on reference images, only provides the part …
-
Thank you for sharing your code
I am currently facing an issue when trying to reconstruct images using the LCM scheduler.
Below is the code that I'm working with:
```
from PIL import Image
fr…
-
### Problem description
```
Jacobian matrix size was wrong. There are information :
min/max(dweight) = 2.14119e+09/8.33918e+13
Building constraints matrix
constraint matrix of size(nBounds x nMo…
-
hello, I am trying to conduct a seismic refraction field data inversion. the dataset belongs to a landslide area. I have 8 shots that in my dataset are not given properly.it appears that the first 8 p…
-
I have converted editing_tryon_zeroshot.ipynb in LAVIS\projects\blip-diffusion\notebooks to tryon.py.
Below is the code content of tryon.py.I did not change the original .ipynb file by converting it …