MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / json

Method json

ui/easydiffusion/types.py:121–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 self.seed = seed
120
121 def json(self):
122 return {
123 "data": self.data,
124 "seed": self.seed,
125 "path_abs": self.path_abs,
126 }
127
128
129class GenerateImageResponse:

Callers 15

healthCheckFunction · 0.45
postMethod · 0.45
engine.jsFile · 0.45
getModelsFunction · 0.45
loadUIPluginsFunction · 0.45
getListFunction · 0.45
retrieveFunction · 0.45
main.jsFile · 0.45
loadModifiersFunction · 0.45
changeAppConfigFunction · 0.45
getAppConfigFunction · 0.45
jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected