mfrashad / text2art

AI-powered Text-to-Art Generator - Text2Art.com
Other
778 stars 208 forks source link

tutorial on how to run text2art locally on OS X please #1

Closed ghostforest closed 2 years ago

mfrashad commented 2 years ago

Hi, to run locally, you would need at least a GPU with 12GB or 16GB memory. I guess you could also run it on CPU but it would be extremely slow. The problem is, I also don't have the appropriate GPU to run this locally, so I cannot test or create a tutorial.

I recommend using Google Colab as it provides free GPU. In meanwhile, I will keep the issue open just in case someone else want to address the issue.

ghostforest commented 2 years ago

AttributeError Traceback (most recent call last)

in () 1 import clipit 2 # To reset settings to default ----> 3 clipit.reset_settings() 4 # You can use "|" to separate multiple prompts 5 prompts = "death sky rain" AttributeError: module 'clipit' has no attribute 'reset_settings' Always get this error when using the Colab. I run setup, restart runtime and then execute the next block. It breaks then.
mfrashad commented 2 years ago

Hi, this was due to import error. I've changed the notebook a bit. Can you run setup -> restart runtime -> run setup again -> Run the generate image code. Let me know if it still doesn't work, I'll reopen the issue.