CoolFace
Modelpublic

SkillForge45/GPUDiff-V1

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
README.md38 linesDownload Raw Back to root
1---2license: mit3language:4- en5new_version: SkillForge/GPUDiff-V16base_model:7- SkillForge/GPUDiff-V18pipeline_tag: text-to-image9library_name: transformers10tags:11- art12---13## GPUDiff-V1 - good model for image generation!14GPUDiff - this is a open-source model, but the model is licensed, be careful.15## Usage16```bash17python -c "from model import train; train()" # train the model18```19```bash20python -c "from model import demo.launch(); demo.launch()" # launch the demo diffusion model21```22## Features23**Fast generation** - no longer generations on a powerful models.24 25**No Mega Powerful Model** - brilliant settings of GPU.26 27**Weighs little** - just a one file.28## Coco Train29This model is training on a Coco Dataset 2017.30Using Coco Urls:31 32Coco images: http://images.cocodataset.org/zips/train2017.zip33 34Coco annotations: http://images.cocodataset.org/annotations/annotations_trainval2017.zip35## License36This is model is a lecensed, see the LICENSE for more information.37## Creator38Creator is a me (EidolonAI, SkillForge45).