Coder Social home page Coder Social logo

Comments (2)

nitinmukesh avatar nitinmukesh commented on June 3, 2024

Tried the following

  1. Closed the command prompt
  2. Opened the prompt again
    C:\sd\stable-diffusion-webui>venv\Scripts\activate
(venv) C:\sd\stable-diffusion-webui>pip install jsonmerge
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: jsonmerge in c:\sd\stable-diffusion-webui\venv\lib\site-packages (1.8.0)
Requirement already satisfied: jsonschema in c:\sd\stable-diffusion-webui\venv\lib\site-packages (from jsonmerge) (4.22.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in c:\sd\stable-diffusion-webui\venv\lib\site-packages (from jsonschema->jsonmerge) (2023.12.1)
Requirement already satisfied: referencing>=0.28.4 in c:\sd\stable-diffusion-webui\venv\lib\site-packages (from jsonschema->jsonmerge) (0.35.1)
Requirement already satisfied: rpds-py>=0.7.1 in c:\sd\stable-diffusion-webui\venv\lib\site-packages (from jsonschema->jsonmerge) (0.18.1)
Requirement already satisfied: attrs>=22.2.0 in c:\sd\stable-diffusion-webui\venv\lib\site-packages (from jsonschema->jsonmerge) (23.2.0)

[notice] A new release of pip available: 22.2.1 -> 24.0
[notice] To update, run: python.exe -m pip install --upgrade pip
  1. Launched webui-user.bat again
venv "C:\sd\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments:
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.

------------------------------------------------------------------------------------------------------------------------
launch.py 48 <module>
main()

launch.py 44 main
start()

launch_utils.py 465 start
import webui

webui.py 13 <module>
initialize.imports()

initialize.py 39 imports
from modules import processing, gradio_extensons, ui  # noqa: F401

processing.py 18 <module>
import modules.sd_hijack

sd_hijack.py 5 <module>
from modules import devices, sd_hijack_optimizations, shared, script_callbacks, errors, sd_unet, patches

sd_hijack_optimizations.py 13 <module>
from modules.hypernetworks import hypernetwork

hypernetwork.py 8 <module>
import modules.textual_inversion.dataset

dataset.py 12 <module>
from modules import devices, shared, images

images.py 22 <module>
from modules import sd_samplers, shared, script_callbacks, errors

sd_samplers.py 5 <module>
from modules import sd_samplers_kdiffusion, sd_samplers_timesteps, sd_samplers_lcm, shared, sd_samplers_common, sd_schedulers

sd_samplers_kdiffusion.py 3 <module>
import k_diffusion.sampling

__init__.py 1 <module>
from . import augmentation, config, evaluation, external, gns, layers, models, sampling, utils

config.py 6 <module>
from jsonmerge import merge

ModuleNotFoundError:
No module named 'jsonmerge'
Press any key to continue . . .

from stable-diffusion-webui.

nitinmukesh avatar nitinmukesh commented on June 3, 2024

SOLUTION

  1. (venv) C:\sd\stable-diffusion-webui>python.exe -m pip install --upgrade pip
  2. Delete the following
image
  1. Launch webui-user.bat

The WebUI is launched

from stable-diffusion-webui.

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.