-
python main.py --base configs/latent-diffusion/txt2img-1p4B-finetune.yaml -t --actual_resume /home/yz/textual_inversion-main/models/ldm/text2img-large/model.ckpt -n "art" --gpus 0 --data_root /…
-
python scripts/txt2img.py --prompt "god" --plms --ckpt sd-v1-4.ckpt --skip_grid --n_samples 1
Global seed set to 42
Loading model from sd-v1-4.ckpt
Traceback (most recent call last):
File "scr…
-
`(int i, string j) = default; // error CS8131: Deconstruct assignment requires an expression with a type on the right-hand-side.`
`(int i, string j) = (default, default); // OK`
This is probably a…
-
` File "/ldm_ani/i2vgen-xl/tools/modules/diffusions/diffusion_ddim.py", line 13, in _i
return tensor[t].view(shape).to(x)
RuntimeError: indices should be either on cpu or on the same device as …
-
As the title , my ldm sample always generates almost same sample if I feed same seg-condition.
Is that normal?
What is the reason of it ? training time not enough? training data not enough ?
![ima…
-
Excellent work! I am very interested in Multi-Modal Collaborative Editing. I have a question: why do the results of Mask_edit and Text_edit show a significant difference in skin tone compared to the i…
-
Camera trajectories not generating in Gradio. Strange issue cause by kaleido > 0.1.
To fix this issue install kaleido-0.1.0.post1:
pip install kaleido==0.1.0post1
-
您好 首先感谢您愿意拨空看这则问题
在论文中有提到 可以透过Spatial Anomaly Embedding 来去控制生成出瑕疵的类别和位置
想请问一下 具体是透过修改程式中哪一部分 来达到这个效果
再麻烦解答了 谢谢
-
Hi, the command isnt working for me. It is returning the following:
`Global seed set to 27
Loading model from models/ldm/stable-diffusion-v1/model.ckpt
Global Step: 470000
UNet: Running in eps-pre…
-
Following the guide in the `README.md`, I attempted the following command and received an error:
```
conda env create -f environment.yaml
Collecting package metadata (repodata.json): done
Solvin…