Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ / 常见问题 #90

Open
zanllp opened this issue May 5, 2023 · 12 comments
Open

FAQ / 常见问题 #90

zanllp opened this issue May 5, 2023 · 12 comments

Comments

@zanllp
Copy link
Owner

zanllp commented May 5, 2023

English

If you encounter any strange issues while using the extension, try upgrading to the latest version of the extension first. Because before you even noticed the problem, I may have already fixed most of them.

How to Disable Access Control Mode

Please refer to https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/.env.example to create a .env file and modify the corresponding value (IIB_ACCESS_CONTROL=disable). If you are unable to create and view the .env file in your runtime environment (such as JupyterLab), you can set the environment variable using other methods, as described in the link below.

If you have other questions, please refer to the following two links:
#284
#336

Extension failed to load

You can try the following steps in order:

  1. Refresh the page , restart SD-WebUI.
  2. Upgrade this extension to the latest version.
  3. If the problem still persists or you are not using this locally, you can refer to the following two issues for resolution: Dosen't work in sd webui #84 一片黑暗QQ #79 It seems to have failed to load. You can try refreshing the page. #410.
  4. If the issue persists, please create a new issue.

The tags are lost after migrating the folder path.

https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Proper-Folder-Migration-to-Avoid-Data-Loss---%E6%AD%A3%E7%A1%AE%E7%9A%84%E8%BF%81%E7%A7%BB%E6%96%87%E4%BB%B6%E5%A4%B9%E9%81%BF%E5%85%8D%E6%95%B0%E6%8D%AE%E4%B8%A2%E5%A4%B1

When sent to other tabs, the loading icon keeps spinning

Refer to AUTOMATIC1111/stable-diffusion-webui#9150. Although it looks different, the problem is actually the same.

How to open the right-click menu on mobile devices?

You need to enable "Support long press to open right-click menu" in the global settings first, and then use long press to perform the operation instead of right-clicking to open the right-click menu.

image

How can I control the sorting/display mode/copy the current page path/move to a specific folder?

You can choose the sorting method in the upper-right corner of the TabPane

More

image

中文

如果您在使用拓展的过程中遇到了一些奇怪的问题,可以先尝试升级到最新版本的拓展。因为在您发现问题之前,我可能已经解决了大部分问题。

想要关闭访问控制模式

参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/.env.example 创建.env文件然后修改对应值(IIB_ACCESS_CONTROL=disable)即可。 如果你的运行环境无法创建&查看.env文件(例如jupyterlab),你可以通过其他设置环境变量的方法,具体参考下面的链接

如果有其他问题也可以先参考下面两个链接。
#284
#336

拓展没能正确加载

你可以按照以下的顺序进行尝试

  1. 刷新页面,重启sd-webui
  2. 升级本拓展到最新版本
  3. 如果还是有问题或者你不是在本地使用,你可以参考下面这两个issue来解决。Dosen't work in sd webui #84 一片黑暗QQ #79 It seems to have failed to load. You can try refreshing the page. #410
  4. 如果还是不行创建一个issue

迁移文件夹路径后tag丢失

https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Proper-Folder-Migration-to-Avoid-Data-Loss---%E6%AD%A3%E7%A1%AE%E7%9A%84%E8%BF%81%E7%A7%BB%E6%96%87%E4%BB%B6%E5%A4%B9%E9%81%BF%E5%85%8D%E6%95%B0%E6%8D%AE%E4%B8%A2%E5%A4%B1

发送到其他tab时,loading一直转

参考 AUTOMATIC1111/stable-diffusion-webui#9150 , 虽然长的不太一样但实际上问题的原因是同一个

在移动端如何打开右键菜单?

你必须先在全局设置中把“支持使用长按打开右键菜单”打开,然后使用长按进行操作,即可代替右键打开右键菜单

image

如何控制排序/显示模式/复制当前页面路径/移动至指定文件夹?

您可以在 TabPane 的右上角点击更多。

@zanllp zanllp pinned this issue May 5, 2023
@zanllp zanllp changed the title FAQ/常见问题 FAQ / 常见问题 May 5, 2023
This was referenced Jun 3, 2023
@wang-tianjinjl
Copy link

无法把图像tag发送到文生图或者其他标签

@zanllp
Copy link
Owner Author

zanllp commented Jun 27, 2023

无法把图像tag发送到文生图或者其他标签

'图像tag' 是什么意思?如果是无法把图像发送到文生图或者其他标签页,提个issue,把复现流程和出现的错误日志打印粘贴下

@onyxlee
Copy link

onyxlee commented Sep 29, 2023

请问如何在除了image to image以外的其他文件夹搜索文件?Thx!

@zanllp
Copy link
Owner Author

zanllp commented Sep 29, 2023

请问如何在除了image to image以外的其他文件夹搜索文件?Thx!

image 把文件夹添加进去任意一个,就能搜出来了

@onyxlee
Copy link

onyxlee commented Sep 29, 2023

谢谢回复。我想搜索搜索图生图里面的图片,可是怎么都找不到。似乎只能搜索文生图文件夹的。如果搜索按钮能够在每个浏览界面出现,那就方便很多了。或者在image search, fuzzy search里面默认全局搜索,也可以指定搜索范围,那就很直观了。
再次感谢。这个extension是我目前用过的最最最最强大的浏览和管理插件了。中秋国庆快乐!

@tddschn
Copy link

tddschn commented Jan 25, 2024

#460 (comment)

I'm so confused by how the UI re-orders and consumes the file list returns by the /files API

@zanllp Could you explain exactly how the sorting works? An answer is much appreciated. :)

@zanllp
Copy link
Owner Author

zanllp commented Jan 25, 2024

谢谢回复。我想搜索搜索图生图里面的图片,可是怎么都找不到。似乎只能搜索文生图文件夹的。如果搜索按钮能够在每个浏览界面出现,那就方便很多了。或者在image search, fuzzy search里面默认全局搜索,也可以指定搜索范围,那就很直观了。 再次感谢。这个extension是我目前用过的最最最最强大的浏览和管理插件了。中秋国庆快乐!

这个功能好像在一两个月前支持了

@tddschn
Copy link

tddschn commented Jan 26, 2024

Is image search by filename supported? Sometimes I want to only match by filename, not image's metadata.

@zanllp
Copy link
Owner Author

zanllp commented Jan 28, 2024

Is image search by filename supported? Sometimes I want to only match by filename, not image's metadata.

@tddschn Yes, the Fuzzy Search feature supports searching images by filename.

@Gothmoth88
Copy link

Gothmoth88 commented Feb 11, 2024

why is the extension not searching for the default output imaged paths?
i always have to manually put in the paths to txt2img etc... that could be done automatically... not?

@zanllp
Copy link
Owner Author

zanllp commented Feb 12, 2024

why is the extension not searching for the default output imaged paths? i always have to manually put in the paths to txt2img etc... that could be done automatically... not?

Under normal circumstances, it is automatic. Maybe you have encountered a bug or an unexpected case? Please show me a screenshot of how you are using it specifically.

@Gothmoth88
Copy link

Gothmoth88 commented Feb 12, 2024

what kind of screenshot do you have in mind? simply of the A1111 GUI?

after a fresh install of the extension it looks like this: https://i.imgur.com/oKErF4v.jpg

the A1111 installation is pretty fresh.
but i have made a few hundred images and the folders do exist (txt2img etc.).

thought i have to mention i use stability matrix so that might be an issue.

https://github.com/LykosAI/StabilityMatrix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants