Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
129
class
GenerateImageResponse:
Callers
15
healthCheck
Function · 0.45
post
Method · 0.45
engine.js
File · 0.45
getModels
Function · 0.45
loadUIPlugins
Function · 0.45
getList
Function · 0.45
retrieve
Function · 0.45
main.js
File · 0.45
loadModifiers
Function · 0.45
changeAppConfig
Function · 0.45
getAppConfig
Function · 0.45
json
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected