Skip to content

Conversation

mishafarms
Copy link

This needs drhino's pull request first (it includes the changes he was doing),

I found that when I put in an image I generated with Automatic_1111, it didn't have the model and version, this is because from Automatic_1111, I only got a 10 char hash. So instead of added a 10 char hash I thought that it would be easier to match 10 char hashes if they were the first 10 chars.

drhino and others added 5 commits March 12, 2023 14:38
additionaly:
- adds the filename to the log (improves debugging when bundled)
- the `promptInfo.hires_upscaler` is checked if undefined in `dataEnricher.js` (removed duplicate behaviour)
`x === sampler.toLowerCase()` checks the key incase-sensitive; therefor an empty array would match both `DDIM` and `ddim` (thats why they were empty arrays by design) -- updated to match your behaviour (improves readability)
…s is 10 chars in length, otherwise full match

 Removed all 10 char hashes and duplicate hashes
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

Successfully merging this pull request may close these issues.

2 participants