I ran the Diffusers script...
#6
by
Torcello
- opened
... and it says it made an image (Prompt=Mystery)
But it is a mystery as to where that
image is stored?
Does this work inside ComfyUI?
- currently don't run the diffusers script because there's no safetensors files for it. you will load pickles, potentially compromising your system
- the image in the demo code isn't saved anywhere. you'll have to add:
image.save('/path/to/image.png', format="PNG")
at the end.
can you provide us a script to convert the pickle files into safe tensor format? we would be happy to do so!
it's not a script, there's a hugging face space that does it
converted
dataautogpt3
changed discussion status to
closed