aifartist / ArtSpew

An infinite number of monkeys randomly throwing paint at a canvas
302 stars 34 forks source link

Update requirements.txt #6

Closed TiagoSantos81 closed 7 months ago

TiagoSantos81 commented 7 months ago

This commit just adds lz4 to requirements and pins transformers, so the install procedure works on more systems. Otherwise, it may throw:

Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback):
module 'lz4.frame' has no attribute 'open'
TiagoSantos81 commented 7 months ago

Also needed to change bitsandbits to get to run without errors on Windows.

TiagoSantos81 commented 7 months ago

No longer relevant.