insp
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  Outpus by prompt: a photo of *tom  `............................... .............
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...
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 Description I can use this model in Google's AI studio but n8n.   ### To Reproduce 1.Drag a basic AI agent workflow. 2.Link a Gemini chat model....
### 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...
### 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...