CoolFace
Modelpublic

Astroboy/isoCities

sourceHugging Facecreativeml-openrail-mupdated 3y agoView on Hugging Face
57likes39downloads
README.md58 linesDownload Raw Back to root
1---2language:3- en4license: creativeml-openrail-m5thumbnail: "https://s3.amazonaws.com/moonup/production/uploads/1667942059199-6305d083df993a789e61126d.jpeg"6tags:7- stable-diffusion8- text-to-image9---10## Model description11<b>isoCities</b> v112 13This model trained based on Stable Diffusion 1.5 model to create isometric cities, venues, etc more precisely.14Trained isometric city model merged with SD 1.5 with Automatic1111's checkpoint merger tool (Couldn't remember exactly the merging ratio and the interpolation method)15 16Use "<b>an illustration of an isometric city, digital art, highly detailed</b>" in your prompts.17 18[CKPT download link](https://huggingface.co/Astroboy/isoCities/blob/main/isometric_city%2BSD1.5.ckpt)19 20## Intended uses & limitations21Do not use for commercial purposes.22 23## Training procedure24Trained on a WSL2 Ubuntu machine with DreamBooth.25 26### Training hyperparameters27The following hyperparameters were used during training:28  --with_prior_preservation --prior_loss_weight=1.0 \29  --instance_prompt="an illustration of an isometric city, digital art, highly detailed" \30  --class_prompt="isometric city" \31  --resolution=512 \32  --train_batch_size=1 \33  --mixed_precision="fp16" \34  --gradient_accumulation_steps=1 --gradient_checkpointing \35  --use_8bit_adam \36  --learning_rate=5e-6 \37  --lr_scheduler="constant" \38  --lr_warmup_steps=0 \39  --num_class_images=50 \40  --max_train_steps=150041 42### Training results43Sample images44![00021.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667942059199-6305d083df993a789e61126d.jpeg)45![00022.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667942060129-6305d083df993a789e61126d.jpeg)46![00023.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667942059810-6305d083df993a789e61126d.jpeg)47![00024.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667942060647-6305d083df993a789e61126d.jpeg)48![00025.jpg](https://s3.amazonaws.com/moonup/production/uploads/1667942059778-6305d083df993a789e61126d.jpeg)49 50 51## License52This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.53The CreativeML OpenRAIL License specifies: 54 551. You can't use the model to deliberately produce nor share illegal or harmful outputs or content 562. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license573. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)58[Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)