Open
Description
Just recently got the time to test it out again for myself. I ran 'pip install -U craiyon.py', so it's updated. Unfortunately, this still seems to be a problem. The error of 'json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)' still persists. I'm unable to get something as simple as the following to work:
from craiyon import Craiyon
generator = Craiyon()
result = generator.generate("Photorealistic image of shrek eating earth", negative_prompt="spoon", model_type="art")
print(result.description)
result.save_images()
This, of course, is just one of the examples given in the Craiyon API documentation on how to use it. Any fix would be appreciated!
Originally posted by @IbyCodes in #18 (comment)
Metadata
Metadata
Assignees
Labels
No labels