insp

Results 11 issues of insp

`python main.py --base configs/stable-diffusion/v1-finetune.yaml -t --actual_resume models.ckpt -n tom --data_root /root/tom/ --gpus 0, --init-word character --placeholder_tokens '*tom'` Training Input ![image](https://user-images.githubusercontent.com/112338987/189513999-6dcc0c33-51cd-4185-8500-a87df327b22f.png) Outpus by prompt: a photo of *tom ![image](https://user-images.githubusercontent.com/112338987/189514035-5df0e051-90e2-44f5-9e0e-50d0bbd81343.png) `............................... .............

Windows 10 / Intel I7-6700 / Python 3.8.5 / pip 20.3.3 ``` (ldc) D:\py2\stable_diffusion.openvino>python demo.py --prompt "Photo of Emilia Clarke with a bright red hair" --init-image ./data/input.png --mask ./data/mask.png --strength...

Any one know this below? Ubuntu 20.04 LTS root@VM-8-7-ubuntu:~/stable_diffusion.openvino# python demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism" Traceback (most recent call last): File "demo.py", line...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui ### What...

bug
wontfix

This is my errors: `torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 22.00 MiB (GPU 0; 12.00 GiB total capacity; 10.89 GiB already allocated; 0 bytes free; 11.31 GiB reserved...

### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] The issue is caused by an...

bug-report

### Bug Description I can use this model in Google's AI studio but n8n. ![Image](https://github.com/user-attachments/assets/8e39f5d5-f059-4d29-a3aa-265471b8e3b7) ![Image](https://github.com/user-attachments/assets/d70db7b5-049f-442b-8c99-b21ced6c50be) ### To Reproduce 1.Drag a basic AI agent workflow. 2.Link a Gemini chat model....

in linear

### What is the doc issue? I have build a SelectorGroupChat team in autogenStudio and export it.But there is a callback input function in UserProxyAgent that I don't find a...

documentation
needs-triage

### What happened? **path:venv\Lib\site-packages\autogen_agentchat\agents\_assistant_agent.py** RuntimeError("Reflect on tool use produced no valid text response.") When "reflection_result.content" is a Function_calls LIST. The situation occurs in consecutive multiple tool calls. **For example** Task...

needs-triage