Code Monkey home page Code Monkey logo

Comments (4)

lbeltrame avatar lbeltrame commented on July 3, 2024 1

This occurred when I was testing things via mobile on a slow link, so that's the cause. No big deal, as long as I know what causes it won't be a problem.

from automatic.

lbeltrame avatar lbeltrame commented on July 3, 2024

A possible reason is that the 999 is put in config.json under schedulers_timesteps. EDIT: Confirmed. If I remove that AYS is effectively turned off.

from automatic.

lbeltrame avatar lbeltrame commented on July 3, 2024

A regular config.json has this, when set for SDXL:

"schedulers_timesteps": "999,845,730,587,443,310,193,116,53,13"

However, when clearing the form (simply by erasing what's there) gets this saved:

"schedulers_timesteps": "999"

from automatic.

vladmandic avatar vladmandic commented on July 3, 2024

this only happens if a) deleting number-by-number, b) your keyboard repeat rate is faster than gradio can handle updates.

  • if i select all and delete all at once, its all good.
  • if i set preset to none, its all good.
  • if i position cursor at the end and use backspace, you can see in the server log what is going on:
08:01:02-898764 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,545,455,343,233,124,24
08:01:03-767852 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,545,455,343,233,124,2
08:01:04-265319 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,545,455,343,233,124,
08:01:07-224565 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,545,455,343,233,12
08:01:07-743653 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,545,455,343,233,1
08:01:07-915326 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,545,455,343,
08:01:08-091350 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,545,455
08:01:08-270445 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,645,5
08:01:08-445424 DEBUG    Sampler set options: spacing=default timesteps=999,850,736,
08:01:08-614805 DEBUG    Sampler set options: spacing=default timesteps=999,850
08:01:08-792856 DEBUG    Sampler set options: spacing=default timesteps=99
08:01:15-513141 DEBUG    Sampler set options: spacing=default timesteps=9
08:01:16-381931 DEBUG    Sampler set options: spacing=default timesteps=

and if your keyboard repeat rate is higher than gradio can handle updates, some updates may be missed and you end up with what you see - some numbers remain in config while they are no longer visible in the ui.

not much i can do here.

from automatic.

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.