-
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.JSONDecodeEr…
-
How to fix it? After request - Error
Requesting tree
Ignoring exception in on_message
Traceback (most recent call last):
File "B:\pythonProject6\lib\site-packages\discord\client.py", line 343…
-
-
i think some free alternatives would be cool but i understand thats a hard ask - super impressive code btw ❤️
-
https://huggingface.co/spaces/dalle-mini/dalle-mini
In the demo inference site, It'd be nice to have a feature that is to be able to input your own parameters such as `seed`, `gen_top_k`, `gen_top_p…
-
generator = Craiyon() # Instantiates the api wrapper
result = generator.generate("Photorealistic image of shrek eating earth")
print(result.images) # Prints a list of the Direct Image URLs hoste…
-
Hi guys,
i have a problem.
```
File "/mount/src/generatore-arte-ia/Craiyon.py", line 13, in Generate
result = generator.generate(request)
File "/home/adminuser/venv/lib/python3.9/site-pack…
-
The switch to CloudScraper worked for the standard `generate` function. However, the async functions are still throwing `Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8'`.
…
-
Ignoring exception in on_application_command_error
Traceback (most recent call last):
File "D:\Programmierung\Python\Projekte\MiniGamesBot\venv\lib\site-packages\nextcord\client.py", line 490, in …
-
````py
generator = Craiyon()
result = await generator.async_generate(prompt)
print(result)
image = result.images[0]
```
Is this my mistake or is https://api.craiyon.com…