Giter VIP home page Giter VIP logo

Comments (15)

MoonRide303 avatar MoonRide303 commented on July 20, 2024 2

@lanyusan @barepixels I've added instructions with examples into wiki / Control‐LoRAs (for Canny and Depth). I used really crude input image, so it's easier to understand how those methods work in different modes :).

from fooocus-mre.

lanyusan avatar lanyusan commented on July 20, 2024 1

@MoonRide303 Thanks a lot.

from fooocus-mre.

hzeasy avatar hzeasy commented on July 20, 2024 1

@MoonRide303 Your judgment is correct, the problem lies in the CLIP file, its SHA-256 hash is wrong, it will be normal after re-downloading, perfect solution! That's really great, thank you for your patience and help.
I'd be happy to recommend this version to others and look forward to your updates.
b7b715269885a5169c29dd3d4ee72e6
6d726bf54b15ff2a8796f61b3dcabbf

from fooocus-mre.

hzeasy avatar hzeasy commented on July 20, 2024

Just as confused as you, an error will be reported as soon as the control is started, please guide!
微信图片_20230903223227

from fooocus-mre.

barepixels avatar barepixels commented on July 20, 2024

A few days ago I posted instructions for Canny here #39

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 20, 2024

@lanyusan Control-LoRAs can work in both txt2img and img2img modes, and will deliver different results, then.

If you want pixels from the original image to influence output image, then you use Image-2-Image mode. But if you don't do that, then Control-LoRAs can still guide generation and produce similar image to the input - Canny will use edge detection mechanism, and Depth will use depth information.

I am currently working on wiki for MRE, and adding samples illustrating how different parameters affect generation - I will add page for Control-LoRAs, too.

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 20, 2024

@hzeasy Please report your problem as separate issue, with some more details if possible. It looks like model file could be corrupted - maybe not fully downloaded?

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 20, 2024

I've also added wiki page for Revision with some samples - closing.

from fooocus-mre.

hzeasy avatar hzeasy commented on July 20, 2024

@hzeasy请将您的问题作为单独的问题报告,并尽可能提供更多详细信息。看起来模型文件可能已损坏 - 可能未完全下载?

@MoonRide303 When I re-downloaded the zip and upgraded, the problem was solved. The current version is 1.0.45. Can you explain the Image-2-Image tab in more detail?
Thanks for creating them, really useful.感谢!

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 20, 2024

@hzeasy Basic description and samples for Image-2-Image mode are available on Image-2-Image wiki page. Did you look into it? If so, and it's not enough - please say what kind of information would you like to see there.

from fooocus-mre.

hzeasy avatar hzeasy commented on July 20, 2024

@hzeasyImage-2-Image 模式的基本描述和示例可在Image-2-Image wiki 页面上找到。你调查过吗?如果是这样,这还不够 - 请说明您希望在那里看到什么类型的信息。

首先感谢您的回复,这段时间我一直在用您这个版本出图,真的很好。Image-2-Image 模式的基本描述认真看过了,利用INPUT进行生图没有疑问,但是Revision选项没有提及,希望了解Revision和INPUT这二项之间的关系,不清楚什么情况下使用LOAD Revision。谢谢,

也在这里再提个问题,就是LORA选项只有一个列表,好像是不能把LORA分类的,尝试了用目录分类好像没有效果。不分类真的有些乱。既然有LORA这个项目应该实现分类比较好!

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 20, 2024

@hzeasy Revision is described on a separate page, here: wiki / Revision.

I am planning to add support for more Control-LoRAs in future versions - you can subscribe to #53 to be notified when it's done.

from fooocus-mre.

hzeasy avatar hzeasy commented on July 20, 2024

@hzeasy Revision is described on a separate page, here: wiki / Revision.

I am planning to add support for more Control-LoRAs in future versions - you can subscribe to #53 to be notified when it's done.

Thank you very much and wish you a happy work.

from fooocus-mre.

hzeasy avatar hzeasy commented on July 20, 2024

@MoonRide303 Hello, the error message I provided last time appeared again today, and now describe the error situation:

  1. Select "Load Image(s) to Revision" to select 4 images, and display them correctly in "Revision".
  2. Check the "Revision (prompting with images)" option,
    For other options, use the default parameters after the startup window, click Start to run, and an error message will be reported in the background.
    After the error I aborted the process with crtl+C.
    Attached are two screenshots.
    084fb3deca7d5ffe95d5c97911d8a21
    3d7c81a34be2c08b1b176e86bf50960

from fooocus-mre.

MoonRide303 avatar MoonRide303 commented on July 20, 2024

@hzeasy I tried to reproduce the problem on my PC (starting from clean v1.0.40, which properly updated to v1.0.45.1 on start, and using 4 random images as Revision inputs) - it works just fine on my machine:
image

But we can figuring it out. Some questions that might help here:

  1. Did you make any changes in the code? (I can see you have different colors, for example)
  2. Were there any errors earlier in the log, when MRE was starting?
  3. Could you verify if the CLIP Vision model isn't corrupt? You can do it by checking it's SHA-256 hash, like that (in proper folder, models/clip_vision by default):
CertUtil -hashfile clip_vision_g.safetensors SHA256
SHA256 hash of clip_vision_g.safetensors:
9908329b3ead722a693ea400fab1d7c9ec91d6736fd194a94d20d793457f9c2e
CertUtil: -hashfile command completed successfully.

If it isn't damaged, then hash should be the same as above.

from fooocus-mre.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.