File_txt - anxety-solo/sdAIgen GitHub Wiki
FILE (TXT):
Info: Simultaneous processing of multiple files.txt is supported. Specify links separated by commas or spaces.
How to Use file.txt?
It's simple: specify links to files after a tag starting with #
, which denotes the directory for saving the file.
Supported tags: Presented in the table below
.
Short tags are simplified versions of regular tags that start with $
without a space, for example, $ckpt
.
You can also specify the name under which you want to save the file (similar to what is described in INFO in the widgets).
Example of Use:
Info: All links after the tag will relate to this tag until the next found tag. This means you can specify links in one line (separated by commas or spaces) or on subsequent lines for convenience.
Table of Available Tags for "File (txt)"
Tags | Short Tags | Path (A1111/Forge/Classic) | Path (ComfyUI) |
---|---|---|---|
model | $ckpt | ~/WEBUI/models/Stable-diffusion |
~/ComfyUI/models/checkpoints |
vae | $vae | ~/WEBUI/models/VAE |
~/ComfyUI/models/vae |
lora | $lora | ~/WEBUI/models/Lora |
~/ComfyUI/models/loras |
embed | $emb | ~/WEBUI/embeddings |
~/ComfyUI/models/embeddings |
extension | $ext | ~/WEBUI/extensions |
~/ComfyUI/custom_nodes |
adetailer | $ad | ~/WEBUI/models/adetailer |
~/ComfyUI/models/ultralytics |
control | $cnet | ~/WEBUI/models/ControlNet |
~/ComfyUI/models/controlnet |
upscale | $ups | ~/WEBUI/models/ESRGAN |
~/ComfyUI/models/upscale_models |
clip | $clip | ~/WEBUI/models/text_encoder |
~/ComfyUI/models/clip |
unet | $unet | ~/WEBUI/models/text_encoder (jointly) |
~/ComfyUI/models/unet |
vision | $vis | ~/WEBUI/models/clip_vision |
~/ComfyUI/models/clip_vision |
encoder | $enc | ~/WEBUI/models/text_encoder |
~/ComfyUI/models/text_encoders |
diffusion | $diff | ~/WEBUI/models/diffusion_models |
~/ComfyUI/models/diffusion_models |
config | $cfg | ~/WEBUI/ (root) |
~/ComfyUI/user/default |