LockMan007

Results 8 issues of LockMan007

This code is for the Fictiverse WebUI fork and will save the audio.wav as the date-time.wav so that I don't have to manually save each output. UI.PY ### **add this...

python3 -m venv venv call .\venv\Scripts\activate pip install -r requirements.txt python app.py python pygradio_app_sdxl_specific_id.py conda create --name storydiffusion python=3.10 conda activate storydiffusion pip install -U pip pip install -r requirements.txt...

Discord server flooded with spam! ![discord-spam](https://github.com/AILab-CVC/VideoCrafter/assets/13595927/03623bac-e55d-49aa-a24c-f903e6152f5c)

8/24/2023 released today: https://huggingface.co/stabilityai/stable-diffusion-xl-1.0-tensorrt I don't know if this release relates to this extension or not, but I'm sharing it in case it does.

ComfyUI keeps downgrading to older versions on me. — 06/16/2024 12:08 AM ComfyUI: 2255[bb1969](2024-06-15) Manager: V2.38 — 06/19/2024 1:19 AM ComfyUI: 2141[d09b5e](2024-04-22) Manager: V2.38 I don't understand what is going...

User Support
Stale

LTXv 0.9.5, 1080 Ti 11gb, green tiled scrambled output The bad output was a result of my command line argument: -use-split-cross-attention or --fp16-vae and I am guessing "--fp16-vae" is causing...

I know it is proper to do a "pull request" but I'm busy and this is for me and anyone else who wants to add some features, since this project...

At line 522 comfyui_image_ops.py [comfyui_image_ops.py.txt](https://github.com/user-attachments/files/20994404/comfyui_image_ops.py.txt) ```py @register_node("JWImageResizeByLongerSide", "Image Resize by Longer Side") class _: CATEGORY = "jamesWalker55" INPUT_TYPES = lambda: { "required": { "image": ("IMAGE",), "size": ("INT", {"default": 512, "min":...