texturize icon indicating copy to clipboard operation
texturize copied to clipboard

🤖🖌️ Generate photo-realistic textures based on source images or (soon) PBR materials. Remix, remake, mashup! Useful if you want to create variations on a theme or elaborate on an existing texture.

Results 16 texturize issues
Sort by recently updated
recently updated
newest added

Following the example from the readme: ``` from texturize import api, commands, io # The input could be any PIL Image in RGB mode. image = io.load_image_from_file("input.png") # Coarse-to-fine synthesis...

The dependencies listed in pip are: `creativeai`, `docopt`, `progressbar2`, `schema` It seems the missing dependencies are: `ipython`, `ipywidgets`, `Pillow`, `protobuf`, `torch` and `torchvision`.

I'm running: ```bash texturize remix Bricks075A_1K_Color.png --size 2048x1024 --device=cuda --variations=2 ``` Seems like using `--variations` anything other than 1 causes the following almost immediately: ```bash OCTAVE #0 Traceback (most recent...

the expand command does not work with me am I using it right? texturize expand Com_texture.PNG with texture.PNG --size=400x400

Mashing up grass and dirt sometimes produces low-quality or even buggy results. `mashup_dirt5_grass6` (left: bug on first-run, right: expected on second-run) ![mashup_dirt5_grass6_bug](https://user-images.githubusercontent.com/445208/87859679-3d79d400-c937-11ea-90f5-ca2619e69f0c.jpg) `mashup_dirt8_grass7` (left: quality=2 lower quality than others, right:...

bug

HI I want to create texture from 2 or more images. I tried the mashup code but got error. I resized my images to 512x512 ``` sources = [ io.load_image_from_file("/home/casper/Desktop/point_clouds/texturize/tex1.png"),...

Hi! First, Thanks for texturize, it's a really great job. I was wondering if it's possible to run the application on multiple GPUs. I'm trying to mashup on images of...

im into image processing and I find texturize fascinating! I wanted to let the devs know I used your library to make visualizations for a livecoded noise set, and mentioned...

This software is currently considered alpha, and does not yet work on all textures reliably. The `Mashup` command in particular seems to produce less consistent results, see #26. For difficult...

tips & tricks

In general, similarity of regions in the output image is expected since the tool generates *textures* that are defined by repeating patterns. When the source image is smaller than the...

tips & tricks